How to prepare the data set to train neural network in nftool?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Greg Heath
2014-4-20
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
更多回答(2 个)
primrose khaleed
2014-5-8
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 个评论
primrose khaleed
2014-4-22
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modeling and Prediction with NARX and Time-Delay Networks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!