Introduction to Data Mining

Posted W2W

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Introduction to Data Mining相关的知识,希望对你有一定的参考价值。

(此文为学习笔记,课程来自Bigdata University:http://bigdatauniversity.com.cn/courses/BigDataUniversity/PA0101/2016_06/courseware/c4323451afcd4b05946917efc8fc86f5/be5f0606db034b559b014e87ab62e418/)

Why we do data mining?

Market Context.

Analytics Drive Decision-Making.

Information age: terabytes and petabytes of data available. How do we consume this data, translate it into information and make it usable?

 

What is data mining?

Process of discovering insights, patterns and relationships from large amounts of data.

 

What knowledge can be extracted?

Descriptive: What has happened and why did it happen?

Predictive: What is likely to happen next

 

What can we learn?

  • Association Rules: Rules that indicate relationships. For example, people who buy diapers also buy beer.

 

  • Classification: Finding a model that describes the data and classifies it to a set of categories. For example, people who drink and drive are more likely to have higher insurance rates.

 

  • Segmentation: Grouping objects by similarity. For example, prospective customers are broken up into clusters of suburban families with children, single college students, urban empty nesters.

 

The key things:

Allow us to uncover inside information.
 

SPSS modeler: CRISP-DM( Cross-Industry Process for Data Mining)

  1. Iterative process
  2. Business Understanding
  3. Data Understanding
  4. Data Preparation
  5. Modeling
  6. Evaluation
  7. Deployment

 

Software: IBM SPSS Modeler

以上是关于Introduction to Data Mining的主要内容,如果未能解决你的问题,请参考以下文章

CSCE 474/874: Introduction to Data Mining

学习笔记之Introduction to Data Visualization with Python

Introduction to Structured Data

Introduction to Data Mining

大数据存储引擎 NoSQL极简教程 An Introduction to Big Data: NoSQL

19) maven 项目结构:聚集