当前位置:网站首页>Machine learning terminology
Machine learning terminology
2022-07-03 01:10:00 【The code family】
1) Model
The word model will run through the whole tutorial , It is the core concept of machine learning . You can think of it as a “ Magic box ”, You make a wish to it ( input data ), It will help you realize your wishes ( Output forecast results ). The whole process of machine learning will revolve around the model , Train the best “ Magic box ”, It can realize your promise as accurately as possible “ desire ”, This is the goal of machine learning .
2) Data sets
Data sets , It's easy to understand literally , It represents a collection of data , if “ Model ” yes “ Magic box ” Words , So the data set is responsible for charging it “ Energy battery ”, In short , If a dataset is missing , Then the model has no meaning to exist . The data set can be divided into “ Training set ” and “ Test set ”, They are in the of machine learning “ Training phase ” and “ Prediction output stage ” It plays an important role .
3) sample & features
Sample refers to the data in the data set , A piece of data is called “ A sample ”, Usually , The sample will contain multiple eigenvalues to describe the data , For example, there is now a set of data describing human form “180 70 25” If you just look at the data, you will be very confused , But with “ features ” After describing, it will become easy to understand , As shown below :
| height (cm) | weight (kg) | Age |
| 180 | 70 | 25 |
chart 1: sample & features
It can be seen from the above figure that the composition of the data set is “ One sample per line , A list of characteristics ”. Eigenvalues can also be understood as the correlation of data , The data of each column is related to the eigenvalue of this column .
4) vector
Any algorithm will involve many mathematical terms or formulas . Many mathematical formulas will also be involved in the process of writing this tutorial , And professional terminology , Here, let's briefly explain the common basic terms .
The first common term is “ vector ”, Vector is the key term of machine learning . Vectors are strictly defined in linear algebra . Vectors are also called Euclidean vectors 、 Geometric vectors 、 vector , A quantity with size and direction . You can visually understand it as a line segment with an arrow . The arrow points to : Represents the direction of the vector ; segment length : Represents the size of the vector . The quantity corresponding to a vector is called quantity ( It's called scalar in physics ), Quantity is only size , No direction . Every sample in the data set is a piece of data in vector form .
5) matrix
Matrix is also a commonly used mathematical term , You can think of a matrix as a two-dimensional array of vectors , Data sets store data in the form of two-dimensional matrices , You can think of it as a spreadsheet “ One sample per line , A list of characteristics ” The form of expression is as follows :

边栏推荐
- excel IF公式判断两列是否相同
- 机器学习术语
- Linear programming of mathematical modeling (including Matlab code)
- tail -f 、tail -F、tailf的区别
- MySQL multi table joint deletion
- Appuyez sur l'apprentissage de l'esprit de frappe - reconnaissance des coordonnées de fond multithreadées
- [AUTOSAR II appl overview]
- Strongly connected components of digraph
- leetcode:871. Minimum refueling times [Pat has done before + maximum stacking + greed]
- [AUTOSAR XIII NVM]
猜你喜欢

Excel removes the data after the decimal point and rounds the number
![leetcode:701. Insertion in binary search tree [BST insertion]](/img/bc/1dda73198488eb81b49be2c1dff6c2.png)
leetcode:701. Insertion in binary search tree [BST insertion]

leetcode:701. 二叉搜索树中的插入操作【bst的插入】

机器学习术语

matlab 多普勒效应产生振动信号和处理

RK3568开发板评测篇(二):开发环境搭建

First hand evaluation of Reza electronics rz/g2l development board

Leetcode-849: maximum distance to the nearest person
![leetcode:871. Minimum refueling times [Pat has done before + maximum stacking + greed]](/img/2c/8ec3926243fac8db9ed45d8053f3af.png)
leetcode:871. Minimum refueling times [Pat has done before + maximum stacking + greed]
![[AUTOSAR II appl overview]](/img/da/76ccc05e2199705b20d8304bfb86b2.png)
[AUTOSAR II appl overview]
随机推荐
[flutter] icons component (load the built-in icon of flutter | display the material design icon completely)
删除有序链表中重复的元素-II
Deep analysis of data storage in memory
Leetcode-1964: find the longest effective obstacle race route to each position
全志A40i/T3如何通过SPI转CAN
[flutter] icons component (fluttericon Download Icon | customize SVG icon to generate TTF font file | use the downloaded TTF icon file)
465. DFS backtracking of optimal bill balance
[C language] branch and loop statements (Part 1)
In the first half of 2022, there are 10 worth seeing, and each sentence can bring you strength!
Strongly connected components of digraph
Leetcode-934: the shortest Bridge
按键精灵打怪学习-前台和内网发送后台验证码
How wide does the dual inline for bread board need?
【FPGA教程案例6】基于vivado核的双口RAM设计与实现
瑞萨RZ/G2L ARM开发板存储读写速度与网络实测
攻克哈希的基本概念与实现
用Go+绘制爱心给心爱的她表白
excel去除小数点后面的数据,将数字取整
mysql 多表联合删除
leetcode:701. Insertion in binary search tree [BST insertion]