datadave / GADS9-NYC-Spring2014-Students

Student repo for Spring 2014 Data Science Course at GA NYC
4 stars 22 forks source link

Neural Network Toolbox - For Use with MATLAB #139

Open raphillips opened 10 years ago

raphillips commented 10 years ago

Here is a very thorough documentation on the Neural Network Toolbox in MATLAB: http://www.image.ece.ntua.gr/courses_static/nn/matlab/nnet.pdf

Neural networks are composed of simple elements operating in parallel. These elements are inspired by biological nervous systems. As in nature, the network function is determined largely by the connections between elements. We can train a neural network to perform a particular function by adjusting the values of the connections (weights) between elements.