Cross validation, neutal networks, doubt

Hello everybody,
I'm seriously concerned about the matlab functions that are used to make neural networks. I need to make a neural network able to get 3 sets of vectors: a training, a validation and a testing set. The problem is: the newfit/newff function gets the set with all vectors and just uses the dividerand function on it (which is too much automatic). So, I already have the 3 sets and I need to use the newfit and the train functions using the sets I've already prepared. Any suggestions?
Thanks in advance, Guilherme

2 comentarios

Erfan
Erfan el 24 de Jul. de 2013
Hi I have the same problem. please let me know if you find it. thanks(<mailto:er.asaadi@gmail.com er.asaadi@gmail.com>)
Erfan
Erfan el 24 de Jul. de 2013
Hi I have the same problem. please let me know if you find it. thanks(<mailto:er.asaadi@gmail.com er.asaadi@gmail.com>)

Iniciar sesión para comentar.

 Respuesta aceptada

Greg Heath
Greg Heath el 24 de Jul. de 2013
You can specify the subsets using
net.divideFcn = 'divideind'
help divideind
doc divideind
Hope this helps
Thank you for formally accepting my answer
Greg
P.S. You might find useful examples by searching the NEWSGROUP and ANSWERS using
divideind
or
greg divideind

Más respuestas (1)

Erfan
Erfan el 24 de Jul. de 2013

0 votos

Hi I have the same problem. please let me know if you find it. thanks(<mailto:er.asaadi@gmail.com er.asaadi@gmail.com>)

1 comentario

Greg Heath
Greg Heath el 24 de Jul. de 2013
This is a comment, not an answer. Please delete

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de Jul. de 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by