All Projects → blei-lab → Edward

blei-lab / Edward

Licence: other
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Edward

Probability
Probabilistic reasoning and statistical analysis in TensorFlow
Stars: ✭ 3,550 (-24.05%)
Mutual labels:  jupyter-notebook, data-science, statistics, neural-networks, bayesian-methods
Edward2
A simple probabilistic programming language.
Stars: ✭ 419 (-91.04%)
Mutual labels:  jupyter-notebook, data-science, statistics, neural-networks, bayesian-methods
Probabilistic Programming And Bayesian Methods For Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
Stars: ✭ 23,912 (+411.6%)
Mutual labels:  jupyter-notebook, data-science, statistics, bayesian-methods
Uncertainty Metrics
An easy-to-use interface for measuring uncertainty and robustness.
Stars: ✭ 145 (-96.9%)
Mutual labels:  data-science, statistics, neural-networks, bayesian-methods
Uncertainty Baselines
High-quality implementations of standard and SOTA methods on a variety of tasks.
Stars: ✭ 278 (-94.05%)
Mutual labels:  data-science, statistics, neural-networks, bayesian-methods
Bayesian Cognitive Modeling In Pymc3
PyMC3 codes of Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course
Stars: ✭ 93 (-98.01%)
Mutual labels:  jupyter-notebook, data-science, statistics, bayesian-methods
Geomstats
Computations and statistics on manifolds with geometric structures.
Stars: ✭ 498 (-89.35%)
Mutual labels:  jupyter-notebook, statistics, neural-networks
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-95.85%)
Mutual labels:  jupyter-notebook, data-science, statistics
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-95.64%)
Mutual labels:  jupyter-notebook, data-science, neural-networks
Facet
Human-explainable AI.
Stars: ✭ 269 (-94.24%)
Mutual labels:  jupyter-notebook, data-science, statistics
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-96.47%)
Mutual labels:  jupyter-notebook, data-science, neural-networks
Datascienceprojects
The code repository for projects and tutorials in R and Python that covers a variety of topics in data visualization, statistics sports analytics and general application of probability theory.
Stars: ✭ 223 (-95.23%)
Mutual labels:  jupyter-notebook, data-science, statistics
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-94.22%)
Mutual labels:  jupyter-notebook, data-science, statistics
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+182.41%)
Mutual labels:  jupyter-notebook, data-science, statistics
Covid19 Severity Prediction
Extensive and accessible COVID-19 data + forecasting for counties and hospitals. 📈
Stars: ✭ 170 (-96.36%)
Mutual labels:  jupyter-notebook, data-science, statistics
Radio
RadIO is a library for data science research of computed tomography imaging
Stars: ✭ 198 (-95.76%)
Mutual labels:  jupyter-notebook, data-science, neural-networks
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-96.45%)
Mutual labels:  jupyter-notebook, data-science, statistics
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-95.14%)
Mutual labels:  jupyter-notebook, data-science, neural-networks
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (-89.75%)
Mutual labels:  jupyter-notebook, neural-networks, bayesian-methods
120 Ds Interview Questions
My Answer to 120 Data Science Interview Questions
Stars: ✭ 304 (-93.5%)
Mutual labels:  jupyter-notebook, data-science, statistics

edward

Build Status Coverage Status Join the chat at https://gitter.im/blei-lab/edward

Edward is a Python library for probabilistic modeling, inference, and criticism. It is a testbed for fast experimentation and research with probabilistic models, ranging from classical hierarchical models on small data sets to complex deep probabilistic models on large data sets. Edward fuses three fields: Bayesian statistics and machine learning, deep learning, and probabilistic programming.

It supports modeling with

  • Directed graphical models
  • Neural networks (via libraries such as tf.layers and Keras)
  • Implicit generative models
  • Bayesian nonparametrics and probabilistic programs

It supports inference with

  • Variational inference
    • Black box variational inference
    • Stochastic variational inference
    • Generative adversarial networks
    • Maximum a posteriori estimation
  • Monte Carlo
    • Gibbs sampling
    • Hamiltonian Monte Carlo
    • Stochastic gradient Langevin dynamics
  • Compositions of inference
    • Expectation-Maximization
    • Pseudo-marginal and ABC methods
    • Message passing algorithms

It supports criticism of the model and inference with

  • Point-based evaluations
  • Posterior predictive checks

Edward is built on top of TensorFlow. It enables features such as computational graphs, distributed training, CPU/GPU integration, automatic differentiation, and visualization with TensorBoard.

Resources

See Getting Started for how to install Edward.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].