From 9d4b35f497bf1aeb4b13f4e1f691b2637ec9c482 Mon Sep 17 00:00:00 2001 From: Ryan Swanstrom Date: Sat, 5 Apr 2014 12:59:48 -0500 Subject: [PATCH] Create README.md just the initial folder structure Update README.md added 3 links Update README.md update links to academic sites --- machine_learning/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machine_learning/README.md diff --git a/machine_learning/README.md b/machine_learning/README.md new file mode 100644 index 0000000..bd6e120 --- /dev/null +++ b/machine_learning/README.md @@ -0,0 +1,9 @@ +Important machine learning papers + +## External Papers + +* [Top 10 algorithms in data mining](http://www.cs.uvm.edu/~icdm/algorithms/10Algorithms-08.pdf) - While it is difficult to identify the top 10, this paper contains 10 very important data mining/machine learning algorithms +* [A Few Useful Things to Know about Machine Learning](http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf) - Just like the title says, it contains many useful tips and gotchas for machine learning +* [Random Forests](http://oz.berkeley.edu/~breiman/randomforest2001.pdf) - The initial paper on random forests + +