Machine Learning Articles

Sorted By: Most Recent
Shelley Copsey Shelley Copsey
Updated on October 31, 2025

Stop Confusing the LLM for the Product Itself

Most LLM projects fail because they assume the model is the product. The real challenge is to embed productized AI into your operations. Here’s how to do it.

Image: Shutterstock / Built In
Rajesh Kesavalalji Rajesh Kesavalalji
Updated on October 30, 2025

Building Cost-Effective Monitoring Solutions for AI Infrastructure

Monitoring solutions to keep AI and machine learning systems running smoothly don’t have to break the bank. Here are some lightweight monitoring techniques to know.

Image: Shutterstock / Built In
Moudy Elbayadi Moudy Elbayadi
Updated on October 20, 2025

How Generative AI Is Transforming the Retail Industry

The technology promises to revolutionize everything from customer experiences to inventory management.

Image: Shutterstock / Built In
Harshil Patel Harshil Patel
Updated on September 29, 2025

Feature Engineering Explained

Feature engineering is the process of selecting, transforming and creating features from raw data to improve the performance of supervised learning models.

Image: Shutterstock / Built In
Suraj Gurav Suraj Gurav
Updated on September 22, 2025

An Introduction to the Confusion Matrix in Python

A confusion matrix is a table used to evaluate the performance of a classification model by comparing the predicted labels with the actual labels, showing true positives, true negatives, false positives and false negatives.

Image: Shutterstock / Built In
Jye Sawtell-Rickson Jye Sawtell-Rickson
Updated on September 16, 2025

What Is PyTorch?

PyTorch is an open-source machine learning framework used for training deep neural networks.

Image: Shutterstock / Built In
Eric Kleppen Eric Kleppen
Updated on September 16, 2025

What Is Sentiment Analysis?

We use sentiment analysis to gain insights into a target audience’s feelings about a particular topic. Here are the basics of sentiment analysis types and techniques.

Image: Shutterstock / Built In
Parul Pandey Parul Pandey
Updated on September 15, 2025

How to Enable Jupyter Notebook Notifications

Jupyternotify is a Jupyter Notebook extension that provides a browser notification when a code cell is done executing.

Image: Shutterstock / Built In
Mohammed Alhamid Mohammed Alhamid
Updated on September 12, 2025

Ensemble Models: What Are They and When Should You Use Them?

An ensemble model combines multiple machine learning models to improve prediction accuracy, outperforming a single model. Here’s how and when to use ensemble techniques for your machine learning models.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on September 10, 2025

How to Find Residuals in Regression Analysis

Do you need to improve your regression model’s performance? Use this sample Python code to help you find residuals in your own projects.