Data Science Articles

Sorted By: Most Recent
Anthony Corbo Anthony Corbo
Updated on June 18, 2025

What Is Tableau?

Tableau is a business intelligence and data visualization tool used to simplify raw data, provide data insights and make it easily accessible at all levels of a company.

Image: Shutterstock / Built In
Chris Dowsett Chris Dowsett
Updated on June 18, 2025

Data Science vs. Decision Science: What’s the Difference?

Data scientists and decision scientists do very different, though equally important, work. Here’s how to tell the difference.

Max Reynolds Max Reynolds
Updated on June 18, 2025

Contrastive Learning: A Tutorial

Contrastive learning is a machine learning technique that trains models to distinguish between similar and dissimilar data pairs. It can be used for self-supervised learning and other use cases.

Image: Shutterstock / Built In
George Seif George Seif
Updated on June 18, 2025

A High-Level Guide to Natural Language Processing Techniques

Explore how rule-based systems, classical machine learning, and deep learning are used to help machines interpret human language.

Jye Sawtell-Rickson Jye Sawtell-Rickson
Updated on June 17, 2025

What Is the Fibonacci Sequence?

The Fibonacci sequence is a series of numbers in which each number equals the sum of the two that precede it. For example, 0, 1, 1, 2, 3, 5, 8, 13, 21 and so on.

Image: Shutterstock / Built In
Sean Benhur Sean Benhur
Updated on June 17, 2025

Guide to Meta Learning

Meta learning helps models learn new, unseen tasks on their own.

Image: Shutterstock / Built in
Indhumathy Chelliah Indhumathy Chelliah
Updated on June 17, 2025

Merging Lists in Python: A Guide

There are multiple ways to merge lists in Python. Master leveraging append, extend, concatenation, for loops and more. 

Image: Shutterstock / Built In
Stephen Gossett Stephen Gossett
Updated on June 17, 2025

Data Centers: What Are They and How Do They Work?

Data centers are the backbone of today’s digital world, powering everything from streaming services to AI tools.This guide breaks down how they work, the challenges they face and how they’re evolving to support the technology we depend on every day.

Image: Shutterstock/Built In
Anthony Corbo Anthony Corbo
Updated on June 17, 2025

What Is Supervised Learning?

Supervised learning is a type of machine learning approach that uses labeled data sets to train algorithms to classify data or predict outcomes.

Image: Shutterstock / Built In
Yang Zhou Yang Zhou
Updated on June 17, 2025

Python: How to List Files in Directory

In this tutorial, you will learn 5 ways in Python to list all files in a specific directory. Methods include os.listdir(), os.walk(), the glob module and more.

Image: Shutterstock / Built In

Related Topics