Add RecVAE model (#568)
* Added RecVAE * add recvae example * update readme * update README * fix conflict * remove local ndcg func * removed unnecessary things from the source code. * Add None Seed * Remove unsued code. Fix bottleneck * Added docstring for main class * sort the imports alphabetically * fix typo * reorder import s * CSR: Compressed Sparse Row, CSC: Compressed Sparse Colum * reorder imports * Update models.rst * Update README.md --------- Co-authored-by:SEUNGHEE.oh <seunghee.oh@hp.com> Co-authored-by:
Quoc-Tuan Truong <tqtg@users.noreply.github.com>
Showing
- README.md 1 addition, 0 deletionsREADME.md
- cornac/models/__init__.py 1 addition, 0 deletionscornac/models/__init__.py
- cornac/models/recvae/__init__.py 1 addition, 0 deletionscornac/models/recvae/__init__.py
- cornac/models/recvae/recom_recvae.py 279 additions, 0 deletionscornac/models/recvae/recom_recvae.py
- cornac/models/recvae/recvae.py 117 additions, 0 deletionscornac/models/recvae/recvae.py
- cornac/models/recvae/requirements.txt 1 addition, 0 deletionscornac/models/recvae/requirements.txt
- docs/source/api_ref/models.rst 31 additions, 21 deletionsdocs/source/api_ref/models.rst
- examples/README.md 2 additions, 0 deletionsexamples/README.md
- examples/recvae_example.py 48 additions, 0 deletionsexamples/recvae_example.py
Loading
Please register or sign in to comment