.

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 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 1) - The Connection Reviewed by Unknown on 22:16 Rating: 4.5

Neural Network (Part 1) - The Connection

Neural Network (Part 1) - The Connection
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
Description: Neural Network (Part 1) - The Connection Rating: 3.5 Reviewer: Unknown ItemReviewed: Neural Network (Part 1) - The Connection
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

Poor Man's Colour Detector (Part 1) - The concept
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
Description: Poor Man's Colour Detector (Part 1) - The concept Rating: 3.5 Reviewer: Unknown ItemReviewed: Poor Man's Colour Detector (Part 1) - The concept
Back to top