Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.07 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.07 KB

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

chenmaosen0@gmail.com