EdZ543 commited on
Commit
305d768
1 Parent(s): e7139ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -12,4 +12,10 @@ license: mit
12
 
13
  # anime-collaborative-filtering-system
14
 
15
- A Pytorch model that suggests similar anime using collaborative filtering and deep learning
 
 
 
 
 
 
 
12
 
13
  # anime-collaborative-filtering-system
14
 
15
+ A Pytorch model that suggests similar anime using collaborative filtering and deep learning.
16
+ You can try it at [this Hugging Face Space](https://huggingface.co/spaces/EdZ123/anime-collaborative-filtering-system).
17
+
18
+ # Implementation Details
19
+ * Trained with [anime-collaborative-filtering-system.ipynb](anime-collaborative-filtering-system.ipynb) on Kaggle
20
+ * Model uses collaborative filtering with embeddings fed through a multilayer perceptron
21
+ * Recommendations are made through embedding distance