Does patternnet create MLP neural network??
Afficher commentaires plus anciens
I want to create a NN to classify Iris Data set with a specific algorithm like (ABC) this NN should be MLP-NN I see a lot of questions and their answer but I can't really consider if patternnet creates MLP-nn or not can any body ensure me???
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 3 Jan 2018
0 votes
No, patternnet does not use MLP.
and see the File Exchange for a number of MLP contributions.
5 commentaires
Greg Heath
le 4 Jan 2018
Incorrect.
MLP is a topology.
It can be trained by a number of different algorithms.
Greg
Samisam
le 5 Jan 2018
Modifié(e) : Walter Roberson
le 5 Jan 2018
Greg Heath
le 5 Jan 2018
Modifié(e) : Walter Roberson
le 5 Jan 2018
- ONE hidden layer is sufficient.
- Use FITNET for curveFITting and regression.
- Use PATTERNNET for PATTERN-recognition and classification.
- "F"eed"F"orward net new"ff" and special cases new"fit" for curve"FIT"ting and new"pr" for "P"attern "R"ecognition are obsolete.
- 10 neurons in a hidden layer is a default that does not have to be specified
- The basic code for each is given in the help and doc documentation:
help fitnet
doc fitnet
and similarly for patternnet.
In addition, I have posted zillions of examples, including tutorials, in both the NEWSGROUP and ANSWERS.
Samisam
le 5 Jan 2018
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!