MATLAB: Train Recgnition Neural Network on image moements

Deep Learning Toolboximage momentsimage processingneural networkpattern recognition

I am trying to train pattern recognition neural network on set of image moments values, when trying to simulate i keep getting the same result for every input, tried to normalize the data using "mapminmax" but still no luck
P.S the seven moments contain negative numbers

Best Answer

Mapminmax is a default.
What did you get for performance?
You may have converged to a local min.
Repeat 9 more times with different random initial weights.