mindwrapped commited on
Commit
c61f9f4
1 Parent(s): 7b163fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -3,8 +3,16 @@ library_name: keras
3
  tags:
4
  - collaborative-filtering
5
  - recommender
 
 
6
  ---
7
 
 
 
 
 
 
 
8
  ## Model description
9
 
10
  More information needed
 
3
  tags:
4
  - collaborative-filtering
5
  - recommender
6
+ license:
7
+ - cc0-1.0
8
  ---
9
 
10
+ ## Tensorflow Keras Implementation of Collaborative Filtering for Movie Recommendations
11
+
12
+ This repo contains the model and the notebook on [how to build and train a Keras model for Collaborative Filtering for Movie Recommendations](https://keras.io/examples/structured_data/collaborative_filtering_movielens/).
13
+
14
+ Full credits to [Siddhartha Banerjee](https://twitter.com/sidd2006)
15
+
16
  ## Model description
17
 
18
  More information needed