Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 747 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 747 Bytes

Uncertainties Neural Networks

A notebook that implements a few toy neural networks in order to test uncertainties estimation.

  • A 1D regression with the CO2 dataset
  • An image classifier for MNIST's data
  • A custom pose estimator for 2D squares, inpired by Yann Labbe's 6D object tracker cosypose https://github.com/ylabbe/cosypose

Two methods are explored in the associated notebook:

The code of ADF's function (contrib folder) is provided by Mattia Segù and available @ https://github.com/mattiasegu/uncertainty_estimation_deep_learning