Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 342 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 342 Bytes

MetricLearning

Implementation of a Metric Learning optimization algorithm. This is based on https://www.cs.utexas.edu/~pjain/pubs/online_nips.pdf for learning a metric based on the mahalanobis distance using an inline stochastic gradient descent approach.

The method was validated on a face recognition problem with aprox 6Gb of data.