File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
|Gitter | |Build Status | |Coverage |
6
6
7
- PyMC3 is a python module for Bayesian statistical modeling and model
8
- fitting which focuses on advanced Markov chain Monte Carlo and variational fitting
7
+ PyMC3 is a Python package for Bayesian statistical modeling and Probabilistic Machine Learning
8
+ which focuses on advanced Markov chain Monte Carlo and variational fitting
9
9
algorithms. Its flexibility and extensibility make it applicable to a
10
10
large suite of problems.
11
11
@@ -24,11 +24,10 @@ Features
24
24
- **Variational inference **: `ADVI <http://arxiv.org/abs/1506.03431 >`__
25
25
for fast approximate posterior estimation as well as mini-batch ADVI
26
26
for large data sets.
27
- - Easy optimization for finding the *maximum a posteriori * (MAP) point
28
27
- Relies on `Theano <http://deeplearning.net/software/theano/ >`__ which provides:
28
+ * Computation optimization and dynamic C compilation
29
29
* Numpy broadcasting and advanced indexing
30
30
* Linear algebra operators
31
- * Computation optimization and dynamic C compilation
32
31
* Simple extensibility
33
32
- Transparent support for missing value imputation
34
33
You can’t perform that action at this time.
0 commit comments