An open API service indexing awesome lists of open source software.

https://github.com/ARCambridge/MXNet_linalg_examples

Examples of building probabilistic models with MXNet linear algebra operators
https://github.com/ARCambridge/MXNet_linalg_examples

Last synced: 5 months ago
JSON representation

Examples of building probabilistic models with MXNet linear algebra operators

Awesome Lists containing this project

README

        

# Probabilistic Models on MXNet

The Jupyter notebooks in the repository shows the examples that uses the linear algebra operators to implement probabilistic models such as Gaussian process, Bayesian linear regression.

## Dependency

The notebooks depend on [MXNet](https://github.com/apache/incubator-mxnet) and [GPy](https://github.com/SheffieldML/GPy). These dependency can be installed via pip:
```
pip install mxnet GPy
```