norouzi / hdml

Hamming Distance Metric Learning with Non-linear Projection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDML

This is an implementation of "Hamming Distance Metric Learning, NIPS 2012" method.

** This implementation is not extensively tested, and some of the files might be missing. Please let me know if you have any problems **

Start from START.m

Before running start, from http://www.cs.toronto.edu/~norouzi/research/mlh/data/mnist-full.mat download a matlab file including mnist dataset (http://yann.lecun.com/exdb/mnist/).

Also, you need to download and install Inria Yael library from https://gforge.inria.fr/projects/yael/

About

Hamming Distance Metric Learning with Non-linear Projection

License:Other


Languages

Language:MATLAB 72.8%Language:C++ 20.4%Language:C 4.3%Language:M 2.5%