开发者

How can I learn more about solving real life problems using multilayer perceptron? [closed]

开发者 https://www.devze.com 2023-02-09 15:03 出处:网络
Closed. This question needs to be more focused. It is not currently a开发者_JAVA百科ccepting answers.
Closed. This question needs to be more focused. It is not currently a开发者_JAVA百科ccepting answers.

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 question

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消