Info
此问题已关闭。 请重新打开它进行编辑或回答。
Custom made Xtrain and Ytrain for neural network training?
1 次查看(过去 30 天)
显示 更早的评论
Just started reading and learning about neural networks in general and have made a dataset of captcha images to train a neural network on (as a sort of training) the solutions of which are the names of said images. During the reading of documentation I saw that trainNetwork() function takes in training data in all sorts of different ways, and one I am interested in was Xtrain and Ytrain data which X is: "Images, specified as a 4-D numeric array".
In example code they usually just show how to extract X and Y from imds datasets but is there any of examples of custom made Xs and Ys?
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!