博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Machine Learning No.1: Linear regression with one variable
阅读量:5020 次
发布时间:2019-06-12

本文共 549 字,大约阅读时间需要 1 分钟。

1. hypothsis

 

2. cost function: 

3. Goal: 

4. Gradient descent algorithm

repeat until convergence {

              

  (for j = 0 and j = 1)

}

note: simultaneous update

α:learning rate

if α is too small, gradient descent can be slow.

if α is too large, gradient descent can overshoot the minimum. It may fail to converge, or even diverge.

5. Gradient descent algorithm for one variable

repeat until convergence {

  

  

}

6. "batch" gradient descent: each step of gradient descent uses all the training examples

 

转载于:https://www.cnblogs.com/yingzhongwen/p/3150697.html

你可能感兴趣的文章
本人历时4年开发的《DB查询分析器》获得“中关村在线”数据库类排行榜第7名...
查看>>
备份MySQL数据库
查看>>
ajax 跨域了 cors
查看>>
java skill
查看>>
IOS Quartz 各种绘制图形用法---实现画图片、写文字、画线、椭圆、矩形、棱形等...
查看>>
tomcat(一)--java基础
查看>>
c/c++软件开发规范(转)
查看>>
.net 禁止远程查看应用程序错误的详细信息,服务器上出现应用程序错误
查看>>
内存管理
查看>>
hdu 4049 Tourism Planning 状态压缩dp
查看>>
Flex读取XML配置文件总结
查看>>
C#ASP.NET 通用扩展函数之 IsWhat 简单好用
查看>>
用maven和spring搭建ActiveMQ环境
查看>>
种一棵树最好的时间是十年前,其次是现在。
查看>>
java项目获取根路径(web项目和application项目的区分)
查看>>
百度罪犯转移
查看>>
第二次作业+105032014160
查看>>
软技能:十步学习法
查看>>
Jmeter 市场中心 插件加载
查看>>
《高性能网站建设指南》学习笔记(更新中)
查看>>