.

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 3): The Layer Reviewed by Unknown on 20:58 Rating: 4.5

Neural Network (Part 3): The Layer

Neural Network (Part 3): The Layer
/*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
Description: Neural Network (Part 3): The Layer Rating: 3.5 Reviewer: Unknown ItemReviewed: Neural Network (Part 3): The Layer
Neural Network (Part 2) : The Neuron Reviewed by Unknown on 23:58 Rating: 4.5

Neural Network (Part 2) : The Neuron

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