自定义博客皮肤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)
  • 收藏
  • 关注

原创 电商用户消费行为分析

2020-06-11 23:57:02 316 1

原创 Machine Learning-Multiple features

具有多个变量的线性回归,也称为多元线性回归多元线性回归函数如下:为了建立我们对该函数的理解,可以代入如下例子:hθ(x):房子的市场价格θ0:房子的基础起步价格θ1:房子的每平方米价格;x1:房子的平方米数θ2:房子的楼层每层价格;x2:房子的楼层数…使用矩阵乘法的定义,多元变量函数可以表示为:Note:处于方便起见,X0=1....

2019-10-06 15:33:40 142

原创 Machine Learning-Matrices and Vectors

待写

2019-09-19 20:11:28 146

原创 Machine Learning - Gradient Descent

Now we need to estimate the parameter of cost function ,so that’s where Gradient Descent comes in.The way we do this is by taking the derivative (求导)of the cost function.The gradient descent algorit...

2019-09-19 20:07:09 149

原创 Machine Learning-Cost Function

Cost FunctionHypothesis:We can measure the accuracy of hypothesis by using a Cost FunctionCost Function:The line should pass through all the points of our training data set.当Cost Function 的值最小...

2019-09-19 17:02:45 118

原创 Machine Learning-What is Machine Learning?

一.什么是机器学习?新定义:A computer program is said to learn from experience E with respect to *(关于,至于)*some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, impro...

2019-09-19 16:11:23 233

空空如也

空空如也

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

TA关注的人

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