Skip to content

ImScientist/ilovetfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I 🖤 TensorFlow probability

The repository contains several examples where tensorflow probability is utilized:

  • Variational inference in probabilistic models: an analytically solvable example: blog

  • Bayesian inference for stochastic processes: an analytically solvable problem blog | colab-notebook

  • Simplify likelihood when regressing against categorical variables: blog | colab-notebook

To test the examples execute:

export TF_CPP_MIN_LOG_LEVEL=2

PYTHONPATH=$(pwd) python src/main.py example-linear-regression

PYTHONPATH=$(pwd) python src/main.py example-stochastic-process 

PYTHONPATH=$(pwd) python src/main.py example-categorical-features

About

I love TensorFlow probability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages