Skip to content

CVxTz/recommender_transformer

Repository files navigation

recommender_transformer

Blog : https://towardsdatascience.com/build-your-own-movie-recommender-system-using-bert4rec-92e4e34938c5

Setup (GPU)

conda create -n py38 python=3.8
conda activate py38
conda install pytorch torchvision cudatoolkit=11.1 -c pytorch -c conda-forge
conda install -c conda-forge jupyterlab
conda install -c conda-forge matplotlib
git clone https://github.com/CVxTz/recommender_transformer
cd recommender_transformer
pip install .

Docker (CPU)

docker build . -t recommender
docker run recommender sh -c "python3.8 -m pytest"

References

BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published