how to begin neural network programming

22,168

Solution 1

This is a great online wiki: http://grey.colorado.edu/CompCogNeuro/index.php/CCNBook/Main

Theres a great set of example projects that come with it, and it uses the Emergent software which is free and really powerful (grey.colorado.edu/emergent/)

Solution 2

There are various types of Neural Networks and AI-Junkie has a great introductions on a few of them. They're pretty much the 'hello world' of certain types of neural networks.

Solution 3

Check out the Stanford course on Machine Learning. The theory is not covered in too much detail, but the coursework examples (e.g. on backpropagation) come with more or less everything you need to get started. The skeleton is provided, you just have to complete the learning bits. The code is in octave, which makes linear algebra really easy.

Share:
22,168
Mridul Vishal
Author by

Mridul Vishal

Updated on July 18, 2022

Comments

  • Mridul Vishal
    Mridul Vishal almost 2 years

    i am quite a novice in the field of neural networks . I have read some theory regarding neural networks. Now i want to do some real coding to realize the neural networks studies in my theory class . Can anyone suggest where to start OR which programming language to use OR any other detail e.g URLS etc. Thanks a lot for your help

    p.s. this post may not be about a real programming situation . but i think this is a great forum to know about all pros and novice queries