mohd-faizy/Probabilistic-Deep-Learning-with-TensorFlow
Probabilistic Deep Learning finds its application in autonomous vehicles and medical diagnoses. This is an increasingly important area of deep learning that aims to quantify the noise and uncertainty that is often present in real-world datasets.
This project helps data scientists and machine learning engineers build more reliable AI models by quantifying uncertainty. It takes standard datasets and outputs predictions that include a confidence level, which is crucial for critical applications. The user would be someone involved in developing AI solutions where risk assessment and robust decision-making are paramount, such as in autonomous systems or healthcare.
Use this if your machine learning models need to provide not just a prediction, but also how confident they are in that prediction, especially in high-stakes scenarios.
Not ideal if your primary goal is simply to achieve the highest prediction accuracy without needing to understand the model's certainty, or if computational resources are severely limited.
Stars
73
Forks
35
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 07, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mohd-faizy/Probabilistic-Deep-Learning-with-TensorFlow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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.