Data Science Articles

Sorted By: Most Recent
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
Ellen Glover Ellen Glover
Updated on October 17, 2024

AutoML: What Is Automated Machine Learning?

Automated machine learning (AutoML) refers to automating the tasks of building machine learning models. Here’s a closer look at why the technology matters, its pros and cons, how it’s being used and what it means for the future of data scientists.

Image: Shutterstock / Built In
Sunil Kumar Sunil Kumar
Updated on October 17, 2024

Python List Append() - How to Append Lists in Python

A tutorial on how to create lists and append items in Python.

Image: Shutterstock / Built In

Related Topics