- LogisticMF.py : logistic matrix factorization 모델 클래스
- Recommend.py : 추천 관련 클래스
- Metric.py : 모델 평가 관련 클래스
- Split.py : 데이터 처리 클래스
- Utils.py : 기타
- u.data: user data of MovieLens 100K Datasets
python Run.py
- https://web.stanford.edu/~rezab/nips2014workshop/submits/logmat.pdf
- https://github.com/MrChrisJohnson/logistic-mf/blob/master/logistic_mf.py
- https://gist.github.com/tgsmith61591/ce7d614d7a0442f94cd5ae5d1e51d3c2
- Last Update Date: 2020/7/10