Description
This repository contains an implementation of Non-negative Matrix Factorization (NMF) algorithm using Alternating Least Square (ALS) with Python. The implementation is based on the paper Algorithms for Non-negative Matrix Factorization by Daniel D. Lee and H. Sebastian Seung. Inspired while taking the Linear Algebra for Computation course.