Neural Network (Part 5): The Back Propagation process
Reviewed by Unknown on
22:27
Rating: 4.5
Neural Network (Part 5): The Back Propagation process
Oleh Unknown
Back-propagationBack propagation is the process by which you move backwards through the neural network to adjust the weights and biases so as to reduce the total error of the network. The total error of the network is essentially the difference between the end results (actu
Neural Network (Part 4): The Neural Network class
Reviewed by Unknown on
21:47
Rating: 4.5
Neural Network (Part 4): The Neural Network class
Oleh Unknown

/*css*/ div.code{ font-size:12px; color:2D3233; } div.code h4, div.code pre, div.code div.lines, div.code div.cFoot{ font-family:Monaco, "Andale Mono", "Lucida Sans Typewriter", "Courier New", Courier, monospace; } div.code h4{ background:#104D5B; color:#E7F1F2; font-weight:normal; paddin
Labels:
ArduinoBasics,
best arduino blog,
code,
Connection,
Layer,
Neural Network,
Neuron,
Processing.org,
Programming,
project,
tutorial
Neural Network (Part 3): The Layer
Reviewed by Unknown on
20:58
Rating: 4.5
Neural Network (Part 3): The Layer
Oleh Unknown

/*css*/ div.code{ font-size:12px; color:2D3233; } div.code h4, div.code pre, div.code div.lines, div.code div.cFoot{ font-family:Monaco, "Andale Mono", "Lucida Sans Typewriter", "Courier New", Courier, monospace; } div.code h4{ background:#104D5B; color:#E7F1F2; font-weight:normal; paddin
Labels:
ArduinoBasics,
best arduino blog,
Bias,
code,
Connection,
Layer,
Neural Network,
Neuron,
Processing.org,
Programming,
project,
tutorial,
Weight
Neural Network (Part 2) : The Neuron
Reviewed by Unknown on
23:58
Rating: 4.5
Neural Network (Part 2) : The Neuron
Oleh Unknown

The NeuronThe main purpose of the Neuron is to store the values that flow through the neural network. They also do a bit of processing through the use of an Activation function. The activation function is quite an important feature of the neural network. It essentially enables the neuron
Labels:
Activation function,
ArduinoBasics,
best arduino blog,
Bias,
code,
Neural Network,
Neuron,
Processing.org,
project,
Sigmoid,
tutorial,
Weight