Machine Learning Articles

Sorted By: Most Recent
Terence Shin Terence Shin
Updated on November 07, 2023

What Is Model Deployment in Machine Learning?

Model deployment is the process of integrating a machine learning model into a production environment where it can take in an input and return an output.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Is Reinforcement Learning?

Reinforcement learning relies on an agent learning to determine accurate solutions from its own actions and the results produced in a contained environment.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Is Unsupervised Learning?

Unsupervised learning is a form of machine learning that involves processing unlabeled data inputs and outputs in order to predict outcomes.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Are Machine Learning Algorithms?

Machine learning algorithms fuel machine learning models. They consist of three parts: a decision process, an error function and a model optimization process.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Is a Decision Tree?

A decision tree is a supervised machine learning algorithm that creates a series of sequential decisions to reach a specific result. 

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Is Supervised Learning?

Supervised learning is an approach to machine learning that uses labeled data sets to train algorithms in order to properly classify data and predict outcomes.

Image: Shutterstock / Built In
Terence Shin Terence Shin
Updated on November 07, 2023

Understanding Feature Importance in Machine Learning

Feature importance involves calculating a score for all input features in a machine learning model to determine which ones are the most important. Here’s how to do it.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

How Is Python Used in Machine Learning?

Python is a popular programming language to use in machine learning because it offers developers exceptional versatility and power while integrating with other software.

Image: Shutterstock / Built In
Terence Shin Terence Shin
Updated on November 06, 2023

All Machine Learning Models Explained

Machine learning models are categorized as either supervised or unsupervised. Here’s what you need to know about each model and when to use them.

Image: Shutterstock / Built In
Chinmay Bhalerao Chinmay Bhalerao
Updated on November 06, 2023

A Deep Dive Into Non-Maximum Suppression (NMS)

Non-maximum suppression (NMS) is a post-processing technique that is used in object detection tasks to eliminate duplicate detections and select bounding boxes.

Image: Shutterstock / Built In