[关闭]
@betasy 2016-09-25T10:06:25.000000Z 字数 4869 阅读 1369

Machine Learning 学习笔记(第一周)

机器学习 吴恩达


1. welcome to machine learning

(quote) machine learning is the science of getting computers to learn, without being explicitly programmed.
Machine Learning at Stanford Visit ml-class.org to enroll
leacture slide:
Machine Learning
- Grew out of work in AI
- New capability for computers
Examples:
- Database mining
Large datasets from growth of automation/web.
E.g., Web click data ,medical records, biology, engineering
- Applications can't program by hand.
E.g., Autonomous helicopter, handwriting recognition, most of Natural Language Processing(NLP), Computer Vision.
- Self-customizing programs
E.g., Amazon, Netflix product recommendations
- Understanding human learning(brain, real AI)

2.Introduction-Supervised Learning

3.Unsupervised Learning

no labels or features
there is a dataset, and can you find the structure

example: cocktail party problem

use Octave to code

4.Linear Regression with One Variable

5.Parameter Learning

so put the slope back into the gradient algorithm:

it turns out to be that the cost function of linear regression model is often a convex function, which doesn't have any local optimum, except for one global optimum

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注