Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 500 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 500 Bytes

Document Similarity

This reporsitory is for maintaining codebase for solving our cold start recommendation systems by using item similairty.

Project Structure

.
├── CODE_OF_CONDUCT.md
├── Dockerfile
├── LICENSE
├── README.md
├── clean_metadata.py
├── docker-compose.debug.yml
├── docker-compose.yml
├── main.py
├── online_train.py
└── train.py

Algorithm

We are using Doc2vec for finding similarity between documents.