Skip to content

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.

Notifications You must be signed in to change notification settings

Andre-FP/LinAlg-Flower-Classificationn

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages