File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Machine-Learning-Pattern-Recognition
2- Machine Learning/ Pattern Recognition algorithms implementations
2+ Machine Learning / Pattern Recognition algorithms implementations
3+
4+ Algorithms implemented:
5+ 1 . Singular Value Decomposition, Eigen Value Decomposition on images
6+ 2 . Polynomial Regression
7+ 3 . Bayesian Classifier on real & synthetic data
8+ 4 . Fisher discriminant based classifier on features of images
9+ 5 . Gaussian Mixture Model on Image dataset & Synthetic dataset
10+ 6 . Hidden Markov Model on MFCC TIDIGITS online handwritten dataset
11+ 7 . Dynamic Time Warping on MFCC TIDIGITS online handwritten dataset
12+ 8 . Principal Component Analysis on images of faces
13+ 9 . Bayes' classifier on Parzen window method using Gaussian kernel on Image dataset
14+ 10 . Fisher discriminant based classifier on Image dataset
15+ 11 . Perceptron based classifier on Image dataset
16+ 12 . Support vector machine based classifier (using linear kernel) on Speech and OCR data
17+ 13 . Multi-layer feed-forward neural network based classifier on Speech and OCR data
18+
19+
20+
21+ Plots:
22+ 1 . Image Reconstruction
23+ 2 . Decision Boundaries
24+ 3 . Confusion Matrix
25+ 4 . Receiver Operating Characteristic (ROC) curve
26+ 5 . Detection Error Tradeoff (DET) curve
You can’t perform that action at this time.
0 commit comments