Machine learning tips and tricks (Tổng hợp mẹo về học máy)
Tài liệu tổng hợp mẹo về học máy, bao gồm các độ đo đánh giá mô hình phân loại và hồi quy, lựa chọn mô hình, và chính quy hoá.
미리보기 생성 중...
https://stanford.edu/~shervine CS 229 – Machine Learning VIP Cheatsheet: Machine Learning Tips r ROC – The receiver operating curve, also noted ROC, is the plot of TPR versus FPR by varying the threshold. These metrics are are summed up in the table below: Metric Formula Equivalent True Positive Rate TP TP + FN Recall, sensitivity FP TN + FP 1-specificity Afshine Amidi and Shervine Amidi August 12, 2018 TPR False Positive Rate FPR Metrics Given a set of data points {x(1) , ..., x(m) }, where each x(i) has n features, associated to a set of outcomes {y (1) , ..., y (m) }, we want to assess a given classifier that learns how to predict y from x. r AUC – The area under the receiving operating curve, also noted AUC or AUROC, is the area below the ROC as shown in the following figure: Classification In a context of a binary classification, here are the main metrics that are important to track to assess the performance of the model. r Confusion matrix – The confusion matrix is used to have a more complete picture when assessing the performance of a model. It is defined as follows: Predicted class + + TP FN False Negatives Regression Type II error r Basic metrics – Given a regression model f , the following metrics are commonly used to assess the performance of the model: True Positives Actual class FP False Positives Type I error TN Total sum of squares True Negatives SStot = r Main metrics – The following metrics are commonly used to assess the performance of classification models: Metric Formula Accuracy TP + TN TP + TN + FP + FN Precision TP TP + FP How accurate the positive predictions are Recall TP TP + FN Coverage of actual positive sample Specificity TN TN + FP Coverage of actual negative sample F1 score 2TP 2TP + FP + FN Sensitivity Stanford University Explained sum of squares m X (yi − y)2 SSreg = X i=1 Interpretation Residual sum of squares m (f (xi ) − y)2 SSres = i=1 m X (yi − f (xi ))2 i=1 r C
… 전체 문서를 읽으려면 원본 파일을 다운로드하세요.
- 문서명
- Machine learning tips and tricks (Tổng hợp mẹo về học máy)
- 학교 / 강의
- Stanford University · Machine learning
- 작성자 (문서 내)
- Afshine Amidi and Shervine Amidi
- 내용
- Tài liệu cung cấp các mẹo và thủ thuật học máy, tập trung vào các chỉ số đánh giá hiệu suất cho bài toán phân loại và hồi quy, cùng với các kỹ thuật lựa chọn mô hình như kiểm định chéo và điều chuẩn hóa.
- 목차
- VIP Cheatsheet: Machine Learning Tips
- Metrics
- Classification
- Regression
- Model selection
- 페이지 수
- 2 페이지
- 업로더
- Giang Le
자주 묻는 질문
이 문서는 무료인가요?
네. “Machine learning tips and tricks (Tổng hợp mẹo về học máy)” 문서는 무료입니다. 로그인 후 '다운로드'를 클릭하여 원본 파일을 받으세요.
이 문서는 몇 페이지로 되어 있나요?
이 문서는 2페이지입니다, Machine learning 과정용. 다운로드하기 전에 온라인으로 미리 볼 수 있습니다.
다운로드하기 전에 미리 볼 수 있나요?
네. 이 페이지의 온라인 리더를 통해 문서를 미리 본 후 다운로드 여부를 결정할 수 있습니다.

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