Skip to content

Commit 8b9e4f2

Browse files
authored
Update README.md
1 parent 93ccebf commit 8b9e4f2

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
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

0 commit comments

Comments
 (0)