当前位置:网站首页>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 :

边栏推荐
- Leetcode-241: designing priorities for operational expressions
- The arm core board / development board of Feiling equipped with Ti am62x made its debut in embedded world 2022
- 按键精灵打怪学习-回城买药加血
- 合并K个已排序的链表
- Key wizard play strange learning - front desk and Intranet send background verification code
- Excel if formula determines whether the two columns are the same
- 正确甄别API、REST API、RESTful API和Web Service之间的异同
- Compare version number
- Explain the basic concepts and five attributes of RDD in detail
- RISA rz/g2l processor introduction | frame diagram | power consumption | schematic diagram and hardware design guide
猜你喜欢

Esp32 simple speed message test of ros2 (limit frequency)

Trois tâches principales: asynchrone, courrier et timing

拥抱平台化交付的安全理念

用Go+绘制爱心给心爱的她表白

正确甄别API、REST API、RESTful API和Web Service之间的异同

数学建模之线性规划(含MATLAB代码)

瑞萨RZ/G2L 处理器简介|框架图|功耗|原理图及硬件设计指南
![[AUTOSAR twelve mode management]](/img/42/292e3da3f5d488a1e8c10ea9bbfbab.png)
[AUTOSAR twelve mode management]

机器学习术语

matlab将数字矩阵保存为地理空间数据出错,显示下标索引必须为正整数类型或逻辑类型,解决
随机推荐
信息熵的基础
按鍵精靈打怪學習-多線程後臺坐標識別
Rk3568 development board evaluation (II): development environment construction
安全运营四要素之资产、脆弱性、威胁和事件
Key detection and sinusoidal signal output developed by Arduino
链表中的节点每k个一组翻转
First hand evaluation of Reza electronics rz/g2l development board
On Fibonacci sequence
Key wizard hit strange learning - automatic path finding back to hit strange points
Telephone network problems
全志A40i/T3如何通过SPI转CAN
Leetcode-224: basic calculator
[AUTOSAR 11 communication related mechanism]
The R language uses the ctree function in the party package to build conditional inference decision trees, uses the plot function to visualize the trained conditional inference decision tree, and the
1696C. Fishingprince Plays With Array【思维题 + 中间状态 + 优化存储】
递归处理组织的几种情况
按键精灵打怪学习-自动寻路回打怪点
Leetcode-871: minimum refueling times
Explain the basic concepts and five attributes of RDD in detail
Data analysis, thinking, law breaking and professional knowledge -- analysis method (I)