Data Science Articles

Sorted By: Most Recent
Rohit Thakur Rohit Thakur
Updated on March 12, 2024

Beginner’s Guide to VGG16 Implementation in Keras

VGG16 is a convolutional neural net architecture that’s used for image recognition. It utilizes 16 layers with weights and is considered one of the best vision model architectures to date.

Image: Shutterstock / Built In
Frank H. McCourt, Jr. and Michael J. Casey Frank H. McCourt, Jr. and Michael J. Casey
Updated on March 12, 2024

What If We Lived in an Open Data Economy?

In an excerpt from their latest book, our experts imagine a world where we’re in control of our own online experience.

Okan Yenigün Okan Yenigün
Updated on March 11, 2024

DBSCAN Clustering Algorithm Demystified

Density-based spatial clustering of applications with noise (DBSCAN) is a clustering algorithm used to define clusters in a data set and identify outliers. Here’s how it works. 

Image: Shutterstock / Built In
Sachin Dev Sachin Dev
Updated on March 07, 2024

Understanding Overfitting vs. Underfitting in Machine Learning

Overfitting and underfitting are two problems that can occur when building a machine learning model and can lead to poor performance. Learn what causes them and how to fix it.

Image: Shutterstock / Built In
David Klempfner David Klempfner
Updated on March 07, 2024

What Is Two’s Complement?

Two’s complement is a mathematical operation on binary numbers used to signify positive or negative integers. Learn how it works and the formula behind it.

Image: Shutterstock / Built In
Cornellius Yudha Wijaya Cornellius Yudha Wijaya
Updated on March 06, 2024

How to Convert Jupyter Notebook to PDF

Converting your Jupyter Notebook to PDF is a useful way to share your processed data set. Here’s how to do it in four simple steps.

Image: Shutterstock / Built In
James Le James Le
Updated on March 05, 2024

The Top 10 Machine Learning Algorithms to Know

These algorithms can help you learn how to use machine learning.

Image: Shutterstock / Built In
Bushra Anjum & Ken Hu Bushra Anjum & Ken Hu
Updated on March 05, 2024

How to Build an Agile Framework for Machine Learning Projects

Machine learning projects can get unwieldy without a clear framework. Our experts explain how they built one based on the Agile methodology.

Image: Shutterstock / Built In
Stephen Adesina Stephen Adesina
Updated on March 04, 2024

Python Circular Import Error Solved

Python circular import is an error that occurs when two or more modules mutually depending on each other try to import before fully loading. Here’s how to solve it.

Image: Shutterstock / Built In
Chris Dowsett Chris Dowsett
Updated on February 28, 2024

What Is Business Intelligence?

Business intelligence (BI) provides insights that guide business decisions and business monitoring while taking advantage of growing volumes of data stored by organizations.

Image: Shutterstock / Built In

Related Topics