机器学习基本知识(一)Part one: Basic knowledge of Machine Learning

注: 本文是作者的自我总结,主要作为个人总结记录, 欢迎大家批评,交流. https://zhouxiaowei1120.github.io/#blogs

Part one: Basic knowledge

VC Dimension: What is VC dimension?
This is used for measuring the capacity of a classifier. The value of VC dimension is the biggest dimension that can be completely divided by the classifier.

Linear Regression: LR has the closed form of solution: w = ( X ( t r a i n ) ⊤ X ( t r a i n ) ) − 1 X ( t r a i n ) ⊤ y ( t r a i n ) \boldsymbol{w}=\left (\boldsymbol{X}^{(train)^{\top}}\boldsymbol{X}^{(train)}\right )^{-1}\boldsymbol{X}^{(train)^{\top}}\boldsymbol{y}^{(train)} w=(X(train)X(train))1X(train)y(train).
But, why we should use SGD to solve LR problem?
The reason may be that the dimension of X \boldsymbol{X} X is too high, and the calculation of the closed form is very hard.

Occam’s razor: What is the meaning of Occam’s razor?
When the models are able to solve the current problem, we choose the simplerone.No Free Lunch Theorem: It means, when we consider all possible data generating distributions. any algorithm is not better than any other, i.e. randomly classification is the best. So, our goal is to find an appropriate method for the specific problem.

Regularization: It is used for controlling the capacity of models. Regularization and optimization are two important factors for the performance.

Parametric model and Non-parametric model:
What is the key difference between them?
The key is whether model parameters size is related to data. Parametric model learn a function described by a parameter vector whose size is finite and fixed before any data is observed.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值