Neural Network to predict temperature profile
Mostrar comentarios más antiguos
HI
i'm trying to train a nn with following training data
Pos fan speed power temp
1 60 5 31
2
3
.
.
120
1 100 5 41
2
3
.
.
.
120
the positions go from 1-120
for each i have diff temperature reading for 5,10,15...35 kw power and 60,100,120 fan speed.
so my inputs are position, fan speed, power
output is temperature
I have around 2500 data rows for training.
will this train my network as a function of the position?
Respuesta aceptada
Más respuestas (1)
Greg Heath
el 2 de Dic. de 2012
0 votos
The NNTBX default technique for regression using FITNET or FEEDFORWARDNET, is to use 70% of the data for estimating weights, 15% of the data for validation stopping during training and the remaining nontraining data for obtaining an unbiased estimate of performance.
It's hard to say what you did wrong without more details. Can you post the commands?
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!