MATLAB: How to test a new image for classifying in the trained neural network

fruitneural networkspattern recognition

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.

Best 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