Artificial Intelligence Articles

Sorted By: Most Recent
Rushikesh Pupale Rushikesh Pupale
Updated on November 08, 2023

An Introduction to Support Vector Machine (SVM) in Python

A support vector machine is a linear machine learning model for classification and regression problems. Learn how it works and how to implement it in Python.  

Image: Shutterstock / Built In
Satyam Kumar Satyam Kumar
Updated on November 08, 2023

5 Anomaly Detection Algorithms to Know

Anomaly detection is an unsupervised technique to identify data points that don’t confirm the normal behavior in the data.

Image: Shutterstock / Built In
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 Natural Language Processing (NLP)?

Natural language processing (NLP) is a branch of artificial intelligence that provides a framework for computers to understand and interpret human language.

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 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
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
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
Jeremy Bradley Jeremy Bradley
Updated on November 06, 2023

These Careers Are at the Forefront of the Deep Tech Revolution

As technology and science advance, a new set of jobs are emerging. From rust engineer to quantum scientist, meet the new, in-demand deep tech careers.

Image: Shutterstock / Built In

Related Topics