Multi layer perceptron implementation using matlab
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello
I am searching how to implement a neural network using multilayer perceptron. My problem is the following : I have a input data matrix with some data for learning and data for test. My intention is to implement the perceptron multilayer algorithm, feed it with these infos and try to tune it sufficiently.
I have some difficulties to understand these points :
- How to enter the matrix data in the neural network ? - What is the stop criteria ? - How can I define precisely the error function to estimate a difference between what is learnt and what was expected ?
Thanks for any help, the best would be an example with lot of explanations.
Best regards.
Akzeptierte Antwort
Greg Heath
am 13 Jan. 2013
You can start by using the GUI as explained in the documentation.
That approach can yield a commandline program that can be stored in a file, used, revised and reused.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Define Shallow Neural Network Architectures finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!