Data Science Articles

Sorted By: Most Recent
Anthony Corbo Anthony Corbo
Updated on October 24, 2024

What Is an Algorithm?

Algorithms provide computers with instructions that transform data into usable knowledge. Here’s an in-depth look at how algorithms work, common types of algorithms, real-life examples and ways to analyze them.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on October 24, 2024

What Are Python Algorithms?

Python algorithms provide a detailed set of instructions by which you can process data for a specific purpose. The most well-known are sorting and graph.

Image: Shutterstock / Built In
Vihar Kurama Vihar Kurama
Updated on October 23, 2024

PyTorch vs. TensorFlow: Key Differences to Know for Deep Learning

A comparison of two popular Python deep learning frameworks — PyTorch and TensorFlow.

Image: Shutterstock / Built In
Anas Al-Masri Anas Al-Masri
Updated on October 23, 2024

How Does Backpropagation in a Neural Network Work?

Backpropagation is the neural network training process of feeding error rates back through a neural network to make it more accurate. Here’s what you need to know.

Image: Shutterstock / Built In
Vatsal Patel Vatsal Patel
Updated on October 22, 2024

Markov Chain Explained

A Markov chain is a stochastic model that outlines the probability of a sequence of events occurring based on the previous event. Here’s what you need to know.

Image: Shutterstock / Built In
Claire D. Costa Claire D. Costa
Updated on October 22, 2024

13 Best SQL Editor Tools in the Market

SQL editors allow database administrators and web developers to execute SQL queries and access and control data. Here are the best tools available.

Image: Shutterstock / Built In
Mór Kapronczay Mór Kapronczay
Updated on October 22, 2024

A Beginner’s Guide to Language Models

A language model is a probability distribution over words or word sequences. Learn more about different types of language models and what they can do.

Image: Shutterstock / Built In
Vihar Kurama Vihar Kurama
Updated on October 22, 2024

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
Gokul S. Kumar Gokul S. Kumar
Updated on October 22, 2024

Understanding and Building Neural Network (NN) Models

A neural network is a series of algorithms that identifies patterns and relationships in data, similar to the way the brain operates. Here's how they work.

Image: Shutterstock / Built In
Judah Taub Judah Taub
Updated on October 22, 2024

How to Overcome Algorithmic Confirmation Bias

It’s all about asking the right questions.

Image: Shutterstock / Built In

Related Topics