Data Science Articles

Sorted By: Most Recent
Alex Williams Alex Williams
Updated on August 18, 2025

What Is Apache Hive?

Apache Hive is a distributed data warehouse system built on Apache Hadoop that enables scalable batch processing and SQL-like querying of large data sets using HiveQL.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on August 18, 2025

What Is TensorFlow?

TensorFlow is an open-source machine learning framework developed by Google used to build, train and deploy machine learning and deep learning models for tasks such as predictive analytics, classification and image recognition.

Image: Shutterstock / Built In
Artturi Jalli Artturi Jalli
Updated on August 18, 2025

What Is Cassandra?

Cassandra is an open-source, distributed NoSQL database that can manage large volumes of data across multiple servers with high scalability.

Image: Shutterstock / Built In
Ellen Glover Ellen Glover
Updated on August 14, 2025

43 Top AI Apps to Know

These AI apps put the power of artificial intelligence right in your hands.

Image: Shutterstock
Terence Shin Terence Shin
Updated on August 12, 2025

10 Advanced SQL Concepts to Know (With Examples)

Advanced SQL is the use of structured query language (SQL) techniques for complex querying, data manipulation and management, using features like CTEs, recursive queries, window functions and advanced joins. Here's 10 advanced SQL concepts to know.

Image: Shutterstock / Built In
Trist'n Joseph Trist'n Joseph
Updated on August 12, 2025

What Is Bootstrapping Statistics?

Bootstrapping is a statistical resampling method that repeatedly samples with replacement from an existing data set to estimate the sampling distribution of a statistic.

Image: Shutterstock / Built in
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

Related Topics