/GCOM

Machine Learning and Patter Recognition algorithms

Primary LanguagePythonMIT LicenseMIT

GCOM

Machine Learning and Pattern Recognition algorithms

First exercise: code the least squares and the LDA methods as well as a classifier method.

  • code the least squares algorithm.

  • code the least squares classify method.

  • code the LDA algorithm.

  • code the LDA classify method.

  • encapsulate in classes.

  • create graphic interface.

  • create buttons for methods.

  • create buttons for choosing classes.

  • change colors with classes.

  • connect buttons with algorithms.

  • get background classes.

  • colorize background.

  • make the background grid more dense.

  • dynamic recalculation.

  • dynamic drawing.

  • LDA Multiclass line calculation

  • LDA Multiclass separating value(s)?

  • bug detected: moving a point outside the board doesn't allow releasing it unless you click again outside the board.