.

IntroductionNextion is a programmable human machine interface (HMI) that can be customized and designed to simplify the interaction between y...

Read more »

  Description This tutorial will show you how to take over the controls of ...

Read more »

  Description Using the HMC5883L magnetometer sensor of the GY-80 module from I...

Read more »

Description In this tutorial, I will show you how to configure and extract data from the ...

Read more »

Have you heard about the EspoTek Labrador ? A tiny board which can turn your computer into an- Oscilloscope- Waveform generator- Logic analyser-...

Read more »

    Guest Post Disclaimer This is a guest post by the EasyEDA team. I would like to thank EasyEDA for ...

Read more »
Neural Network (Part 7) : Cut and Paste Code Reviewed by Unknown on 20:06 Rating: 4.5

Neural Network (Part 7) : Cut and Paste Code

Neural Network (Part 7) : Cut and Paste Code
Ok - so you don't like tutorials, and would rather just cut and paste some code.This is for you.http://www.openprocessing.org/visuals/?visualID=33991Make sure to select "Source code" when you get there, otherwise it will be quite boring.Here is an animated gif which shows the program in action.See
Description: Neural Network (Part 7) : Cut and Paste Code Rating: 3.5 Reviewer: Unknown ItemReviewed: Neural Network (Part 7) : Cut and Paste Code
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

Neural Network (Part 6) : Back Propagation, a worked example
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
Description: Neural Network (Part 6) : Back Propagation, a worked example Rating: 3.5 Reviewer: Unknown ItemReviewed: Neural Network (Part 6) : Back Propagation, a worked example
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

Neural Network (Part 5): The Back Propagation process
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
Description: Neural Network (Part 5): The Back Propagation process Rating: 3.5 Reviewer: Unknown ItemReviewed: Neural Network (Part 5): The Back Propagation process
Back to top