Data Science Articles

Sorted By: Most Recent
Parag Radke Parag Radke
Updated on October 24, 2024

Monte Carlo Tree Search: A Guide

Monte Carlo tree search (MCTS) is a heuristic search algorithm for decision processes. Here’s what you need to know.

Image: Shutterstock / Built In
Anmolika Singh Anmolika Singh
Updated on October 24, 2024

Gale-Shapley Algorithm Explained

The Gale-Shapley algorithm is a deferred acceptance algorithm used in matching theory to solve the Stable Marriage Problem. Here’s how it works and how to apply it in Python.

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
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
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
Bryan Pfalzgraf Bryan Pfalzgraf
Updated on October 18, 2024

How to Use Selenium for Web Scraping

Selenium is a Python library that’s used for automating web browsers to accomplish tasks like web scraping. Here’s how to do it with an example and code.

Image: Shutterstock / Built In
Niklas Donges Niklas Donges
Updated on October 17, 2024

A Guide to Recurrent Neural Networks (RNNs)

In this guide to recurrent neural networks, we explore RNNs, backpropagation and long short-term memory (LSTM).

Image: Shutterstock / Built In

Related Topics