Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 315 Bytes

File metadata and controls

8 lines (6 loc) · 315 Bytes

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