Cheatsheet supervised learning (Khái niệm cơ bản trong học có giám sát) - Afshine Amidi and Shervine Amidi
- ページ数
- 4
- 形式
- サイズ
- 535 KB
- 言語
- EN · English
- 年
- 2018
- Trường
- Stanford University
- 閲覧数
- 0
- コメント
- 0
- Lượt tải
- 0
プレビューを生成中...
Cheatsheet tổng hợp các khái niệm cơ bản trong học có giám sát, bao gồm hàm mất mát, gradient descent, các mô hình phân loại, GLM.
- ドキュメント名
- Cheatsheet supervised learning (Khái niệm cơ bản trong học có giám sát) - Afshine Amidi and Shervine Amidi
- 学校 / コース
- Stanford University · Machine learning
- 著者(ドキュメント内)
- Afshine Amidi and Shervine Amidi
- 内容
- Tài liệu cung cấp một cái nhìn tổng quan về học có giám sát, bao gồm các khái niệm, công thức và các loại mô hình chính. Nó là một tài liệu tham khảo nhanh cho các thuật toán và định nghĩa quan trọng.
- 目次
- Notations and general concepts
- Introduction to Supervised Learning
- Type of prediction
- Type of model
- Likelihood
- Loss function
- Gradient descent
- Newton’s algorithm
- Normal equations
- LMS algorithm
- LWR
- Assumptions of GLMs
- Sigmoid function
- ページ数
- 4 ページ
- アップロード者
- Uni24h
説明
Trích nội dung tài liệu
https://stanford.edu/~shervine CS 229 – Machine Learning VIP Cheatsheet: Supervised Learning r Cost function – The cost function J is commonly used to assess the performance of a model, and is defined with the loss function L as follows: J(θ) = Afshine Amidi and Shervine Amidi m X L(hθ (x(i) ), y (i) ) i=1 August 23, 2018 r Gradient descent – By noting α ∈ R the learning rate, the update rule for gradient descent is expressed with the learning rate and the cost function J as follows: θ ←− θ − α∇J(θ) Introduction to Supervised Learning Given a set of data points {x(1) , ..., x(m) } associated to a set of outcomes {y (1) , ..., y (m) }, we want to build a classifier that learns how to predict y from x. r Type of prediction – The different types of predictive models are summed up in the table below: Model Outcome Examples Regression Continuous Linear regression Classifier Class Logistic regression, SVM, Naive Bayes Remark: Stochastic gradient descent (SGD) is updating the parameter based on each training example, and batch gradient descent is on a batch of training examples. r Type of model – The different models are summed up in the table below: Model Goal Examples Discriminative Estimate P (y|x) Regressions, SVMs Generative Estimate P (x|y) Used to deduce P (y|x) GDA, Naive Bayes r Likelihood – The likelihood of a model L(θ) given parameters θ is used to find the optimal parameters θ through maximizing the likelihood. In practice, we use the log-likelihood `(θ) = log(L(θ)) which is easier to optimize. We have: θopt = arg max L(θ) θ r Newton’s algorithm – The Newton’s algorithm is a numerical method that finds θ such that `0 (θ) = 0. Its update rule is as follows: Notations and general concepts r Hypothesis – The hypothesis is noted hθ and is the model that we choose. For a given input data x(i) , the model prediction output is hθ (x(i) ). θ←θ− r Loss function – A loss function is a function L : (z,y) ∈ R × Y 7−→ L(z,y) ∈ R that takes a
よくある質問
このドキュメントは無料ですか?
はい。「Cheatsheet supervised learning (Khái niệm cơ bản trong học có giám sát) - Afshine Amidi and Shervine Amidi」は無料です。ログインして「ダウンロード」をクリックするだけで、元のファイルを取得できます。
このドキュメントは何ページありますか?
このドキュメントは 4 ページあります(Machine learning コース用)。ダウンロードする前にオンラインでプレビューできます。
ダウンロードする前にプレビューできますか?
はい。このページにあるオンラインリーダーでドキュメントをプレビューし、その後ダウンロードするかどうかを決めることができます。
Cheatsheet supervised learning (Khái niệm cơ bản trong học có giám sát) - Afshine Amidi and Shervine Amidi
プレビューを生成中...
Trích nội dung tài liệu
https://stanford.edu/~shervine CS 229 – Machine Learning VIP Cheatsheet: Supervised Learning r Cost function – The cost function J is commonly used to assess the performance of a model, and is defined with the loss function L as follows: J(θ) = Afshine Amidi and Shervine Amidi m X L(hθ (x(i) ), y (i) ) i=1 August 23, 2018 r Gradient descent – By noting α ∈ R the learning rate, the update rule for gradient descent is expressed with the learning rate and the cost function J as follows: θ ←− θ − α∇J(θ) Introduction to Supervised Learning Given a set of data points {x(1) , ..., x(m) } associated to a set of outcomes {y (1) , ..., y (m) }, we want to build a classifier that learns how to predict y from x. r Type of prediction – The different types of predictive models are summed up in the table below: Model Outcome Examples Regression Continuous Linear regression Classifier Class Logistic regression, SVM, Naive Bayes Remark: Stochastic gradient descent (SGD) is updating the parameter based on each training example, and batch gradient descent is on a batch of training examples. r Type of model – The different models are summed up in the table below: Model Goal Examples Discriminative Estimate P (y|x) Regressions, SVMs Generative Estimate P (x|y) Used to deduce P (y|x) GDA, Naive Bayes r Likelihood – The likelihood of a model L(θ) given parameters θ is used to find the optimal parameters θ through maximizing the likelihood. In practice, we use the log-likelihood `(θ) = log(L(θ)) which is easier to optimize. We have: θopt = arg max L(θ) θ r Newton’s algorithm – The Newton’s algorithm is a numerical method that finds θ such that `0 (θ) = 0. Its update rule is as follows: Notations and general concepts r Hypothesis – The hypothesis is noted hθ and is the model that we choose. For a given input data x(i) , the model prediction output is hθ (x(i) ). θ←θ− r Loss function – A loss function is a function L : (z,y) ∈ R × Y 7−→ L(z,y) ∈ R that takes a
- ドキュメント名
- Cheatsheet supervised learning (Khái niệm cơ bản trong học có giám sát) - Afshine Amidi and Shervine Amidi
- 学校 / コース
- Stanford University · Machine learning
- 著者(ドキュメント内)
- Afshine Amidi and Shervine Amidi
- 内容
- Tài liệu cung cấp một cái nhìn tổng quan về học có giám sát, bao gồm các khái niệm, công thức và các loại mô hình chính. Nó là một tài liệu tham khảo nhanh cho các thuật toán và định nghĩa quan trọng.
- 目次
- Notations and general concepts
- Introduction to Supervised Learning
- Type of prediction
- Type of model
- Likelihood
- Loss function
- Gradient descent
- Newton’s algorithm
- Normal equations
- LMS algorithm
- LWR
- Assumptions of GLMs
- Sigmoid function
- ページ数
- 4 ページ
- アップロード者
- Uni24h
コメント (0)
まだコメントはありません。最初のコメントを書きましょう!
Trees notes (06) (Cây quyết định trong Máy học) - Sebastian Raschka
Feat extract slides (14) (Giảm chiều dữ liệu, tập trung vào trích xuất đặc trưng) - Sebastian Raschka
Eval intro slides (08) (Đánh giá mô hình, overfitting và underfitting, phân rã bias-variance trong Máy học) - Sebastian Raschka
Machine learning tips and tricks (Tổng hợp mẹo về học máy)
Eval algo notes (11) (Các kiểm định thống kê và so sánh thuật toán) - Sebastian Raschka
Tổng hợp Đề Toán 5 - Luyện thi vào Lớp 6 - CLB EMath
Bài giảng vật lý đại cương (Chương 3) - Đỗ Ngọc Uấn
Chương 8.Nguyên tử - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 7.Cơ học lượng tử - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 6.Quang học lượng tử - Vật lý đại cương 3 - TS.Nguyễn Thị Trang

コメント (0)
まだコメントはありません。最初のコメントを書きましょう!