All About Circuits

Latest AI/Neural Networks Technical Articles

Categories

How to Train a Multilayer Perceptron Neural Network

How to Train a Multilayer Perceptron Neural Network

We can greatly enhance the performance of a Perceptron by adding a layer of hidden nodes, but those hidden nodes also make training a bit more complicated.


The Sigmoid Activation Function: Activation in Multilayer Perceptron Neural Networks

The Sigmoid Activation Function: Activation in Multilayer Perceptron Neural Networks

In this article, we’ll see why we need a new activation function for a neural network that is trained via gradient descent.


Advanced Machine Learning with the Multilayer Perceptron

Advanced Machine Learning with the Multilayer Perceptron

This article explains why high-performance neural networks need an extra “hidden” layer of computational nodes.


Understanding Learning Rate in Neural Networks

Understanding Learning Rate in Neural Networks

This article discusses learning rate, which plays an important role in neural-network training.


How to Calibrate a Microcontroller Internal Oscillator: A DIY Trimming Procedure Algorithm

How to Calibrate a Microcontroller Internal Oscillator: A DIY Trimming Procedure Algorithm

This article presents an algorithm intended for humans to calibrate the internal oscillator of an MCU, with the help of an oscilloscope and a spreadsheet. An example experiment with numbers is also shown.


Predicting Battery Degradation with a Trinket M0 and Python Software Algorithms

Predicting Battery Degradation with a Trinket M0 and Python Software Algorithms

Learn how to build a setup that will help you predict a battery's performance as it ages using a Trinket M0 and software algorithms.


Projects Dec 09, 2019 by Aaron Hanson
An Introduction to Training Theory for Neural Networks

An Introduction to Training Theory for Neural Networks

In this article, we’ll explore Perceptron training from a more theoretical perspective, focusing on the “error bowl.”


Understanding Simple Neural Network Training

Understanding Simple Neural Network Training

In this article, we’ll review some important aspects of neural-net training, and then we’ll discuss the concept of overtraining.


How to Train a Basic Perceptron Neural Network

How to Train a Basic Perceptron Neural Network

This article presents Python code that allows you to automatically generate weights for a simple neural network.


How to Use a Simple Perceptron Neural Network Example to Classify Data

How to Use a Simple Perceptron Neural Network Example to Classify Data

This article demonstrates the basic functionality of a Perceptron neural network and explains the purpose of training.


How to Perform Classification Using a Neural Network: What Is the Perceptron?

How to Perform Classification Using a Neural Network: What Is the Perceptron?

This article explores the basic theory and structure of a well-known neural network topology.


Obtaining Convergence for High-Q XTAL Oscillators

Obtaining Convergence for High-Q XTAL Oscillators

Learn a method of attaining convergence when simulating very high Q crystal oscillators using Cadence’s Virtuoso Periodic Steady State (PSS) analysis.


Basic Binary Division: The Algorithm and the VHDL Code

Basic Binary Division: The Algorithm and the VHDL Code

This article will review a basic algorithm for binary division.


How to Write the VHDL Description of a Simple Algorithm: The Control Path

How to Write the VHDL Description of a Simple Algorithm: The Control Path

This article will review converting a simple algorithm into a VHDL description.


How to Write the VHDL Description of a Simple Algorithm: The Data Path

How to Write the VHDL Description of a Simple Algorithm: The Data Path

In this article, you'll learn how to write the VHDL code for a simple algorithm.


Incomplete If Statements and Latch Inference in VHDL

Incomplete If Statements and Latch Inference in VHDL

In this article, we’ll see that a memory element can be unintentionally inferred from an incomplete “if” statement.


Pixel Intensity Histogram Characteristics: Basics of Image Processing and Machine Vision

Pixel Intensity Histogram Characteristics: Basics of Image Processing and Machine Vision

This article introduces the image histogram and discusses its characteristics and applications.


What is Bluetooth 5? Learn about the Bit Paths Behind the New BLE Standard

What is Bluetooth 5? Learn about the Bit Paths Behind the New BLE Standard

The latest Bluetooth Specification provides features that allow increased speed and increased transmission distance. This article provides information about the various bit data paths used in the latest specifications.


Better Insight into DSP: 10 Applications of Convolution in Various Fields

Better Insight into DSP: 10 Applications of Convolution in Various Fields

This article presents an overview of various applications which exploit convolution, an advanced signal operation.


An Introduction to the CORDIC Algorithm

An Introduction to the CORDIC Algorithm

CORDIC is a hardware-efficient iterative method which uses rotations to calculate a wide range of elementary functions.