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!