课程目录
课程名称:Learning from Data(Machine learning)
参考:吴恩达 cs229 https://github.com/mxc19912008/
Andrew-Ng-Machine-Learning-Notes
1. Lecture1-Overview of Machine Learning
1.1 What is Machine Learning
four components:
machine function f
experience E
task T
performance P

inferance VS predication

challenge of Deep learning

2. Lecture2-Linear Regression and Logistic Regression
▶ Linear Regression
▶ Binary Classification
▶ Multi-Class Classification
2.1 Linear Regression
model

model estimation
▶ Least Square Estimation
▶Maximum Likelihood Estimation

ordinary least square
minimize J

2.2 Logistic Regression
Hypothesis function

Maximum likelihood estimation for logistic regression



2.3 Multi-class classification
Method one: translate to k binary classification

Method two: softmax

本文是关于机器学习的课程笔记,涵盖了吴恩达cs229的内容。第一讲介绍了机器学习的基本概念,包括四个组件:机器函数、经验、任务和性能。第二讲详细讲解了线性回归和逻辑回归,包括线性回归的最小二乘估计和最大似然估计,以及逻辑回归的假设函数和最大似然估计。还提到了多类分类的两种方法。


755

被折叠的 条评论
为什么被折叠?



