tensorflow/probability

Probabilistic reasoning and statistical analysis in TensorFlow

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 15th, 2026
Created on October 23rd, 2017
Open Issues & Pull Requests: 730 (+0)
GitHub issues: Enabled
Number of forks: 1,130
Total Stargazers: 4,433 (+0)
Total Subscribers: 149 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 days
Mean response time: 167.6 days
90th percentile: 598.1 days
Tracked items: 52

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 56
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 892 days
Stale 30+ days: 56
Stale 90+ days: 53

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (6)
  • enhancement (3)
  • distributions/bijectors (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TensorFlow Probability is a library for probabilistic reasoning and statistical analysis in TensorFlow.

The library addresses the challenge of combining probabilistic methods with deep learning at scale. It provides gradient-based inference through automatic differentiation and leverages hardware acceleration and distributed computation to handle large datasets and models. The tool is structured in layers: foundational numerical operations including the LinearOperator class for matrix-free implementations; statistical building blocks like distributions with batch and broadcasting semantics, and bijectors for composable transformations of random variables; model building through joint distributions and probabilistic neural network layers; and probabilistic inference methods. The library also works as a pure JAX substrate, allowing users to import it as a JAX-based implementation without requiring TensorFlow.

Developers should adopt this tool if they need to integrate uncertainty quantification into deep learning workflows or perform Bayesian inference at scale. It suits projects combining neural networks with probabilistic modeling, from classical statistical distributions to sophisticated approaches like masked autoregressive flows. The library is particularly valuable for teams already invested in the TensorFlow ecosystem, though its JAX substrate option provides flexibility for those preferring alternative frameworks.

The project maintains active development with regular updates to its probabilistic inference capabilities and model building abstractions. The codebase demonstrates sustained investment in documentation through extensive Jupyter notebook tutorials covering distributions, joint distributions, and modeling patterns. The library continues to evolve its layer abstractions, with ongoing refinement of how probabilistic methods integrate with neural network construction. Development activity shows consistent attention to both core statistical functionality and the practical integration points developers encounter when building probabilistic machine learning systems.