当前位置:网站首页>Basic concepts of machine learning
Basic concepts of machine learning
2022-07-02 01:24:00 【Xiao Wang's advanced road】
Basic concepts of machine learning
- 1. probability
- 2. sample (sample)、 Example (instance):
- 3. Understand Cauchy sequences and complete spaces
- 4. Unsupervised learning
- 5. mode collapse
- 6. variance
- 7. Manifold learning
- 8. log likelihood
- 9. A priori in machine learning 、 Posterior and likelihood
- 10. KL Divergence
- 11. softmax
- 12. Orthogonal initialization (orthogonal initialize)
- 13. Inception score
- 14. PSNR
- 15. SSIM
- 16. ablation study( Ablation Experiment )
- 17. Regularization
1. probability
1.1 Marginal probability
1.2 joint probability
1.3 Conditional probability
https://blog.csdn.net/qq_42902997/article/details/123384049
2. sample (sample)、 Example (instance):
An individual of the object of study . Equivalent to an example in Statistics (example,instance).
3. Understand Cauchy sequences and complete spaces
When all Cauchy sequences in space converge , The space is complete .
It can be understood in this way , All Cauchy sequences converge , It means that the whole space is non porous , This means that space is not missing any other elements , So space is complete .
4. Unsupervised learning
https://blog.csdn.net/weixin_40413961/article/details/114556424
5. mode collapse
“mode collapse”( Mode collapse ), It means that the generator produces a single result , Just to get the lowest discriminator loss D_loss, But it ignores the distribution of data sets .
6. variance
variance : It describes the range of changes in the predicted values , The degree of dispersion , That is, the distance from its expectation . The greater the variance , The distribution of prediction result data is more scattered .
7. Manifold learning
https://blog.csdn.net/weiwei935707936/article/details/109079083
8. log likelihood
https://blog.csdn.net/wydbyxr/article/details/83212703
9. A priori in machine learning 、 Posterior and likelihood
10. KL Divergence
https://zhuanlan.zhihu.com/p/95687720
11. softmax
https://www.jianshu.com/p/695136c5647b
12. Orthogonal initialization (orthogonal initialize)
Orthogonal initialization :
To solve the gradient disappearance under the depth network 、 The gradient explosion problem , stay RNN Parameter initialization method often used in .
https://blog.csdn.net/shenxiaolu1984/article/details/71508892
13. Inception score
Inception score It is to input the generated image into the classification model pre trained by the real image to measure the distance between it and the distribution of the real image .
14. PSNR
PSNR( Peak signal to noise ratio ,Peak Signal-to-Noise Ratio), Used to measure the difference between two images , For example, compressed image and original image , Evaluate compressed image quality ; Restore image and ground truth, Evaluate the performance of restoration algorithm, etc .
15. SSIM
SSIM( Structural similarity ,Structural Similarity) Based on the assumption that human eyes can extract structured information from images , More in line with human visual perception than the traditional way . Structural similarity , It's a measure of the similarity between two images .
16. ablation study( Ablation Experiment )
Model reduction test .
In short, it's
See if the performance will be affected after canceling some modules .
According to Okam's razor law , Simple and complex methods can achieve the same effect , That simple method is more reliable .
actually ablation study It is an experiment designed to study whether some structures proposed in the model are effective .
For example, you put forward the so and so structure , But to determine if this structure is good for the end result , It is necessary to compare the results of the network without the structure with that of the network with the structure , This is it. ablation study.
https://blog.csdn.net/PolarisRisingWar/article/details/123557940
17. Regularization
From the perspective of the purpose of using regularization : Regularization is to prevent overfitting .
https://blog.csdn.net/qq_53199855/article/details/122417094
边栏推荐
- Game thinking 15: thinking about the whole region and sub region Services
- Bilstm CRF code implementation
- Global and Chinese markets for freight and logistics 2022-2028: Research Report on technology, participants, trends, market size and share
- With the acquisition of Xilinx, AMD is more than "walking on two legs" | Jiazi found
- No converter found for return value of type: class
- Learning notes 25 - multi sensor front fusion technology
- How can I batch produce the same title for the video?
- [dynamic planning] interval dp:p3205 Chorus
- 站在新的角度来看待产业互联网,并且去寻求产业互联网的正确方式和方法
- We should make clear the branch prediction
猜你喜欢
6-3漏洞利用-SSH环境搭建
Keepalived introduction and installation
[IVX junior engineer training course 10 papers] 05 canvas and aircraft war game production
ACM教程 - 快速排序(常规 + 尾递归 + 随机基准数)
Docker installing Oracle_ 11g
Design and control of multi rotor aircraft (VII) -- sensor calibration and measurement model
[image enhancement] vascular image enhancement based on frangi filter with matlab code
Learning note 24 - multi sensor post fusion technology
[disease detection] realize lung cancer detection system based on BP neural network, including GUI interface
Finally got byte offer, 25-year-old inexperienced experience in software testing, to share with you
随机推荐
The concept and application of Cartland number
Review notes of compilation principles
Global and Chinese market of picture archiving and communication system (PACS) 2022-2028: Research Report on technology, participants, trends, market size and share
Comprehensive broadcast of global and Chinese markets 2022-2028: Research Report on technology, participants, trends, market size and share
什么是商业养老保险?商业养老保险安全靠谱吗?
Global and Chinese markets of digital crosspoint switches and mux/demux 2022-2028: Research Report on technology, participants, trends, market size and share
[IVX junior engineer training course 10 papers to get certificates] 03 events and guessing numbers games
cookie、session、tooken
Global and Chinese market of ancillary software 2022-2028: Research Report on technology, participants, trends, market size and share
CEPH buffer yyds dry inventory
关于ASP.NET CORE使用DateTime日期类型参数的一个小细节
6-3 vulnerability exploitation SSH environment construction
Load and domcontentloaded in JS
Global and Chinese market of aircraft MRO software 2022-2028: Research Report on technology, participants, trends, market size and share
How to reflect and solve the problem of bird flight? Why are planes afraid of birds?
Basic usage of three JS high-order functions --filter---map---reduce
I Brief introduction of radio energy transmission technology
With the acquisition of Xilinx, AMD is more than "walking on two legs" | Jiazi found
首场“移动云杯”空宣会,期待与开发者一起共创算网新世界!
Basic usage of shell script