Skip to content

Four basic matrix factorization methods implemented by Python

Notifications You must be signed in to change notification settings

Accagain2014/MatrixFactorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixFactorization

Four basic matrix factorization methods implemented by Python.

  • PLU Fractorization
  • Gram-Schmidt QR Fractorization
  • Householder reduction Orthogonal Reduction
  • Givens reduction Orthogonal Reduction

Requirement

Quick Start(for OS X/Linux)

  • download
git clone https://github.com/Accagain2014/MatrixFactorization.git
  • run by source file
cd ./src
python MatrixFactorization.py
  • run by OS X binary file
cd ./bin
double click MatrixFactorization

Quick Start(for Windows)

  • run by source file
cd ./src
python MatrixFactorization.py
  • run by binary file
cd ./bin
double click MatrixFactorization.exe

Operation Description

  • click 'Input' button
  • input the matrix
  • select a method to do the fractorization by click the corresponding button

Bug Report

[email protected]

About

Four basic matrix factorization methods implemented by Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages