机器学习中的常见学习模型

Linear Model

fθ(x)=j=1bθjϕj(x)=θTϕ(x)

where ϕ(x) is the basis function vector and θ is the parameter vector. As you can see, there are b basis functions.
Basis functions can be of different form, such as polynomial:
ϕ(x)=(1,x,x2,,xb1)T

or triangular polynomial:
ϕ(x)=(1,sinx,cosx,sin2x,cos2x,,sinmx,cosmx)T

x may be a vector rather than a scalar. However, linear models have nothing to do with the training set.
Multiplicative Model
Taking the one-dim basis functions as factors in order to get multi-dim basis functions.

fθ(x)=j1=1bjd=1bθj1,jdϕj1(x(1))ϕjd(x(d))

Obvious curse of dimension.
Additive Model
fθ(x)=k=1dj=1bθk,jϕj(x(k))

Kernal Model
Kernal functions are binary, relate to the training set. Kernal models are defined as linear combinations of kernal functions.

fθ(x)=j=1nθjK(x,xj)

There are many types of kernal functions, however, Gaussian kernal functions enjoy the most popularity.
K(x,c)=exp(xc22h2)

As you can see, kernal models assign kernals with respect to the training sample xi and then learn their height θi. Therefore, they can approximate functions only in the neighborhood of training samples regardless of the dimension of xi.

Hierarchy Model
Hierarchy models belong to nonlinear models.

fθ(x)=j=1bαjϕ(x,βj)

Hence, θ=(αT,βT1,,βTb)T. ϕ(x,βj) are basis functions. There are 2 typical basis functions:
S function (or Artificial Neural Network)
ϕ(x,β)=11+exp(xTωγ),β=(ωT,γ)T

Gaussian function
ϕ(x,β)=exp(xc22h2),β=(cT,h)T

Note that θ and fθ are not one to one corresponded.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值