Skip to content

Commit 784a773

Browse files
committed
DOC Add Probabilistic ML to summary.
1 parent 2edbe6c commit 784a773

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
|Gitter| |Build Status| |Coverage|
66

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
99
algorithms. Its flexibility and extensibility make it applicable to a
1010
large suite of problems.
1111

@@ -24,11 +24,10 @@ Features
2424
- **Variational inference**: `ADVI <http://arxiv.org/abs/1506.03431>`__
2525
for fast approximate posterior estimation as well as mini-batch ADVI
2626
for large data sets.
27-
- Easy optimization for finding the *maximum a posteriori* (MAP) point
2827
- Relies on `Theano <http://deeplearning.net/software/theano/>`__ which provides:
28+
* Computation optimization and dynamic C compilation
2929
* Numpy broadcasting and advanced indexing
3030
* Linear algebra operators
31-
* Computation optimization and dynamic C compilation
3231
* Simple extensibility
3332
- Transparent support for missing value imputation
3433

0 commit comments

Comments
 (0)