All About Circuits

Latest AI/Neural Networks Technical Articles

Categories

Power Dissipation of a CMOS Inverter

Power Dissipation of a CMOS Inverter

This article explains dynamic and static power consumption in a CMOS inverter circuit.


EM Side-Channel Attacks on Cryptography

EM Side-Channel Attacks on Cryptography

Electromagnetic-based side-channel attacks are non-invasive, meaning the attacker does not need physical access to the device to steal information. We’ll look at how these EM side-channel attacks work.


What is an Application-specific Integrated Circuit (ASIC)?

What is an Application-specific Integrated Circuit (ASIC)?

Indispensable for modern electrical engineering, application-specific integrated circuits (ASICs) form a diverse group of integrated circuits (ICs) that help designers to optimize sophisticated electronic devices.


TinyML In Action—Creating a Voice Controlled Robotic Subsystem

TinyML In Action—Creating a Voice Controlled Robotic Subsystem

We’ll be walking you through creating a robotic subsystem with a voice-activated motor leveraging machine learning (ML) and an Arduino Nano 33 BLE Sense.


Projects Jul 03, 2022 by Jake Hertz
An Introduction to RISC-V—Understanding RISC’s Open ISA

An Introduction to RISC-V—Understanding RISC’s Open ISA

This article is a primer into the basics of RISC-V. The open architecture philosophy is exposed, along with a technical description of the modular ISA, and some commercial RISC-V microprocessor implementations.


What is Machine Learning? An Intro to ML Basics

What is Machine Learning? An Intro to ML Basics

This article aims to contextualize machine learning (ML) for hardware and embedded engineers, what it is, how it works, why it matters, and how TinyML fits in.


Understanding Side Channel Attack Basics

Understanding Side Channel Attack Basics

Learn the basics of side channel attacks (SCAs), the threat they pose security for hardware-level security, and why they can be so powerful.


Neural Network Quantization: What Is It and How Does It Relate to TinyML?

Neural Network Quantization: What Is It and How Does It Relate to TinyML?

This article will give a foundational understanding of quantization in the context of machine learning, specifically tiny machine learning (tinyML).


What Is TinyML?

What Is TinyML?

Learn about a subsection of machine learning (ML) called Tiny Machine Learning (TinyML), what it is, its applications, hardware and software requirements, and its benefits.


Physically Unclonable Functions: Classification, Evaluation, and Tradeoffs in PUFs

Physically Unclonable Functions: Classification, Evaluation, and Tradeoffs in PUFs

In this article, we’ll take a deeper look at how PUFs are classified, the attributes that make a “good” PUF, and design tradeoffs.


How to Build a Variational Autoencoder with TensorFlow

How to Build a Variational Autoencoder with TensorFlow

Learn the key parts of an autoencoder, how a variational autoencoder improves on it, and how to build and train a variational autoencoder using TensorFlow.


Understanding Local Minima in Neural-Network Training

Understanding Local Minima in Neural-Network Training

This article discusses a complication that can prevent your Perceptron from achieving adequate classification accuracy.


Incorporating Bias Nodes Into Your Neural Network

Incorporating Bias Nodes Into Your Neural Network

This article shows you how to add bias values to a multilayer Perceptron implemented in a high-level programming language such as Python.


How to Increase the Accuracy of a Hidden Layer Neural Network

How to Increase the Accuracy of a Hidden Layer Neural Network

In this article, we’ll perform some classification experiments and gather data on the relationship between hidden-layer dimensionality and network performance.


How Many Hidden Layers and Hidden Nodes Does a Neural Network Need?

How Many Hidden Layers and Hidden Nodes Does a Neural Network Need?

This article provides guidelines for configuring the hidden portion of a multilayer Perceptron.


Training Datasets for Neural Networks: How to Train and Validate a Python Neural Network

Training Datasets for Neural Networks: How to Train and Validate a Python Neural Network

In this article, we’ll use Excel-generated samples to train a multilayer Perceptron, and then we’ll see how the network performs with validation samples.


Signal Processing Using Neural Networks: Validation in Neural Network Design

Signal Processing Using Neural Networks: Validation in Neural Network Design

This article explains why validation is particularly important when we’re processing data using a neural network.


How to Create a Multilayer Perceptron Neural Network in Python

How to Create a Multilayer Perceptron Neural Network in Python

This article takes you step by step through a Python program that will allow us to train a neural network and perform advanced classification.


Neural Network Architecture for a Python Implementation

Neural Network Architecture for a Python Implementation

This article discusses the Perceptron configuration that we will use for our experiments with neural-network training and classification, and we’ll also look at the related topic of bias nodes.


Understanding Training Formulas and Backpropagation for Multilayer Perceptrons

Understanding Training Formulas and Backpropagation for Multilayer Perceptrons

This article presents the equations that we use when performing weight-update computations, and we’ll also discuss the concept of backpropagation.