vote up 6 vote down star
7

I am looking for good resources for AI programming (any language), both books and online stuff. I am particularly interested in neural networks implementations.

flag

6 Answers

vote up 15 vote down check

Check out, "Artificial Intelligence, A Modern Approach" by Peter Norvig.

link|flag
I agree. The majority of AI courses are based on that book. – skinp Oct 26 '08 at 17:47
I just got this and it is a very good book. – Justin Bozonier Oct 26 '08 at 20:02
If you're only going to read one book on AI, this is the one. – Bill the Lizard Oct 26 '08 at 22:27
Cheers - this is very useful info, getting it right now from amazon – JohnIdol Oct 26 '08 at 23:52
This was the book that took me on a journey to get a PhD in AI. Can't recommend it enough. – AlBlue Sep 17 at 8:18
vote up 2 vote down

I highly recommend the excellent book Blondie 24, about the most advanced checkers playing AI (at the time the book was written), and Introduction to Neural Networks for Java, which talks a lot about the open source JOONE neural engine.

link|flag
vote up 3 vote down

Programming Collective Intelligence by Toby Segaran is an excellent book. It covers lots of different AI/data-mining techniques (including neural networks), with interesting example applications for each. All the code is in Python, but it's easy to follow even if you don't know Python.

link|flag
vote up 1 vote down

I enjoyed "Neural and Adaptive Systems: Fundamentals Through Simulation"

link|flag
vote up 2 vote down

This book is great :

Neural Networks: A Comprehensive Foundation Simon Haykin, McMaster University, Ontario Canada

Of course, many other good books exist.

Also if you want real-world data to experiment on, here you are : http://www.ics.uci.edu/~mlearn/databases

link|flag
vote up 3 vote down

How to set up a Neural Network for Handwriting/Character Recognition using Back-Propagation Algorithm - Article with source code

link|flag
the links on that page are broken – daddz Sep 17 at 8:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.