Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this questionI'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?
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.
精彩评论