lucastheis / cmt

Fast CPU implementations of several conditional probabilistic models
http://lucastheis.github.io/cmt/
MIT License
36 stars 14 forks source link

Adds matlab interface to cmt #3

Closed FlorianFranzen closed 9 years ago

FlorianFranzen commented 9 years ago

This add a matlab interface to CMT. Currently there is an interface for GLM, STM and MCGSM.

Not yet supported are regularizer or changes in distribution, but callback and all other train options.

The build process is completely done in Matlab (as long as liblbfgs is supplied) and was tested on Windows, Linux and OS X.