Machine Learning: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
http://thunderboltlabs.com/blog/2013/11/09/getting-started-with-machine-learning/ | http://thunderboltlabs.com/blog/2013/11/09/getting-started-with-machine-learning/ | ||
http://machinelearningmastery.com/machine-learning-for-programmers/ | |||
== algorithms == | == algorithms == | ||
Line 19: | Line 21: | ||
python + libs | python + libs | ||
== sample data == | == sample data == | ||
http://archive.ics.uci.edu/ml/datasets/Smartphone-Based+Recognition+of+Human+Activities+and+Postural+Transitions | http://archive.ics.uci.edu/ml/datasets/Smartphone-Based+Recognition+of+Human+Activities+and+Postural+Transitions |
Revision as of 13:43, 21 September 2015
getting started
google://getting started with machine learning
https://www.kaggle.com/wiki/GettingStartedWithPythonForDataScience - in progress
https://www.quora.com/I-want-to-learn-machine-learning-Where-should-I-start
http://thunderboltlabs.com/blog/2013/11/09/getting-started-with-machine-learning/
http://machinelearningmastery.com/machine-learning-for-programmers/
algorithms
random forest
https://medium.com/rants-on-machine-learning/the-unreasonable-effectiveness-of-random-forests-f33c3ce28883
tools
python + libs