Collaborative Deep Learning for Recommender Systems : Practice
ph
source : https://github.com/js05212/CDL.git
example/cdl_main.m이 시작점.
첫파일부터 모르는 함수(feature)등장해서 보니 undocumented라고 함.[3] 핵심 알고리즘과는 전혀무관.
MXNet for CDL
https://github.com/js05212/MXNet-for-CDL.git
노트북 실행시키면 설명 잘 나와있음. ㅎㅎ
- mxnet[4] implementation, so
pip install mxnet - 실행에 필요한 파일(PGM-CDL.png 이런거)은 https://github.com/dmlc/web-data/tree/master/mxnet/cdl 여기 있다. mxnet의 일부.
- BCD for MF
- U is the user latent matrix, V is the item latent matrix