ARCambridge / MXNet_linalg_examples

Examples of building probabilistic models with MXNet linear algebra operators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and GPy. These dependency can be installed via pip:

pip install  mxnet GPy

About

Examples of building probabilistic models with MXNet linear algebra operators

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%