Data Science Articles

Sorted By: Most Recent
Bushra Anjum & Ken Hu Bushra Anjum & Ken Hu
Updated on September 28, 2022

Machine Learning Engineers Should Use Agile for Developing Models

ML engineers and data scientists need to embrace an iterative, incremental approach.

Image: Shutterstock / Built In
Parul Pandey Parul Pandey
Updated on September 27, 2022

Vector Norms: A Quick Guide

Vector norms are an important concept to machine learning. This guide breaks down the idea behind the L¹, L², L∞, and the Lᵖ norms.

Image: Shutterstock / Built In
Denis Lukichev Denis Lukichev
Updated on September 20, 2022

Recursive SQL Expression Visually Explained 

Recursive SQL expressions allow you to reference previous results in a hierarchical data set in order to extract information. Here’s how it works.  

Image: Shutterstock / Built In
Perez Ogayo Perez Ogayo
Updated on September 14, 2022

How to Fix a CUDA Error: Device-Side Assert Triggered in PyTorch

A CUDA Error: Device-Side Assert Triggered can either be caused by an inconsistency between the number of labels and output units or an incorrect input for a loss function. Follow this guide to fix it. 

Image: Shutterstock / Built In
Stephen Fordham Stephen Fordham
Updated on September 12, 2022

Using Python Class Decorators

Python class decorators allow you to add a class to a function without modifying the source code. Here's how to apply it.

Image: Shutterstock / Built In
Mitchell Telatnik Mitchell Telatnik
Updated on September 07, 2022

Social Network Analysis: How to Get Started

Social network analysis is a great way to analyze relationships. Here’s how to build your own network graph.

Image: Shutterstock / Built In
Vihar Kurama Vihar Kurama
Updated on August 31, 2022

Feedforward Neural Networks: A Quick Primer for Deep Learning

Take a dive into the first type of artificial neural network ever invented — feedforward neural networks.

Image: Shutterstock / Built In
Natassha Selvaraj Natassha Selvaraj
Updated on August 30, 2022

Real Face vs. AI-Generated Fake: The Science Behind GANs

How can we tell the difference between what’s real...and what’s not? Learn the science behind generative adversarial networks and find out.

Image: Shutterstock / Built In
Niklas Donges Niklas Donges
Updated on August 30, 2022

What is Linear Algebra? Basic Linear Algebra for Deep Learning

An introduction to linear algebra.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on August 29, 2022

5 Git Commands That Don’t Get Enough Hype

These Git commands will drastically improve your workflow.

Image: Shutterstock / Built In

Related Topics