Skip to content

lyan62/face-and-handwritten-digits-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In this project, following classifers are implemented for face recognition
1. MLE with Gaussian assumption followed by Bayes rule
2. K-Nearest Neighbor(KNN) rule
3. PCA followed by KNN and Bayes rule
4. LDA followed by KNN and Bayes rule


To run the code,
1.go to location: "/Code" 

2. choose dataset:

Using dataset 1(DATA):
in matlab command window, type >>> test_expression
OR  
>>>   test_illum
OR
>>>   test_neutral

will give classification results using different training data.


Using dataset2(POSE):
in matalab command window, type >>> test_dataset2

Using dataset3(ILLUMINATION):
in matlab command window, type >>> test_dataset3

About

Machine Learning related simple implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published