
Organise my Dataset images in 4 Array
2 ビュー (過去 30 日間)
古いコメントを表示
Hello, I am working on a project with a dataset of images and I want to apply exactly the same idea of that example to my project. This is the example: Convert Classification to Regression my main question is: How I can reach the main files of that example in MATLab database folders. How I can organise my data set exactly in the same way as this example in a 4 array, and then load my data to apply same steps. Thank you so much in advance.
0 件のコメント
採用された回答
yanqi liu
2021 年 12 月 27 日
How I can reach the main files of that example in MATLab database folders.
click the button “Open live script” or check in folder, such as
C:\Users\Administrator\Documents\MATLAB\Examples\R2019a\nnet\ConvertClassificationNetworkIntoRegressionNetworkExample

How I can organise my data set exactly in the same way as this example in a 4 array,
read file and range data in matrix, label in vector
and then load my data to apply same steps.
modify net input layer to train
of course,may be upload your data,we can do some analysis
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!