7 Important Data Science Papers

来源:互联网 发布:mac系统盘在哪里 编辑:程序博客网 时间:2024/06/05 03:42

转自:http://datascience101.wordpress.com/2013/08/26/7-important-data-science-papers/

It is back-to-school time, and here are some papers to keep you busy this school year. All the papers are free. This list is far from exhaustive, but these are some important papers in data science and big data.

Google Search

  • PageRank – This is the paper that explains the algorithm behind Google search.

Hadoop

  • MapReduce – This paper explains a programming model for processing large datasets. In particular, it is the programming model used in hadoop.
  • Google File System – Part of hadoop is HDFS. HDFS is an open-source version of the distributed file system explained in this paper.

NoSQL

These are 2 of the papers that drove/started the NoSQL debate. Each paper describes a different type of storage system intended to be massively scabable.

  • Amazon Dynamo
  • Google Bigtable

Machine Learning

  • 10 algorithms in data mining | pdf download – This paper covers a number (10 to be exact) of important machine learning algorithms.
  • A Few Useful Things to Know about Machine Learning – This paper is filled with tips, tricks, and insights to make machine learning more successful.

Bonus Paper

  • Random Forests – One of the most popular machine learning techniques. It is heavily used in Kaggle competitions, even by the winners.

Are there any other papers you feel should be on the list?