Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 608 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 608 Bytes

Uncertainty

This repository contains the code for the blog post Reasons for uncertainty in machine learning models. It's written in python and uses poetry for dependency management. Get started by running the following commands:

poetry install
poetry run jupyter lab
  • visualisations.ipynb contains the code for creating basic visualisations
  • monte-carlo-dropout.ipynb contains the code for the Monte Carlo Dropout example
  • laplace-approximation.ipynb contains the code for the Laplace Approximation example