While Model Trains

Read data blog posts.
Carefully handpicked.
Presented 3 at a time.

How to Visualize Filters and Feature Maps in Convolutional Neural Networks

Jason Brownlee

A tutorial on how to gain insights into a CNN by visualizing filters and feature maps.

Read it!

Markov Chains

Victor Powell and Lewis Lehe

A fascinating explanation of Markov Chains with interactive simulations.

Read it!

Why using SQL before using Pandas?

Oleg Żero

An explanation with examples illustrating the motivation to use SQL for fetching data from a database instead of directly loading the data into Pandas.

Read it!