Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crgagne/pymc3-tensorflow-and-theano-backends

Within this repo, I altered some of the PyMC3 source code so that it can run on either Theano or TensorFlow backends
https://github.com/crgagne/pymc3-tensorflow-and-theano-backends

Last synced: 14 days ago
JSON representation

Within this repo, I altered some of the PyMC3 source code so that it can run on either Theano or TensorFlow backends

Awesome Lists containing this project

README

        

This is project I did for UC Berkeley's AY250: Python for Data Science Course.

See the Jupyter notebook called 'PyMC3_Multiple_Computational_Backends.ipynb'. In it, I outline the places in PyMC3 that rely on Theano and how I changed the code minimally to allow the same functionality to be performed by TensorFlow.