
Organise my Dataset images in 4 Array
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
yanqi liu
on 27 Dec 2021
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
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!