Neural Network (Part 6) : Back Propagation, a worked example
Reviewed by Unknown on
16:11
Rating: 4.5
Neural Network (Part 6) : Back Propagation, a worked example
Oleh Unknown
A worked example of a Back-propagation training cycle.In this example we will create a 2 layer network (as seen above), to accept 2 readings, and produce 2 outputs. The readings are (0,1) and the expectedOutputs in this example are (1,0).Step 1: Create the network NeuralNetwork NN = new NeuralNetwo
Neural Network (Part 1) - The Connection
Reviewed by Unknown on
22:16
Rating: 4.5
Neural Network (Part 1) - The Connection
Oleh Unknown

IntroductionIn this tutorial, I am going to walk you through my interpretation of a neural network. I will use terminology that makes sense to me, hoping that Neural Network enthusiasts don't get offended by my novice approach. This is what a feed-forward Neural network normally looks like: Th
Poor Man's Colour Detector (Part 1) - The concept
Reviewed by Unknown on
23:53
Rating: 4.5
Poor Man's Colour Detector (Part 1) - The concept
Oleh Unknown
Well, I have finally done it. Not sure if I should post the tutorial, because it is not very basic. But then again, a novice like me managed to do it, so why not !! We will need to pull together a number of previous blogs, but rather than jumping back and forth, I think I will just walk y