当前位置:网站首页>Machine learning 01: Introduction
Machine learning 01: Introduction
2022-07-05 17:16:00 【Fei Fei is a princess】
Definition of machine learning
Machine learning is one of the core research fields of artificial intelligence , Its research motivation is to make the computer system have human learning ability in order to realize artificial intelligence .
At present, the widely used definition of machine learning is “ Use experience to improve the performance of computer system itself ”. because “ Experience ” In the computer system, it mainly exists in the form of data , Therefore, machine learning needs to use machine learning technology to analyze data , This makes it gradually become one of the innovative sources of intelligent data analysis technology , And for this reason, it has attracted more and more attention .
Machine learning and data mining
When people are talking about machine learning , I often think of another intelligent data analysis technology : data mining .
Data mining is :“ Identify effective in huge amounts of data 、 Novel 、 Potentially useful 、 The non trivial process of ultimately comprehensible patterns ”. seeing the name of a thing one thinks of its function , Data mining is trying to find useful knowledge from massive data .
The relationship between machine learning and data mining can be understood through the following two data mining textbooks :
- so , Data mining textbooks and courses mainly explain various data mining tasks . such as : classification 、 Return to 、 clustering 、 Correlation analysis 、 Abnormal analysis 、 Evolution analysis and so on .
- Data mining can be regarded as the intersection of machine learning and database , It mainly uses the technology provided by the machine learning community to analyze massive data , Use the technology provided by the database industry to manage massive data .
- There are differences and connections between the two , As a whole , Machine learning theory , Data mining tends to be applied .
Machine learning technology
- The first 1 Chapter , Explain the definition of machine learning 、 And data mining 、 The teaching idea and content arrangement of this course 、 Teaching materials and reference books
- The first 2 Chapter , Explain the method of model evaluation 、 Indicators and comparative tests .
- The first 3-9 Chapter , Explain the basic technology of machine learning : Start with linear regression , Explain linear learning ; With K Mean clustering closure , Explain unsupervised learning ; Support vector machine learning 、 Neural network learning 、 Decision tree learning 、 Bayesian learning 、 And the nearest neighbor .
- The first 10-13 Chapter , Explain the advanced technology of machine learning : Specifically, it includes integrated learning 、 Cost sensitive learning 、 Evolutionary learning 、 And reinforcement learning .
Definition of classification
- Classification is to build a classification model , The classifier , Then the process of mapping data objects to a given category through a classifier . The classification process can be divided into two steps :
- The first step is to use the training data set with known class markers to learn the classification model . This step is called the training stage of the classifier .
- The second step is to test and evaluate the performance of the learned model ( This step is called the test phase of the classifier ), If the performance of the model is acceptable , It can be used to classify objects marked by unknown classes .
- The third step is to apply the classification model to classify the objects marked by unknown classes . This step is called the working stage of the classifier .
- Classification is a three-step process : Training → test → Work .
Teaching materials and special instructions
The teaching material
In particular
This blog is the author's study notes , The main content comes from machine learning _ China university of geosciences MOOC, By the author in his spare time 、 Record , Just for learning 、 Review the use of , Not for commercial use , Shall not be reproduced , The following are the teachers of this course .
边栏推荐
- 调查显示传统数据安全工具面对勒索软件攻击的失败率高达 60%
- 精准防疫有“利器”| 芯讯通助力数字哨兵护航复市
- winedt常用快捷键 修改快捷键latex编译按钮
- 浏览器渲染原理以及重排与重绘
- Writing method of twig array merging
- WR | Jufeng group of West Lake University revealed the impact of microplastics pollution on the flora and denitrification function of constructed wetlands
- American chips are no longer proud, and Chinese chips have successfully won the first place in emerging fields
- 【testlink】TestLink1.9.18常见问题解决方法
- [Web attack and Defense] WAF detection technology map
- 【性能测试】全链路压测
猜你喜欢
PHP人才招聘系统开发 源代码 招聘网站源码二次开发
The second day of learning C language for Asian people
国产芯片产业链两条路齐头并进,ASML真慌了而大举加大合作力度
[729. My schedule I]
Judge whether a number is a prime number (prime number)
基于Redis实现延时队列的优化方案小结
IDC报告:腾讯云数据库稳居关系型数据库市场TOP 2!
NPM installation
项目引入jar从私服Nexus 拉去遇到的一个问题
Etcd build a highly available etcd cluster
随机推荐
Browser rendering principle and rearrangement and redrawing
【剑指 Offer】63. 股票的最大利润
Read the basic grammar of C language in one article
机器学习02:模型评估
How can C TCP set heartbeat packets to be elegant?
C#实现水晶报表绑定数据并实现打印3-二维码条形码
Allusions of King Xuan of Qi Dynasty
How to write a full score project document | acquisition technology
Embedded UC (UNIX System Advanced Programming) -1
国产芯片产业链两条路齐头并进,ASML真慌了而大举加大合作力度
Understand the usage of functions and methods in go language
关于mysql中的json解析函数JSON_EXTRACT
ThoughtWorks global CTO: build the architecture according to needs, and excessive engineering will only "waste people and money"
Is it safe for qiniu business school to open a stock account? Is it reliable?
采用药丸屏的iPhone14或引发中国消费者的热烈抢购
Error in compiling libssh2. OpenSSL cannot be found
[wechat applet] read the life cycle and route jump of the applet
WR | 西湖大学鞠峰组揭示微塑料污染对人工湿地菌群与脱氮功能的影响
PHP人才招聘系统开发 源代码 招聘网站源码二次开发
Three traversal methods of binary tree