kyle-dorman/bayesian-neural-network-blogpost
A Jupyter notebook tutorial explaining how to build a Bayesian deep learning classifier with uncertainty estimation using Keras.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository contains a Jupyter notebook implementing a Bayesian deep learning classifier with uncertainty estimation. It covers Bayesian methods for deep learning including techniques for modeling both aleatoric (data) and epistemic (model) uncertainty. The implementation uses Keras as the deep learning framework and includes CIFAR-10 image classification examples.