Organise my Dataset images in 4 Array

2 views (last 30 days)
BR
BR on 24 Dec 2021
Commented: BR on 28 Dec 2021
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.

Accepted Answer

yanqi liu
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)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!