Machine Learning Articles

Sorted By: Most Recent
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
Kevin Li Kevin Li
Updated on March 07, 2024

Here’s How to Build a Culture of Experimentation

Get a team on board and your framework in place, then add a touch of courage to think creatively.

Image: Shutterstock / Built In
Ali Chaudhry Ali Chaudhry
Updated on March 06, 2024

Best Use-Cases for Generative AI in 2024

While generative AI has yet to reach its full potential in the workplace, there are use-cases that make it worth the investment. Here’s where AI will be most useful in 2024. 

Image: Shuttersotck / 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
Bharath Krishnamurthy Bharath Krishnamurthy
Updated on February 26, 2024

An Introduction to the ReLU Activation Function

The rectified linear unit (ReLU) activation function introduces the property of nonlinearity to a deep learning model and solves the vanishing gradients issue. Here’s why it’s so popular.

Image: Shutterstock / Built In
Michael Galarnyk Michael Galarnyk
Updated on February 23, 2024

PCA Using Python: A Tutorial

Principal component analysis (PCA) in Python can be used to speed up model training or for data visualization. This tutorial covers both using scikit-learn.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 22, 2024

How To Fix ModuleNotFoundError: No Module Named ‘Sklearn’

ModuleNotFoundError: No module named ‘sklearn’ is a Python error that can occur when importing the package to the source code. Here’s how to solve it.

Image: Shutterstock / Built In