高级农民
- 积分
- 1722
- 大米
- 颗
- 鳄梨
- 个
- 水井
- 尺
- 蓝莓
- 颗
- 萝卜
- 根
- 小米
- 粒
- 学分
- 个
- 注册时间
- 2011-6-29
- 最后登录
- 1970-1-1
|
本帖最后由 zhugejun 于 2011-12-18 16:02 编辑
我其实比较好奇data mining和machine learning的区别是什么?
QiQi 发表于 2011-9-30 23:27 ![]()
These three terms are commonly confused, as they often employ the same methods and overlap strongly. They can be roughly separated as follows:
Machine learning focuses on the prediction, based on known properties learned from the training data
Data mining (which is the analysis step of Knowledge Discovery in Databases) focuses on the discovery of (previously) unknown properties on the data
However, these two areas overlap in many ways: data mining uses many machine learning methods, but often with a slightly different goal in mind. On the other hand, machine learning also employs data mining methods as "unsupervised learning" or as a preprocessing step to improve learner accuracy. Much of the confusion between these two research communities (which do often have separate conferences and separate journals, ECML PKDD being a major exception) comes from the basic assumptions they work with: in machine learning, the performance is usually evaluated with respect to the ability to reproduce known knowledge, while in KDD the key task is the discovery of previously unknown knowledge. Evaluated with respect to known knowledge, an uninformed (unsupervised) method will easily be outperformed by supervised methods, while in a typical KDD task, supervised methods cannot be used due to the unavailability of training data. ..
. 1point 3 acres
-http://en.wikipedia.org/wiki/Machine_learning |
|