当前位置:网站首页>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
边栏推荐
- SQLMap常用命令介绍
- CTF在线加解密以及常用工具
- LeNet5 pytorch实现
- 【深度学习】介绍六大类损失函数(九)
- 【Postgraduate Work Weekly】(Week 8)
- R-CNN Fast R-CNN Faster R-CNN总结
- 抱抱脸(hugging face)教程-中文翻译-使用 Tokenizers 的 tokenizers
- hugging face tutorial - Chinese translation - fine-tuning a pre-trained model
- 研究生工作周报(第四周)
- 抱抱脸(hugging face)教程-中文翻译-对预先训练过的模特进行微调
猜你喜欢
随机推荐
抱抱脸(hugging face)教程-中文翻译-使用 AutoClass 加载预训练的实例
大唐杯5G练习题(一)
Stetman的读paper小记:Deep Learning Backdoor Survey (Shaofeng Li, Shiqing Ma, Minhui Xue)
opencv图像处理及视频处理基本操作
Vim实用技巧_8.替换(substitute)和global命令
OpenCV下载、安装以及使用
使用NATS及其nats.c客户端简单示例用法(nats.c的API接口)
堆(heap)系列_0x03:堆块 + malloc/new底层 + LFH(WinDbg分析)
流体拓扑优化问题
【学习笔记】win10报0xc0000221错误无法开机
Candide3 face animation model
【力扣】114. 二叉树展开为链表
Vim实用技巧_5.在文件间和文件内快速移动
【论文阅读】Deep Learning for Image Super-resolution: A Survey(DL超分辨率最新综述)
【 Leetcode 】 433. The smallest genetic changes
NiN(Network in Network) pytorch实现
hugging face tutorial-Chinese translation-pipeline-based reasoning
大唐杯5G练习题(二)
Vim实用技巧_6.复制和粘贴原理(寄存器)
hugging face tutorial - Chinese translation - fine-tuning a pre-trained model