I am using a 2 layers (one hidden layer ) Neural Networks based classifier to run a classification for my data (images) and use back propagation algorithm.
the networks works well and can classify with more than 90% of accuracy . But the shape of weights in hidden layer are different by running every time. I am using Matlab imagesc function to visualize the weights.