首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
确定删除此收藏集吗
删除后此收藏集将被移除
取消
确定删除
确定删除此文章吗
删除后此文章将被从当前收藏集中移除
取消
确定删除
编辑收藏集
名称:
描述:
0
/100
公开
当其他人关注此收藏集后不可再更改为隐私
隐私
仅自己可见此收藏集
取消
确定
机器学习
订阅
ljmatilda
更多收藏集
微信扫码分享
微信
新浪微博
QQ
10篇文章 · 0订阅
吴恩达-机器学习-week2.2-Normal Equation
Gradient descent gives one way of minimizing J. Let’s discuss a second way of doing so, this time performing the minimization explicitly an…
吴恩达-机器学习-week2.1-Multiple Features
Linear regression with multiple variables is also known as "multivariate linear regression". We now introduce notation for equations where …
Inverse and Transpose
The inverse of a matrix A is denoted A-1. Multiplying by the inverse results in the identity matrix. A non square matrix does not have an i…
Matrix Multiplication Properties
. Matrices are not commutative: A∗B != B∗A . Matrices are associative: (A∗B)∗C = A∗(B∗C)(A∗B)∗C=A∗(B∗C) The identity matrix, when multiplie…
Matrices and Vectors
The above matrix has four rows and three columns, so it is a 4 x 3 matrix. So vectors are a subset of matrices. The above vector is a 4 x 1…
吴恩达-机器学习-week1.3-Gradient Descent
So we have our hypothesis function and we have a way of measuring how well it fits into the data. Now we need to estimate the parameters in…
Model Representation
To establish notation for future use, we’ll use x^i to denote the “input” variables , also called input features, and y^i to denote the “ou…
Supervised learning and Unsupervised learning
Supervised learning and Unsupervised learning. In supervised learning, we are given a data set and already know what our correct output sho…
机器学习定义
Arthur Samuel described machine learning as: "the field of study that gives computers the ability to learn without being explicitly program…
Cost Function
We can measure the accuracy of our hypothesis function by using a cost function. This takes an average difference (actually a fancier versi…