当前位置:网站首页>Basic Terms of Machine Learning
Basic Terms of Machine Learning
2022-08-09 17:17:00 【YuNlear】
1. Data: records about the subjects of the study
2. Data set: a collection of records
3. Instance/sample: a description of each event or object
4. Attribute/feature: A matter that reflects the performance or nature of an event or object in some way.
5. Attribute value: the value of the attribute
6. Attribute space/sample space: the space formed by attributes
7. Dimensionality of the sample (dimensionality): The number of attribute descriptions of the sample.
8. Learning/training: Learning a model from data.
9. Training data/training sample/training set: The set of data, samples and samples used in training.
10. Hypothesis: The underlying pattern of the learned model corresponding to the obtained data.
11. Ground-truth: The underlying law itself.
12. Label: Information about the example results.
13. Example: Include an example of markup.
14. Label space/output space (label space): The collection of all labels.
15. Classification: Predicting discrete values.
16. Regression: Predicting continuous values.
17. Testing: After learning the model, use the model to make predictions.
18. Testing sample: The sample being tested.
19. Clustering: Divide the data in the training set into multiple groups.
20. Cluster: A group divided by cluster analysis.
21. Supervised learning: The training data has labeled information.
22. Unsupervised learning: The training data has no labeled information.
23. Generalization: the ability of the learned model to apply to new samples
24. Distribution: The distribution of samples in the sample space
边栏推荐
猜你喜欢
随机推荐
云模型和Logistic回归——MATLAB在数学建模中的应用(第2版)
UDP 基本通信框架
【Postgraduate Work Weekly】(Week 7)
深入浅出最优化(2) 步长的计算方法
机器学习的基本术语
Postgraduate Work Weekly
交叉编译 CURL
【深度学习】介绍六大类损失函数(九)
深入浅出最优化(6) 最小二乘问题的特殊方法
【剑指 Offer II 091. 粉刷房子】
Vim实用技巧_3.可视模式和命令模式
规划问题的MATLAB求解——MATLAB在数学建模中的应用(第2版)
堆(heap)系列_0x08:NT堆调试支持_立刻发现调试支持(DPH)
【论文阅读】LIME:Low-light Image Enhancement via Illumination Map Estimation(笔记最全篇)
【工具使用】Modbus Slave软件使用详解
主成分分析——MATLAB在数学建模中的应用(第2版)
Hold face (hugging face) tutorial - Chinese translation - task summary
【力扣】98. 验证二叉搜索树
【力扣】114. 二叉树展开为链表
Photoshop CS6的使用心得








