Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for interesting topic from neural networks area [closed]

I'm preparing to give a talk about some topic I choose from artificial intelligence area (neural networks). I'm looking for something interesting, used in a real life and preferably not too complicated (the simpler it is, the easier it is for students to understand and the more interested they will be). I thought that it's a good place to look for advice ;)

like image 861
agnieszka Avatar asked Mar 05 '09 21:03

agnieszka


2 Answers

Code applying neural networks to text recognition.

I think the concept of text recognition is interesting and understandable.

like image 160
Daniel LeCheminant Avatar answered Oct 19 '22 23:10

Daniel LeCheminant


Toby Segaran's interesting book "Programming Collective Intelligence" contains a simple neural net example for learning search results relevancy. He offers the code from the book free on his site.

The neural net is in chapter4 code. Not sure if you could figure out the code without the text - if you don't mind spending a little money, the book certainly wouldn't hurt.

like image 40
Corbin March Avatar answered Oct 20 '22 00:10

Corbin March