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!