Skip to content

standalone matrix factorization library in python for uses in machine learning

Notifications You must be signed in to change notification settings

TGNYC/Matrix_Factorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Factorization

by Tejas Gupta (@tejasg)

Uses stochastic gradient descent to find factors of a 2D numpy array M of size m x n given the O, observed entries in the array, and d, the embedding dimension which may correspond to the number of desired features in the factorization.

See test_matrix_factorization.py for example usage. See Wikipedia article and Google Developer Documentation for usage in recommender systems.

About

standalone matrix factorization library in python for uses in machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published