Data Science Articles

Sorted By: Most Recent
Niklas Donges Niklas Donges
Updated on August 15, 2023

4 Disadvantages of Neural Networks

Deep learning is getting a lot of hype right now, but neural networks aren't the answer to everything.

Image: Shutterstock / Built In
Ivo Bernardo Ivo Bernardo
Updated on August 08, 2023

A Guide to Using ggmap in R

ggmap is an R package that allows users to retrieve and visualize spatial data from Google Maps, Stamen Maps, OpenStreetMap or other similar map services.

Image: Shutterstock / Built In
Xichu Zhang Xichu Zhang
Updated on August 05, 2023

Symmetric Matrix Properties and Applications: A Guide

A symmetric matrix is one that is equal to its transpose. Here’s how to identify one and how it can be applied.  

Image: Shutterstock / Built In
Merlin Schäfer Merlin Schäfer
Updated on August 02, 2023

Using Arrays in PostgreSQL: A Guide

With the array, PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. 

Image: Shutterstock / Built In
Marco Peixeiro Marco Peixeiro
Updated on August 01, 2023

The Complete Guide to Time Series Models

A time series model is a set of data points ordered in time, and it’s used in forecasting the future. Here’s everything you need to know.  

Image: Shutterstock / Built In
Rex Ahlstrom Rex Ahlstrom
Updated on August 01, 2023

Data Mesh vs. Data Fabric: Which Is Right for Your Organization?

As your company looks for a data management strategy, you may consider a data mesh or a data fabric architecture. Our expert explains the differences and how to decide which fits your needs.

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

Related Topics