当前位置:网站首页>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
边栏推荐
- 【Postgraduate Work Weekly】(The third week)
- hugging face tutorial - Chinese translation - Loading pre-trained instances with AutoClass
- 【工具使用】Modscan32软件使用详解
- 研究生工作周报(第十三周)
- 【深度学习】原始问题和对偶问题(六)
- 蓝桥杯嵌入式备赛
- 抱抱脸(hugging face)教程-中文翻译-对预先训练过的模特进行微调
- [Paper reading] LIME: Low-light Image Enhancement via Illumination Map Estimation (the most complete notes)
- Visual Studio 2019新手使用(安装并创建第一个程序详细教程)
- 【力扣】128. 最长连续序列
猜你喜欢
Stetman读paper小记:Backdoor Learning: A Survey(Yiming Li, Yong Jiang, Zhifeng Li, Shu-Tao Xia)
人脸识别示例代码解析(二)——人脸识别解析
VGG pytorch实现
【原理+源码详细解读】从Transformer到ViT
深入浅出最优化(2) 步长的计算方法
蓝桥杯嵌入式第四届省赛做题笔记
hugging face tutorial - Chinese translation - preprocessing
【研究生工作周报】(第十二周)
PatchEmbed代码讲解记录
[Deep Learning] Original Problem and Dual Problem (6)
随机推荐
【Postgraduate Work Weekly】(The third week)
【知识分享】知识链路-Modbus通信知识链路
Markdown 文档生成 PDF
【力扣】1154. 一年中的第几天
Stetman读paper小记:Backdoor Learning: A Survey(Yiming Li, Yong Jiang, Zhifeng Li, Shu-Tao Xia)
研究生工作周报
人脸识别示例代码解析(二)——人脸识别解析
抱抱脸(hugging face)教程-中文翻译-对预先训练过的模特进行微调
【Postgraduate Work Weekly】(Week 7)
图像质量指标:峰值信噪比PSNR和结构相似性SSIM
云模型和Logistic回归——MATLAB在数学建模中的应用(第2版)
Vim实用技巧_7.模式匹配和查找
配置 vscode 让它变得更好用
hugging face tutorial - Chinese translation - Loading pre-trained instances with AutoClass
大唐杯5G练习题(二)
深入浅出最优化(2) 步长的计算方法
CTF在线加解密以及常用工具
【力扣】75. 颜色分类
【力扣】11. 盛最多水的容器
Vim实用技巧_4.管理多个文件(打开 + 切分 + 保存 + netrw)