Skip to content

NirZabari/MatrixFactorizationPyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Factorization - PyTorch implementation

A minimal implementation of matrix factorization in PyTorch. As item/user embeddings are not defined in the model (i.e not as nn.Embedding layer), Modifications can be made for the implementation to scale up.

Running

  • install the conda environment from environment.yml.
  • activate the environment and run:
python MF.py --lr 0.01 --latent_dimension 10 --batch_size 256 --num_epochs 30

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages