Posts tagged "deep-learning"

How to reduce the amount of labelled data required for your Deep Learning model with a human in the loop?

In this blog post, we will explore how Bayesian active learning can be used to reduce the amount of labeled data required for a deep learning model with a human in the loop in the context of a classification task.

../../_images/active-learning-loop.gif

Read more ...


Dropout as a way to Model Uncertainty in Deep Learning Models

In [Gal and Ghahramani, 2016], the authors propose an easy, fast and scalable method to quantify the uncertainty of any deep learning model (including big modern architectures) as long as dropout is used during training time.

../../_images/gif_dropout_final.gif

Read more ...