Skip to content

This is a library for Matrix analysis accelerated by Numba, very useful for Data mining and Deep learning.

License

Notifications You must be signed in to change notification settings

mohamedlaminebabou/BABOUMATH

Repository files navigation

MatrixBabou

This library is for matrix analysis and data mining. Its created to facilitate some of notable tools in linear algebra like the matrix decompositions and the classical products (Kronecker, Khatri-Rao, Hadamard..) , and all this functions are accelerated via the parallel computing methods.

Installation

python3 -m pip install --user MatrixBabou

How to use it?

It's used for Linear Algebra , matrix decompsition : NMF Decompsition $\mathbf{M\approx UV}$ , and also for solving matrix least square problem : $\min\limits_{X \in \mathbb{R}^{n\times m}}\mathbf{\frac{1}{2}||AX-B||^2_{F}}$ .

Tutorial see

Binder

License

© 2021

This repository is licensed under the MIT license. See LICENSE for details.

About

This is a library for Matrix analysis accelerated by Numba, very useful for Data mining and Deep learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published