PRML / PRMLT

Matlab code of machine learning algorithms in book PRML
http://prml.github.io/
MIT License
6.03k stars 2.16k forks source link

Add subspace method for learning LDS #49

Closed sth4nth closed 5 years ago

sth4nth commented 5 years ago

The EM method for learning LDS in PRML is hardly working without a good initialization. The subspace method can be used for a good initialization. This method is not in PRML but BRML.

sth4nth commented 5 years ago

done