I’m learning about multilayer perceptrons, and looking to tackle some real-world problems in Matlab. Perhaps something like medical diagnosis, or speech recognition… But I’m not really sure where to start here. How should I tackle this?
I’m learning about multilayer perceptrons, and looking to tackle some real-world problems in Matlab.
Share
Geoff Hinton is the man when it comes to multilayer perceptrons. His Science paper from 2006 used a special class of MLP called an “autoencoder” that was successful in digit recognition, facial recognition, and document classification (all of which have real world applications):
Reducing the Dimensionality of Data with Neural Networks
Fortunately, they also published the
Matlab code.