pymc4_prototypes icon indicating copy to clipboard operation
pymc4_prototypes copied to clipboard

Experimental code for porting PyMC to alternative backends

Results 3 pymc4_prototypes issues
Sort by recently updated
recently updated
newest added

https://github.com/pymc-devs/pymc3/blob/master/pymc3/examples/simpletest.py I think that can be a milestone for any backend. It requires API concept as well as stochastic parameters properly working

I tried to do this mostly agnostically, but added a few pieces of pytorch code... [This commit](https://github.com/ColCarroll/pymc3/tree/09c2e388e95b6f1904e2d4c39566b16a38d65d64) should keep pointing to a project where `import pymc3` works without theano. The...