Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors