Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crgagne/pymc3-tensorflow-and-theano-backends
- Owner: crgagne
- Created: 2018-05-10T07:14:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T01:46:51.000Z (over 6 years ago)
- Last Synced: 2024-08-01T16:48:12.897Z (3 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.