While Model Trains

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

A smooth approach to putting machine learning into production

Max Halford

"In online machine learning, the idea is that your model is only allowed to learn from one example at a time. This is contrast to batch learning where all the available data is processed at once."

Read it!

Data Analysis at the Command Line

@lucytalksdata

Using csvkit, grep, gnuplot, and other command-line tools to perform data analysis directly from the command line.

Read it!

Neural Network From Scratch

Simon Hørup Eskildsen

Build a mental model for how a neural network works by making one from scratch

Read it!