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 - 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.