While Model Trains

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

Stop Hard Coding in a Data Science Project – Use Config Files Instead

Khuyen Tran

In a data science project, certain values such as file names, train-test split ratios, and hyperparameters often undergo frequent changes. By using configuration files instead of hard-coding these values, you can achieve better maintainability and flexibility.

Read it!

When machine learning matters

Erik Bernhardsson

Machine learning is rarely the fundamental enabler of a product, but rather, it often serves as an enhancer.

Read it!

An Introduction to different Types of Convolutions in Deep Learning

Paul-Louis Pröve

Dilated, transposed, and separable convolutions explained with informative animations.

Read it!