Expert Contributors Articles

Sorted By: Most Recent
Adesh Gautam Adesh Gautam
Updated on July 31, 2023

SARSA Reinforcement Learning Algorithm: A Guide

State-action-reward-state-action (SARSA) is an on-policy reinforcement learning algorithm used to teach a new Markov decision process policy. Learn how it works and how to code it.

Image: Shutterstock / Built In
Hrishav Tandukar Hrishav Tandukar
Updated on July 31, 2023

What Is WSGI (Web Server Gateway Interface)?

WSGI is a mediator that communicates between web servers and Python web applications. It plays a vital role when you deploy your Django or Flask application.

Image: Shutterstock / Built In
Will Koehrsen Will Koehrsen
Updated on July 28, 2023

The Poisson Process and Poisson Distribution, Explained

Here’s a straightforward walk-through of the Poisson process and Poisson distribution.

Image: Shutterstock / Built In
Žydrūnas Tamašauskas Žydrūnas Tamašauskas
Updated on July 27, 2023

Embedded DevOps vs. Centralized DevOps: A Guide

Embedded DevOps engineers are assigned to individual development teams, while centralized DevOps operate independently. Here’s how to choose the right approach for you.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on July 26, 2023

4 Ways to Automate Exploratory Data Analysis (EDA) in Python

Next time, use one line of code to automate your EDA. Here’s how.

Image: Shutterstock
Sameer Maskey Sameer Maskey
Updated on July 25, 2023

How to Overcome AI-Led Biases in Recruiting and Hiring

Train employees and focus on data quality to make AI-assisted HR decisions fair.

Image: Shutterstock / Built In
Rory Spanton Rory Spanton
Updated on July 21, 2023

How to Solve FizzBuzz in R

The FizzBuzz problem is a task often given in coding interviews. Impress your interviewers and improve your code with these five solutions.

Image: Shutterstock / Built In
Vidisha Jitani Vidisha Jitani
Updated on July 21, 2023

Monads in Functional Programming Explained

Monad is a generic concept that helps deal with side effects in doing operations between pure functions.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on July 20, 2023

How to Place the Legend Outside the Plot in Matplotlib

When plotting figures with Matplotlib, learn how you can place the legend of a figure outside of the plot area.

Image: Shutterstock / Built In
Chris Dowsett Chris Dowsett
Updated on July 20, 2023

What Is a Data Lake?

A data lake is a digital storage area where businesses hold structured and unstructured data including social media data, log files, emails, images and videos.

Image: Shutterstock / Built In