Four basic matrix factorization methods implemented by Python.
- PLU Fractorization
- Gram-Schmidt QR Fractorization
- Householder reduction Orthogonal Reduction
- Givens reduction Orthogonal Reduction
- python 2.7+
- wxPython
- 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
- run by source file
cd ./src
python MatrixFactorization.py
- run by binary file
cd ./bin
double click MatrixFactorization.exe
- click 'Input' button
- input the matrix
- select a method to do the fractorization by click the corresponding button