Data Science Articles

Sorted By: Most Recent
James Le James Le
Updated on August 12, 2025

The Top 10 Machine Learning Algorithms to Know

A machine learning algorithm is a set of instructions that enables a system to learn patterns from data and make predictions or decisions without being explicitly programmed for each task. Here are the machine learning algorithms beginners should know.

Image: Shutterstock / Built In
Richmond Alake Richmond Alake
Updated on August 12, 2025

Bubble Sort Time Complexity and Algorithm Explained

Bubble sort time complexity describes how the bubble sort algorithm’s runtime scales with input size, being O(n²) in average and worst cases and O(n) in the best case when optimized.

Image: Shutterstock / Built In
Srishti Saha Srishti Saha
Updated on August 11, 2025

Covariance vs. Correlation: Differences to Know

Covariance indicates the direction of the linear relationship between two variables and how they vary, while correlation measures both the strength and direction of the linear relationship between two variables.

Image: Shutterstock / Built In
Sparsh Gupta Sparsh Gupta
Updated on August 11, 2025

7 Common Loss Functions in Machine Learning

A loss function in machine learning is a mathematical formula that measures the difference between a model’s predicted output and the actual target value, guiding optimization during training. Here are common loss functions to know and when to use them.

Image: Shutterstock / Built In
Parag Radke Parag Radke
Updated on August 11, 2025

Forward Chaining vs. Backward Chaining in Artificial Intelligence

Forward chaining and backward chaining are two approaches to designing an expert system for AI that help you solve complex problems. Learn how they work.

Image: Shutterstock / Built In
Matthew Urwin Matthew Urwin
Updated on August 07, 2025

How Differential Privacy Keeps Your Data Safe in the Age of AI

Differential privacy is a mathematical definition of privacy designed to keep individual data anonymous within data sets. Here’s how this standard can be used to protect personal data, even as artificial intelligence complicates the security sector.

Image: Shutterstock
Jeff Rumage Jeff Rumage
Updated on August 07, 2025

Inside Palantir: The Tech Giant Powering Government Intelligence

Palantir’s data analysis software is known as a military intelligence tool. But as the company branches out in the government and corporate America, we take a closer look at its technology.

Image: Built In / Shutterstock
Matthew Urwin Matthew Urwin
Updated on August 06, 2025

Is AGI Coming for Your Job? What It Means for the Future of Work.

Artificial general intelligence is a theoretical form of AI that could learn and think like humans do, sparking fears around job losses. What do jobs look like in a post-labor economy, and how do we plan ahead to ensure AGI works for everyone?

Image: Shutterstock
Matthew Urwin Matthew Urwin
Updated on August 05, 2025

A Comparison of the Top AI Models: Features, Use Cases and Cost

Artificial intelligence has never been more accessible to everyday users, but that only increases the number of choices out there. Here’s an overview of the top AI models available, including GPT-4o, Claude 3.7 Sonnet and DeepSeek-R1.

Image: Tada Images / Shutterstock
Alex Zelinsky Alex Zelinsky
Updated on August 04, 2025

Full vs. Complete Binary Tree: What’s the Difference?

A full binary tree is a tree where every node has either zero or two children, while a complete binary tree is a tree where all levels are fully filled except possibly the last (which is filled from left to right).

Image: Shutterstock / Built In

Related Topics