Cheatsheet supervised learning (Khái niệm cơ bản trong học có giám sát) - Afshine Amidi and Shervine Amidi
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.
미리보기 생성 중...
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 페이지
- 업로더
- Giang Le
자주 묻는 질문
이 문서는 무료인가요?
네. “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 과정용. 다운로드하기 전에 온라인으로 미리 볼 수 있습니다.
다운로드하기 전에 미리 볼 수 있나요?
네. 이 페이지의 온라인 리더를 통해 문서를 미리 본 후 다운로드 여부를 결정할 수 있습니다.

댓글 (0)
댓글이 없습니다. 첫 댓글을 남겨보세요!