当前位置:网站首页>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 .
边栏推荐
- Debug kernel code through proc interface
- [Web attack and Defense] WAF detection technology map
- It is forbidden to copy content JS code on the website page
- Embedded UC (UNIX System Advanced Programming) -3
- Is it safe and reliable to open futures accounts on koufu.com? How to distinguish whether the platform is safe?
- 调查显示传统数据安全工具面对勒索软件攻击的失败率高达 60%
- C language to get program running time
- American chips are no longer proud, and Chinese chips have successfully won the first place in emerging fields
- MySql 查询符合条件的最新数据行
- The first EMQ in China joined Amazon cloud technology's "startup acceleration - global partner network program"
猜你喜欢

Error in composer installation: no composer lock file present.
MySQL queries the latest qualified data rows

国产芯片产业链两条路齐头并进,ASML真慌了而大举加大合作力度

Embedded UC (UNIX System Advanced Programming) -2

Read the basic grammar of C language in one article

PHP人才招聘系统开发 源代码 招聘网站源码二次开发

一个满分的项目文档是如何书写的|得物技术

中国广电正式推出5G服务,中国移动赶紧推出免费服务挽留用户

The first EMQ in China joined Amazon cloud technology's "startup acceleration - global partner network program"

Use JDBC technology and MySQL database management system to realize the function of course management, including adding, modifying, querying and deleting course information.
随机推荐
网站页面禁止复制内容 JS代码
What else do you not know about new map()
时间戳strtotime前一天或后一天的日期
Error in composer installation: no composer lock file present.
干货!半监督预训练对话模型 SPACE
The survey shows that the failure rate of traditional data security tools in the face of blackmail software attacks is as high as 60%
Precision epidemic prevention has a "sharp weapon" | smart core helps digital sentinels escort the resumption of the city
thinkphp3.2.3
MYSQL group by 有哪些注意事项
The first lesson of EasyX learning
Rider 设置选中单词侧边高亮,去除警告建议高亮
叩富网开期货账户安全可靠吗?怎么分辨平台是否安全?
阈值同态加密在隐私计算中的应用:解读
【729. 我的日程安排表 I】
Embedded-c language-6
域名解析,反向域名解析nbtstat
Embedded -arm (bare board development) -1
C how TCP restricts the access traffic of a single client
IDC报告:腾讯云数据库稳居关系型数据库市场TOP 2!
Judge whether a number is a prime number (prime number)