Statistical Machine Learning
Statistical Machine Learning
Iterative reweighted least squares method solving Logistic Regression. Also forked IRLS_tf from wangg12.
Implement an EM algorithm to learn the parameters {\pik, \mu{kw}} of mixture multinomial model and test it on the nips dataset.
Gaussian Mixture model and VAE, implement the generative model with ZhuSuan.