Skip to content

Commit dc28259

Browse files
author
Ethan
committed
added evm.py
1 parent ea9a854 commit dc28259

4 files changed

Lines changed: 20264 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# ExtremeValueMachine
21
This is an implementation of the Extreme Value Machine by Rudd et al., with minor changes from the original work.
2+
3+
Dependencies:
4+
5+
numpy
6+
libmr
7+
scikit-learn
8+
scipy
9+
10+
These can be installed via:
11+
12+
pip install numpy
13+
pip install libmr
14+
pip install scikit-learn
15+
pip install scipy
16+
17+
18+
Please feel free to use this code for whatever purposes you see fit. We only ask that you cite the following paper:
19+
20+
@article{rudd2018extreme,
21+
title={The extreme value machine},
22+
author={Rudd, Ethan M and Jain, Lalit P and Scheirer, Walter J and Boult, Terrance E},
23+
journal={IEEE transactions on pattern analysis and machine intelligence},
24+
volume={40},
25+
number={3},
26+
pages={762--768},
27+
year={2018},
28+
publisher={IEEE}
29+
}
30+

0 commit comments

Comments
 (0)