keras-recommender icon indicating copy to clipboard operation
keras-recommender copied to clipboard

Recommender built using keras

Results 2 keras-recommender issues
Sort by recently updated
recently updated
newest added

is it possible to use bert embeddings instead of Embedding from keras, can you guide some thanks in advance

As described in the readme: ``` pip install requirements.txt cd demo python collaborative_filtering_v1.py ``` It does not work, because: 1. pip install -r requirements.txt # do not forget "-r" 2....