Machine Learning Algorithms Articles

Sorted By: Most Recent
Mrinal Tyagi Mrinal Tyagi
Updated on April 02, 2024

Histogram of Oriented Gradients: An Overview

Histogram of oriented gradients (HOG) is a feature descriptor used in computer vision and image processing for object detection. Learn how it works.

Image: Shutterstock / Built In
Srik Gorthy Srik Gorthy
Updated on April 01, 2024

Euclidean Distance Explained

Euclidean distance measures the length of the shortest line between two points. It’s commonly used in machine learning algorithms. Learn how to calculate it in Python.

Image: Shutterstock / Built In
Okan Yenigün Okan Yenigün
Updated on March 11, 2024

DBSCAN Clustering Algorithm Demystified

Density-based spatial clustering of applications with noise (DBSCAN) is a clustering algorithm used to define clusters in a data set and identify outliers. Here’s how it works. 

Image: Shutterstock / Built In
Sachin Dev Sachin Dev
Updated on March 07, 2024

Understanding Overfitting vs. Underfitting in Machine Learning

Overfitting and underfitting are two problems that can occur when building a machine learning model and can lead to poor performance. Learn what causes them and how to fix it.

Image: Shutterstock / Built In
James Le James Le
Updated on March 05, 2024

The Top 10 Machine Learning Algorithms to Know

These algorithms can help you learn how to use machine learning.

Image: Shutterstock / Built In
Bushra Anjum & Ken Hu Bushra Anjum & Ken Hu
Updated on March 05, 2024

How to Build an Agile Framework for Machine Learning Projects

Machine learning projects can get unwieldy without a clear framework. Our experts explain how they built one based on the Agile methodology.

Image: Shutterstock / Built In
Terence Shin Terence Shin
Updated on February 26, 2024

90 Data Science Interview Questions to Know

Data science interviews encompass a variety of challenging questions to test your knowledge in machine learning, probability, SQL and more. Hone your skills with these questions.

Image: Shutterstock / Built In
András Gefferth András Gefferth
Updated on February 15, 2024

One Hot Encoding Explained

One hot encoding is a machine learning technique that encodes categorical data into numerical ones. Here’s how to apply it in Scikit-Learn and Pandas.

Image: Shutterstock / Built In
Ashwin Raj Ashwin Raj
Updated on February 14, 2024

How to Build a Logistic Regression Model for Classification

Logistic regression is a classification technique that identifies the best fitting model to describe the relationship between the dependent and independent variables in a data set.

Image: Shutterstock / Built In
Cory Maklin Cory Maklin
Updated on February 08, 2024

Fast Fourier Transform Explained

Fast Fourier transform is an algorithm that can speed up the training process for a convolutional neural network. Here’s how it works.

Image: Shutterstock / Built In