Saturday, March 04, 2017

Machine Learning Resources

 SVM References code
[1] https://www.youtube.com/watch?v=HtdhnGp-m74
Code
[1] iris and others
http://archive.ics.uci.edu/ml/datasets.html
[2] Tutorial code for SVM/NN and DecisionTree
http://breckon.eu/toby/teaching/ml/examples/c++/handwritten_ex/
[3] Adaboost source code
     https://github.com/huneng


People
[1] Sift author https://scholar.google.fr/citations?hl=en&user=PXm1lPAAAAAJ



No comments:

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...