Machine Learning Algorithms Articles

Sorted By: Most Recent
Miranda Hartley Miranda Hartley
Updated on March 19, 2025

What Is Long-Thinking AI and Why Does It Matter?

Long-thinking AI emphasizes a more logical, detailed and analytical approach to solving a problem offering lower hallucinations and more accurate outputs. Learn more.

Image: Shutterstock / Built In
Rushikesh Pupale Rushikesh Pupale
Updated on March 19, 2025

An Introduction to Support Vector Machine (SVM) in Python

A support vector machine is a supervised machine learning algorithm used for classification and regression tasks. Learn how it works and how to implement it in Python.

Image: Shutterstock / Built In
Anmol Tomar Anmol Tomar
Updated on March 14, 2025

Elbow Method in K-Means Clustering: Definition, Drawbacks, vs. Silhouette Score

The elbow method is a technique used to find the optimal number of clusters (K) in k-means clustering, by identifying the “elbow” point on a graph of k-values and their corresponding within-cluster sum of squares (WCSS) values.

Image: Shutterstock / Built In
Shesh Narayan Gupta Shesh Narayan Gupta
Updated on March 11, 2025

How to Set Up and Optimize DeepSeek Locally

Our expert explains everything you need to know about installing DeepSeek locally on both Mac and PC. Learn more.

Image: Shutterstock / Built In
Noah Topper Noah Topper
Updated on March 10, 2025

Introduction to the Beam Search Algorithm

Beam search is an approximate search algorithm that only remembers the top possible solutions to determine the best one. Here’s how it works, its applications, advantages, potential limitations and an example of beam search in action.

Image: Shutterstock / Built In
Carla Martins Carla Martins
Updated on March 10, 2025

Gaussian Naive Bayes Explained With Scikit-Learn

Gaussian Naive Bayes is a classification technique used in machine learning based on the probabilistic approach and Gaussian distribution. Here’s a deep dive on how to use it in Scikit-Learn.

Image: Shutterstock / Built In
Shesh Narayan Gupta Shesh Narayan Gupta
Updated on February 26, 2025

Understanding the RMSprop Optimizer: A Guide

Root mean square propagation (RMSProp) is an adaptive learning rate optimization algorithm designed to improve training and convergence speed in deep learning models.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 26, 2025

LightGBM: A Guide

Light gradient-boosting machine (LightGBM) is an open-source machine learning framework that specializes in handling large data sets and high-dimensional data. Learn more. 

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 26, 2025

What Is Hyperparameter Tuning?

Understanding hyperparameter tuning is crucial to getting the results you want from your machine learning model.

Image: Shutterstock / Built In
Mamdouh Refaat Mamdouh Refaat
Updated on February 12, 2025

What Is Overfitting?

Overfitting is when a machine learning model performs well with its training data but performs poorly with new data. Here’s an in-depth review of what can lead to overfitting, how it differs from underfitting and methods for detecting and avoiding it.

Image: Shutterstock / Built In