Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to begin neural network programming [closed]

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

like image 531
Mridul Vishal Avatar asked Jan 05 '12 12:01

Mridul Vishal


People also ask

How hard is it to code a neural network?

Training deep learning neural networks is very challenging. The best general algorithm known for solving this problem is stochastic gradient descent, where model weights are updated each iteration using the backpropagation of error algorithm. Optimization in general is an extremely difficult task.

What is a neural network for beginners?

In simple words, Neural Networks are a set of algorithms that tries to recognize the patterns, relationships, and information from the data through the process which is inspired by and works like the human brain/biology.


1 Answers

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/)

like image 56
Varun Singh Avatar answered Nov 04 '22 17:11

Varun Singh