Simple, modular, and generic architecture for active learning — In my previous post, I gave a short introduction to the theory and methods of active learning. The next step in the Active Learning journey is the implementation. In this post, I will share my journey towards a complete automated active learning pipeline. Step 1 — Motivation to implement At first, like other motivated algorithm developers…