Skip to content

Implementation of a Dual Coordinate Descent algorithm for SVM training

Notifications You must be signed in to change notification settings

samehkhamis/SVMDC

Repository files navigation

Class Project: Face Recognition between Dimensionality Reduction and Support Vector Machines
Date: Dec 2011
Based on: C.-J. Hsieh et al. A Dual Coordinate Descent Method for Large-scale Linear SVM. ICML, 2008.

The project purpose was to experiment with combinations of PCA, LDA, random projections, and SVM for
face recognition. I opted to implement the dual coordinate descent approach in the reference for
extra credit. The experiments file is a mess, but it is unlikely to be helpful to anyone anyway.

Code is online mainly for my reference. It is licensed under GPLv2 for non-commercial research purposes only.
The experiments were run on face datasets, including Yale's.

About

Implementation of a Dual Coordinate Descent algorithm for SVM training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages