You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linear algebra applied in the implementation from scratch of the classic flower classification machine learning problem. Decomposition techniques were used to solve the linear system through least squares regression.
Linear Algebra - Flower Classification from scratch
Flower classification made using least squares regression implemented from scratch.
The least squares regression matrix theory was applied, with the linear system solved using matrix decomposition methods such as PLU and SVD.
Requirements
pandas
numpy
About
Linear algebra applied in the implementation from scratch of the classic flower classification machine learning problem. Decomposition techniques were used to solve the linear system through least squares regression.