Chyi-Kwei Yau

Results 4 issues of Chyi-Kwei Yau

based on discussion in pr #24

try reproduce this notebook from scratch: https://github.com/chyikwei/recommend/blob/master/examples/BPMF_MCMC_correct_wrong_comparison.ipynb

Not finished part: 1. preplexity 2. inference Bug: 1. total word count not match to true word count. 2. some topic have 0 words.

Hi, I tried to implement linear chain CRF with SGD method based on these two paper: > C. Sutton, "An Introduction to Conditional Random Fields for Relational Learning" > >...