/pattern_rec_algorithms

Implementation of Naive Bayesian Classifier in Matlab

Primary LanguageMATLABBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Pattern Recognition Algorithms

This repository is a collection of several pattern recognition algorithms, implemented in Matlab, including:

  • Naive Bayesian classifier
  • kNN for 1, 3 and 5 nearest neighbors
  • Ho-Kayshap hyperplane classifier
  • Principal Component Analysis