Thursday, October 25, 2012
Distance metrics
References:
[1] http://en.wikipedia.org/wiki/Cosine_similarity
[2] http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html
[3] http://www.cedar.buffalo.edu/~srihari/CSE555/Chap4.Metrics-TangentDistance.pdf
[4] Face verifiation http://www.springerlink.com/content/95143j6058483pnw/fulltext.pdf
[5] Other distance(Weighted Euclidean distance) http://www.econ.upf.edu/~michael/stanford/maeb4.pdf
http://stats.stackexchange.com/questions/15289/when-to-use-weighted-euclidean-distance-and-how-to-determine-the-weights-to-use
[6] Manhattan http://en.wikipedia.org/wiki/Taxicab_geometry
Subscribe to:
Post Comments (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglés se llama “A potentially dangerous Request.Form value was detected from the client”. varias páginas indican dos cosas: 1. agrega...
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
Ubuntu Forware port 80
#!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...
No comments:
Post a Comment