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
AI 摘要
- 文档名称
- 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 页
- 上传者
- Uni24h
常见问题
此文档免费吗?
是的。“Machine learning tips and tricks (Tổng hợp mẹo về học máy)”是免费的 — 只需登录并点击“下载”即可获取原始文件。
这份文档有多少页?
该文档共有 2 页,适用于课程 Machine learning。您可以在下载前进行在线预览。
我可以在下载前预览吗?
是的。您可以通过在线阅读器直接在本页面预览此文档,然后再决定是否下载。
Machine learning tips and tricks (Tổng hợp mẹo về học máy)
正在生成预览...
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 页
- 上传者
- Uni24h
评论 (0)
暂无评论。快来抢沙发吧!
Eval algo notes (11) (Các kiểm định thống kê và so sánh thuật toán) - Sebastian Raschka
Refresher probabilities statistics (Xác suất và thống kê cho Machine Learning) - Afshine Amidi and Shervine Amidi
Ensembles notes (07) (Các phương pháp học ensemble) - Sebastian Raschka
Super cheatsheet machine learning (Khái niệm và công thức chính trong học máy) - Afshine Amidi and Shervine Amidi
Cheatsheet Deep Learning (Khái niệm chính về học sâu) - Afshine Amidi and Shervine Amidi
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
Chương 5.Thuyết tương đối - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 4. Tán xạ ánh sáng - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 3.Phân cực ánh sáng - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
评论 (0)
暂无评论。快来抢沙发吧!