New Reply

Artificial Neural Networks

 
Share Thread Thread Tools
Jun19-12, 08:31 AM   #1
 

Artificial Neural Networks


Hi,
I am a very experienced programmer in C & C++. I want to learn about Artificial Neural Networks. Can someone recommend good books or websites?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Jun19-12, 06:49 PM   #2
 
yeah, I just read a book called ai techniques for game programming. Despite the title, the techniques discussed are very applicable to other types of programming. About 1/3 of the text is dedicated to artificial neural networks.
 
Jun19-12, 06:55 PM   #3
 
http://www.ai-junkie.com/ - really simple and straight forward with walk through to create simple feed forward nets using OOP in C++ (also uses genetic algorithms), lacks depth in that it totally skips everything not feed forward (ie backprop)
http://www.willamette.edu/~gorr/clas...449/intro.html - a lot of theory
http://www.doc.ic.ac.uk/~nd/surprise...11/report.html - even more theory (particularly useful is Appendix B, I thought)
 
Jun20-12, 12:55 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor

Artificial Neural Networks


You need complex feedback loops to construct a decent neural net - TylerH gives some good references. It is no trivial task. The US defense department spent millions to devise the guidance system for 'smart' bombs.
 
New Reply
Thread Tools


Similar Threads for: Artificial Neural Networks
Thread Forum Replies
Neural networks anyone? Programming & Comp Sci 5
Neural Networks? General Discussion 4
Artificial neural networks Programming & Comp Sci 1
Neural Networks Medical Sciences 1
Artificial Neural Networks Computing & Technology 5