junxnone / math

0 stars 0 forks source link

Math GaussianProcess #20

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Gaussian Process 高斯过程

基础知识

Brief

核函数/协方差函数

核函数 公式
常量
Constant
线性
Linear
高斯噪声
Gaussian noise
平方指数
SE-Squared exponential
Ornstein–Uhlenbeck
马顿核
Matérn
周期
Periodic
有理二次方
Rational quadratic
高斯核/径向基函数
Gaussian/RBF(Radial Basis Function)
image

随机过程 - 确定性过程研究一个量随时间确定的变化,而随机过程描述的是一个量随时间可能的变化

GPR - Gaussian Process Regression

Pipeline

Steps Description
1 高斯过程先验 : 认为给定x,y服从分布 imageimage
2 训练数据 (x, y) 学习映射函数 f
3

GPC - Gaussian Process Classification

Tips

Reference

junxnone commented 3 years ago

junxnone/tech-io#684