Machine Learning Articles

Sorted By: Most Recent
Zijian Feng Zijian Feng
Updated on May 22, 2025

An Overview of ResNet Architecture and Its Variants

ResNet (Residual Network) architecture is a type of artificial neural network that enables the flow of gradients through skip connections, which mitigates vanishing gradients and improves trainability in very deep convolutional neural networks.

Image: Shutter Stock / Built In
Mór Kapronczay Mór Kapronczay
Updated on May 22, 2025

A Beginner’s Guide to Language Models

A language model conducts a probability distribution over words or word sequences. Here’s more on what language models can do, their types, evolution and future outlook.

Image: Shutterstock / Built In
Javaid Nabi Javaid Nabi
Updated on May 22, 2025

Multiclass Classification With an Imbalanced Data Set

Multiclass classification is a machine learning task that involves classifying data into one of three or more classes. Here’s what you need to know.

Image: Shutterstock / Built In
Luuk Derksen Luuk Derksen
Updated on May 22, 2025

Using T-SNE in Python to Visualize High-Dimensional Data Sets

T-distributed stochastic neighbor embedding (t-SNE) is a non-linear dimensionality reduction technique used to visualize high-dimensional data in a low-dimensional 2D or 3D space. Here's how to apply it in Python.

Image: Shutterstock / Built In
Abhijeet Pujara Abhijeet Pujara
Updated on May 22, 2025

Image Classification With MobileNet

MobileNet is a mobile-first class of convolutional neural network (CNN) that was open-sourced by Google and provides a starting point for training classifiers through a lightweight model.

Image: Shutterstock / Built In
Sean Benhur Sean Benhur
Updated on May 22, 2025

A Friendly Introduction to Siamese Networks

A Siamese neural network (SNN) is a type of neural network architecture that contains two or more identical sub-networks with the same parameters and weights. SNNs can make predictions using only a few images per class.

Image: Shutterstock / Built In
Bharath Krishnamurthy Bharath Krishnamurthy
Updated on May 22, 2025

The Evolution of Chess AI

Advancements in artificial intelligence and deep learning have led to the rapid development of chess engines. Here’s a look at the history of chess AI, how it continues to evolve and how developers can get started in building their own chess AI engines.

Image: Shutterstock / Built In
Parul Pandey Parul Pandey
Updated on May 22, 2025

Vector Norms: A Quick Guide

A vector norm is a function that measures the size or magnitude of a vector by quantifying its length from the origin. Vector norms are an important concept to machine learning. This guide breaks down the idea behind the L¹, L², L∞ and Lᵖ norms.

Image: Shutterstock / Built In
John Hession John Hession
Updated on May 22, 2025

Liquid Neural Networks (LNN): A Guide

A Liquid neural network (LNN) is a new neural network architecture that relies on fewer, dynamic nodes to handle time series prediction tasks. Here’s how it works. 

Image: Shutterstock / Built In
Dhanam Parekh Dhanam Parekh
Updated on May 22, 2025

Sorting Algorithms: Slowest to Fastest

A sorting algorithm is an algorithm used to rearrange elements in a list or array based on a specified order. Here's a review of common sorting algorithms and their performance analysis, ranked from slowest to fastest.

Image: Shutterstock / Built In