自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Statistical Inference-Univariate Random Variables

1.1 Discrete Random Variables A random variable is discrete if it takes values in some countable set,e.g.,{0,1,2,…}. The mass function(pdf) fX(x)f_X(x)fX​(x) of a discrete random variable XXX is fX(x)=P(X=x)f_X(x)=P(X=x)fX​(x)=P(X=x) It has three propertie

2021-03-02 09:57:57 314 1

原创 Machine Learning:Classification:Probabilistic Generative Model

Classification X inputs into Function and generates output.The output will be classified into different classes.Like credit scoring:Input is income,savings,profession and so on.Output is accept or refuse.Medical Diagnosis,handwritten,face recognition. How

2021-02-26 17:25:06 149

原创 Machine Learning:Gradient Descent

Firstly,we need to know the basic Gradient Descent: θ∗=argmin⁡θL(θ)\theta^*=arg\min_\theta L(\theta)θ∗=argθmin​L(θ) (LLL is loss function,and θ\thetaθ is parameter) We suppose that θ\thetaθ has two variables{θ1,θ2}\{\theta_1,\theta_2\}{θ1​,θ2​}.Randomly st

2021-02-25 15:23:34 170

原创 Machine Learning:Basic Conception

How did the error come? It comes from bias and variance. What is estimator We do not know f^\hat{f}f^​.From training data,we get f∗f^*f∗.And f∗f^*f∗ is an estimator of f^\hat{f}f^​.It depends on bias+variance. How to get mean in data? We can select a set o

2021-02-24 11:34:18 178

原创 Machine Learning:Regression

application:stock market forecast,self-driving car,recommendation. Role: select function, output value is prediction. step1:model function set. linear model:y=b+wxiy=b+wx_iy=b+wxi​(bbb and www are parameters,xix_ixi​ is feature,www is weight,bbb is bias) T

2021-02-23 14:02:27 190

原创 Machine Learning:What is Machine Learning?

What is machine learning? Machine learning is to find functions automatically.For example, speech recognition, image recognition, playing go, dialogue system… 1.regression prediction 2.binary classification output is yes or no 3.multiclass classification L

2021-02-22 16:00:01 373

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除