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: 4 months 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
- Host: GitHub
- URL: https://github.com/crgagne/pymc3-tensorflow-and-theano-backends
- Owner: crgagne
- Created: 2018-05-10T07:14:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T01:46:51.000Z (about 7 years ago)
- Last Synced: 2024-10-30T10:40:13.523Z (9 months ago)
- Language: Jupyter Notebook
- Size: 24.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.