项目作者: PanJianning

项目描述 :
A machine learning library for tutorial
高级语言: Jupyter Notebook
项目地址: git://github.com/PanJianning/TutorML.git
创建时间: 2018-08-14T06:51:11Z
项目社区:https://github.com/PanJianning/TutorML

开源协议:BSD 3-Clause "New" or "Revised" License

下载


TutorML

License
Language

A machine learning library for tutorial

GMM

code ,
doc ,
test

Gaussian Mixture Model, with parameters learned by EM algotithm.

BernouliRBM

code,
doc,
test

BernouliRBM model traning with Contrasitive Divergense

LFM

code ,
test

Latent Factor Model. Gradient descent method are applied to trained the model. I test it on the movielens 100k dataset(download from here)

LMF result

GaussianVB

code ,
test

A demo showing how to use Variational Bayes to learn the posterior distribution of univariate Gaussian’s parameters

Reference

[1] Murphy, K. P. (2013), Machine learning : a probabilistic perspective , MIT Press .