Data Science Articles

Sorted By: Most Recent
Ellen Glover Ellen Glover
Updated on October 25, 2024

What Is Responsible AI?

Responsible AI ensures that artificial intelligence is designed, deployed and used in ways that are secure, ethical and legal.

Image: Shutterstock
Kay Jan Wong Kay Jan Wong
Updated on October 24, 2024

Python Tree Implementation: A Guide

Trees are non-linear data structures that store data hierarchically and are made up of nodes connected by edges. Here’s how to implement it in Python using bigtree.

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

Related Topics