Data Science Articles

Sorted By: Most Recent
Artem Oppermann Artem Oppermann
Updated on December 28, 2022

5 Deep Learning and Neural Network Activation Functions to Know

Activation functions help a neural network model complex relationships in the data but how (and when) do we use them, exactly?

Image: Shutterstock / Built In
Linda Ngo Linda Ngo
Updated on December 28, 2022

The Ultimate Guide to Relational Operators in R

Relational operators reveal how objects relate to one another. Learn everything you need to know to conquer them.

Image: Shutterstock / Built In
Javaid Nabi Javaid Nabi
Updated on December 21, 2022

Multiclass Classification With an Imbalanced Data Set

Multiclass classification is a task that involves classifying data that contains more than two classes. Here’s what you need to know.

Image: Shutterstock / Built In
Vegard Flovik Vegard Flovik
Updated on December 20, 2022

An Introduction to Graph Theory

Graph Theory is the study of relationships using vertices connected by edges. It is a helpful tool to quantify and simplify complex systems.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on December 05, 2022

Model Validation and Testing: A Step-by-Step Guide

Here’s how to choose the right model for your data through development, validation and testing.

Chaitanya Baweja Chaitanya Baweja
Updated on November 29, 2022

A Complete Guide to Using Python Progress Bars

A progress bar in Python indicates whether the code is working or stuck in a loop due to an error. Here’s how to build your own with four different Python libraries.

Image: Shutterstock / Built In
Jye Sawtell-Rickson Jye Sawtell-Rickson
Updated on November 28, 2022

Is AI the Future of Sports?

AI is quickly changing the face of traditional gaming and sports. Whose side are you on?

Soner Yıldırım Soner Yıldırım
Updated on November 23, 2022

Dot Product and Matrix Multiplication Explained

The dot product of a matrix is a basic linear algebra calculation used in machine learning to make computations more efficiently as data increases. Here’s how to calculate it.

Image: Shutterstock / Built In
Sidath Asiri Sidath Asiri
Updated on November 16, 2022

An Introduction to Classification in Machine Learning

Classification is a supervised machine learning process that predicts the class of input data based on the algorithms training data. Here’s what you need to know.

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on November 14, 2022

How to Form Clusters in Python: Data Clustering Methods

Every data scientist should know how to form clusters in Python since it’s a key analytical technique in a number of industries. Here’s a guide to getting started.

Image: Shutterstock

Related Topics