How can I test a new image for classifying in the trained neural network?

Trained inputs:26X45 Target: 3X45 where 3 is no. of fruits, 45 are the different samples of the fruits Can I give one test input of 26X1? where 26 are the attributes to the fruit that I want to recognize and classify and 1 represents one fruit.

 Accepted Answer

Yes.
Why didn't you just try it?
It might be instrumental for you to loop over several 90/10 or 80/20 cross-validation designs.
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

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!