/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

Primary LanguageJupyter Notebook

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.