We are proud and excited to release the first stable version of PyMC3, the product of more than 5 years of ongoing development and contributions from over 80 individuals. PyMC3 is a Python module for Bayesian modeling which focuses on modern Bayesian computational methods, primarily gradient-based (Hamiltonian) MCMC sampling and variational inference. Models are specified in Python, which allows for great flexibility. The main technological difference in PyMC3 relative to previous versions is the reliance on Theano for the computational backend, rather than on Fortran extensions.
What is it? -------------- PyMC3 is a Python package for Bayesian statistical modeling and Probabilistic Machine Learning which focuses on advanced Markov chain Monte Carlo and variational fitting algorithms. It uses Theano as its computational backend. Its flexibility and extensibility make it applicable to a large suite of problems. Links ------- Release announcement: https://github.com/pymc-devs/pymc3/blob/master /RELEASE-NOTES.md#pymc3-30-january-9-2017 Homepage: http://pymc-devs.github.io/pymc3/ GitHub: https://github.com/pymc-devs/pymc3 Installation -------------- pip install pymc3 or conda install -c conda-forge pymc3 Regards, The PyMC3 development team -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
