inferno-ml/inferno
Bayesian Deep Learning in PyTorch
This project helps machine learning engineers and researchers build deep learning models that can quantify their own uncertainty. You provide your existing PyTorch models and data, and it outputs models that not only make predictions but also provide a measure of confidence for each prediction. This is particularly useful for those working on critical applications where understanding model certainty is as important as the prediction itself.
Use this if you need to understand how confident your deep learning model is in its predictions, rather than just getting a single answer.
Not ideal if you are a non-technical user or you only require basic, deterministic deep learning models without uncertainty quantification.
Stars
9
Forks
4
Language
Python
License
MIT
Category
Last pushed
Jan 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/inferno-ml/inferno"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorflow/probability
Probabilistic reasoning and statistical analysis in TensorFlow
erdogant/bnlearn
Python package for Causal Discovery by learning the graphical structure of Bayesian networks....
pyro-ppl/pyro
Deep universal probabilistic programming with Python and PyTorch
probml/pyprobml
Python code for "Probabilistic Machine learning" book by Kevin Murphy
google/edward2
A simple probabilistic programming language.