January 31, 2020

Weekend long read suggestions 2020/05

Software Development & Design

Elixir

  • Periodic jobs in Elixir with Periodic

    Saša Jurić doesn’t need any introduction for the Elixir community. Article provides background and introduction to his library for running periodic jobs in Elixir called periodic.

Machine Learning / Data Science

  • Reservoir Sampling

    Deep dive into problematic of taking samples from large dataset with reservoir sampling. Reservoir sampling is a group of algorithms for choosing a random sample from dataset of unknown size (and bigger then available memory).

  • Anomaly Detection with Autoencoder in TensorFlow 2.0

    Easy to follow introduction into using Autoencoder for anomaly detection.

Infrastructure