130 likes | 218 Views
This course project delves into face identification methods using SVM and ANN, starting with dataset creation and progressing to classifier implementation in Matlab. Learn to compare kernel functions, feature numbers, and ANN learning rates. The project spans 12 weeks with a comprehensive agenda, dataset preparation, algorithm implementation, data preprocessing, and valuable lessons learned along the way. Reviewing each other's work is encouraged to enhance collaboration and understanding. Start early to maximize project success and benefit from the diverse topics covered.
E N D
An Example of Course Project Face Identification
Why Face Identification? • Useful • Interesting • Creating own dataset for extra credits
Data set • The Extended Yale Face Database B • 2414 images of 38 human • Own data • 100 images of 4 people
Classifiers • SVM (Support Vector Machine) • LIBSVM • Self Implemented SVM Optimizer • ANN (Artificial Neural Network) • Coded in Matlab
Classifier Parameters • SVM • Kennel functions • ANN • Layers and units
Feature Selection • Raw pixels • Down-sampling pixels • Extracted features
Report • 10 pages
Schedule 12 weeks total 3 2 2 3 2 Proposal Evaluation & Report Prepare dataset Algorithms implementation Data preprocessing
Lessons Learned • Start early • Review each other’s work