Pymc4

Experimental PyMC interface for TensorFlow Probability. Official work on this project has been discontinued.
Alternatives To Pymc4
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Probability3,8721262134 days ago43June 07, 2022621apache-2.0Jupyter Notebook
Probabilistic reasoning and statistical analysis in TensorFlow
Ml Foundations1,705
5 months agomitJupyter Notebook
Machine Learning Foundations: Linear Algebra, Calculus, Statistics & Computer Science
Pymc4708
a year ago2January 25, 202049apache-2.0Jupyter Notebook
Experimental PyMC interface for TensorFlow Probability. Official work on this project has been discontinued.
Wtte Rnn58013 years ago5June 21, 201833mitPython
WTTE-RNN a framework for churn and time to event prediction
Tfcausalimpact36633 months ago20May 03, 202225apache-2.0Python
Python Causal Impact Implementation Based on Google's R Package. Built using TensorFlow Probability.
Googlenet Inception232
3 years ago3mitPython
TensorFlow implementation of GoogLeNet and Inception for image classification.
Deeplearningwithtf2.0227
3 years agoJupyter Notebook
Practical Exercises in TensorFlow 2.0 for Ian Goodfellows Deep Learning Book
Rethinking Tensorflow Probability207
a year agoapache-2.0Jupyter Notebook
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Fenchel Young Losses175
5 months agoPython
Probabilistic classification in PyTorch/TensorFlow/scikit-learn with Fenchel-Young losses
C3d Keras159
6 years ago5otherPython
C3D for Keras + TensorFlow
Alternatives To Pymc4
Select To Compare


Alternative Project Comparisons
Readme

NOTICE: Official development of this project has ceased, and it is no longer intended to become the next major version of PyMC. Ongoing development will continue on the main PyMC repository.

See the announcement for more details on the future of PyMC and Theano.

Build Status Coverage Status

High-level interface to TensorFlow Probability. Do not use for anything serious.

What works?

  • Build most models you could build with PyMC3
  • Sample using NUTS, all in TF, fully vectorized across chains (multiple chains basically become free)
  • Automatic transforms of model to the real line
  • Prior and posterior predictive sampling
  • Deterministic variables
  • Trace that can be passed to ArviZ

However, expect things to break or change without warning.

See here for an example: https://github.com/pymc-devs/pymc4/blob/master/notebooks/radon_hierarchical.ipynb See here for the design document: https://github.com/pymc-devs/pymc4/blob/master/notebooks/pymc4_design_guide.ipynb

Develop

One easy way of developing on PyMC4 is to take advantage of the development containers! Using pre-built development environments allows you to develop on PyMC4 without needing to set up locally.

To use the dev containers, you will need to have Docker and VSCode running locally on your machine, and will need the VSCode Remote extension (ms-vscode-remote.vscode-remote-extensionpack).

Once you have done that, to develop on PyMC4, on GitHub:

  1. Make a fork of the repository
  2. Create a new branch inside your fork
  3. Copy the branch URL

Now, in VSCode:

  1. In the command palette, search for "Remote-Containers: Open Repository in Container...".
  2. Paste in the branch URL
  3. If prompted, create it in a "Unique Volume".

Happy hacking away! Because the repo will be cloned into an ephemeral repo, don't forget to commit your changes and push them to your branch! Then follow the usual pull request workflow back into PyMC4.

We hope you enjoy the time saved on setting up your development environment!

Popular Probability Projects
Popular Tensorflow Projects
Popular Mathematics Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Tensorflow
Vscode
Probability