How to prepare the data set to train neural network in nftool?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Praveen
el 19 de Abr. de 2014
Comentada: Shilpa Ganganna
el 20 de Mayo de 2019
Hi, I'm new to 'nftool' and don't know how to prepare the data set for neural training. Somebody please provide me some basic tips on this topic. Thank u.
0 comentarios
Respuesta aceptada
Greg Heath
el 20 de Abr. de 2014
N pairs of I-dimensional inputs and O-dimensional targets
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg
Más respuestas (2)
primrose khaleed
el 8 de Mayo de 2014
hi , i have dataset tthat consist of 20 image of two different cars, i want to enter this image into neural network how can do that??? i resize the image into 200x200 ...how can start???
2 comentarios
primrose khaleed
el 22 de Abr. de 2014
how can used sift to extractio features of my project....my peoject is under vehical scanner which looking for the forgine objects in under vehical ....pleas help me
0 comentarios
Ver también
Categorías
Más información sobre Modeling and Prediction with NARX and Time-Delay Networks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!