Data Science Articles

Sorted By: Most Recent
Srik Gorthy Srik Gorthy
Updated on April 01, 2024

Euclidean Distance Explained

Euclidean distance measures the length of the shortest line between two points. It’s commonly used in machine learning algorithms. Learn how to calculate it in Python.

Image: Shutterstock / Built In
Edward Hearn Edward Hearn
Updated on April 01, 2024

Ordinal Data vs. Nominal Data: What’s the Difference?

Ordinal data is any data that can be ranked or ordered. How does it differ from other data types?

Image: Shutterstock / Built In
Rahul Agarwal Rahul Agarwal
Updated on March 29, 2024

ROC Curves and AUC: The Ultimate Guide

ROC curves are one of the most common evaluation metrics for checking a classification model’s performance. This guide will help you to truly understand how ROC curves and AUC work together.

Image: Shutterstock / Built In
Asim Rahal Asim Rahal
Updated on March 20, 2024

Don’t Be Compliance-First. Be Risk-First Instead.

A risk-first approach focuses on a company’s most significant compliance risks rather than an arbitrary list of regulations.

Image: Shutterstock / Built In
Anand K. Parmar Anand K. Parmar
Updated on March 15, 2024

4 Types of Tree Traversal Algorithms

Everything you need to know about tree traversal algorithms. Learn the theories around the algorithms and how to implement them through code

Image: Shutterstock / Built In
Michael Galarnyk Michael Galarnyk
Updated on March 14, 2024

How to Use the Z-Table

A z-table, or standard normal table, reveals what percentage of values fall below a certain z-score in a normal distribution. Here’s how to use one and create your own.

Image: Shutterstock / Built In
Ellen Glover Ellen Glover
Updated on March 13, 2024

19 AI Content Generators to Know

These AI content generators can create anything from a marketing email to an entire book in a matter of minutes.

Image: Shutterstock
Ellen Glover Ellen Glover
Updated on March 13, 2024

What Is Conversational AI?

Whether it’s asking questions or making chit-chat, conversational AI lets you talk to your computer.

Image: Shutterstock / Built In
Joel Hereth Joel Hereth
Updated on March 12, 2024

How to Optimize SQL for Large Data Sets

Optimizing SQL for large data sets is an important step in managing the performance of your database. Follow these best practices to achieve faster data retrieval and efficiency. 

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

Related Topics