How to set manually training and test data for training a neural network
Mostrar comentarios más antiguos
Hello All,
I am making some experiments with mathlab neural network toolbox. Usually to train a neural network i give some training and test data and the net object takes care of dividing the data. However what i need to do is divide the data by myself and set the training and test data explicitly in the net object.
If it is needed some aditional explanation please tell me. Any help would be appreciated.
Thanks.
2 comentarios
Geoff
el 4 de Jun. de 2012
From memory, if you look at the help for 'net', it tells you how to do this. You can specify which ranges are used for training, validation and testing. I don't have the neural network toolbox anymore, so I can't be more useful than that.
Eduardo
el 5 de Jun. de 2012
Respuesta aceptada
Más respuestas (1)
Greg Heath
el 12 de Jun. de 2014
2 votos
It is probably easier to use 'divideblock'
Hope this helps.
Greg
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!