MATLAB: How to create data set which use in neural network

data setimagesneural network

hi .. I am going to create data set of images to use it in my project , how to create data set which use in neural network?

Best Answer

Not enough info.
What is the subject of the images?
Is your problem regression or classification?
If regression what are the targets and their dimensions? If classification, how many classes?
Are you planning to extract features to be input vector components or are you going to columnize original or reduced dimensionality images?
Are you planning to reduce input dimensionality?
Can you find a similar problem in the NEWSGROUP or ANSWERS? Try searching with groups of keywords like
neural image regression
neural image classification
Hope this helps.
Thank you for formally accepting my answer
Greg