matlab - Training neural network tips -
The object is proposed for validation that I want to use a neural network in MATLAB. I have 30 objects and 20 images for each object, so I have 600 input data and 20 different classes I input matrix is 100x600 and the target is 1x600. The input matrix column is a histogram of 100 compartments like the keypoint 'hu': Remember to consider leaving one-out and similar forms as a way of dealing with over-fighting. It also limits the unit calculation of your hidden layer, but at the expense of the richness of representation. The other parameters you specify are also very important for any successful ANN application. This includes learning rates, error functions, annealing schedule, speed and weight loss. Setting all of these above is more than an art than science (one of the best arguments against using ANN vs. support vector machines), but this is a boon for me in this area. (m, n) = hist (hue_val, 100) i got
m .
If I have chosen the MLP network then how many layers and neurons are required for those layers, which are the appropriate functions for each layer?
And for the last question, do I want negative samples?
Some Common Tips:
Comments
Post a Comment