当前位置:网站首页>Machine Learning Summary (2)
Machine Learning Summary (2)
2022-08-11 07:58:00 【Times & Beliefs】
Meaning of IID

An important point in machine learning: the error isIndependent and identically distributed, and obey the mean 0, the variance is ⊖ 2 \ominus^2 ⊖
Explain:
What is Independence?
The data samples are independent of each other (do not affect each other), for example: Zhang San came to the bank for a loan, and the amount of his loan did not affect Li Si's loan amount and situation.The two data are independent of each other.
What is the same distribution?
The sample data must satisfy the same distribution.It cannot be that the data satisfies the normal distribution, and the data satisfies the Poisson distribution.For example: what we study is to predict the amount of loan that can be borrowed based on age and monthly salary.Then we have to ensure that these data (age, monthly salary, loan amount) are from the same bank.
What is a Gaussian distribution?
The Gaussian distribution is also called the normal distribution, as shown above.The high probability of the value is concentrated near the mean, and the probability of the values on both sides is very small.
The following is the explanation of Baidu Encyclopedia!!!
If the random variable X obeys a mathematical expectation μ and variance σ 2 σ^2σ2 normal distribution, denoted as N(μ,
It is impossible for the data generated and collected in our lives to fully satisfyerrors are independent and identically distributed, and obey a mean of 0 and a variance of ⊖ 2 \ominus^2 ⊖2 Gaussian distribution.
Conversion of Error Term
Put (1) into (2) to get 

Both sides of the formula take the log at the same time, it will not changeSolved ⊖ \ominus
To be continued
边栏推荐
- 2021-08-11 for循环结合多线程异步查询并收集结果
- 【C语言】每日一题,求水仙花数,求变种水仙花数
- 2022-08-10 mysql/stonedb-slow SQL-Q16-time-consuming tracking
- 1.1-回归
- 【TA-霜狼_may-《百人计划》】图形3.7.2 command buffer简
- 1003 I want to pass (20 points)
- 测试用例很难?有手就行
- 零基础SQL教程: 基础查询 05
- FPGA 20个例程篇:11.USB2.0接收并回复CRC16位校验
- Two startup methods and differences of Service
猜你喜欢
2.1 - Gradient Descent

记录一些遇见的bug——Lombok和Mapstruct的冲突导致,A component required a bean of type ‘com.XXX.controller.converter.

1076 Wifi密码 (15 分)

1051 Multiplication of Complex Numbers (15 points)

oracle数据库中列转行,列会有变化

1056 Sum of Combinations (15 points)

【LeetCode每日一题】——682.棒球比赛

The easiest trick to support quick renaming of various files

Analysys and the Alliance of Small and Medium Banks jointly released the Hainan Digital Economy Index, so stay tuned!

JRS303-Data Verification
随机推荐
伦敦银规则有哪些?
2021-08-11 for循环结合多线程异步查询并收集结果
1101 How many times B is A (15 points)
tf.cast(), reduce_min(), reduce_max()
年薪40W测试工程师成长之路,你在哪个阶段?
TF中的四则运算
1071 小赌怡情 (15 分)
查找最新人员工资和上上次人员工资的变动情况
基于微信小程序的租房小程序
There may be fields that cannot be serialized in the abnormal object of cdc and sqlserver. Is there anyone who can understand it? Help me to answer
1106 2019 Sequence (15 points)
【LeetCode每日一题】——682.棒球比赛
1002 写出这个数 (20 分)
cdc连sqlserver异常对象可能有无法序列化的字段 有没有大佬看得懂的 帮忙解答一下
软件测试常用工具的用途及优缺点比较(详细)
我的创作纪念日丨感恩这365天来有你相伴,不忘初心,各自精彩
Two startup methods and differences of Service
美术2.4 UV原理基础
Square, multi-power, square root calculation in Tf
Tf中的平方,多次方,开方计算