Eval algo slides (11) (Đánh giá mô hình, so sánh thuật toán và kiểm định McNemar) - Sebastian Raschka
- 페이지 수
- 42
- 형식
- 크기
- 956 KB
- 연도
- 2018
- Trường
- University Wisconsin-Madison
- 조회수
- 0
- 댓글
- 0
- Lượt tải
- 0
미리보기 생성 중...
Slide bài giảng số 11 về đánh giá mô hình, tập trung so sánh thuật toán và kiểm định McNemar.
- 문서명
- Eval algo slides (11) (Đánh giá mô hình, so sánh thuật toán và kiểm định McNemar) - Sebastian Raschka
- 학교 / 강의
- University Wisconsin-Madison · Machine learning
- 내용
- Bài giảng này giới thiệu các phương pháp đánh giá và so sánh thuật toán học máy, tập trung vào McNemar's Test để so sánh hai mô hình dựa trên ma trận nhầm lẫn.
- 목차
- Lecture 11
- Model Evaluation 4:
- Algorithm Comparisons
- STAT 479: Machine Learning, Fall 2018
- Sebastian Raschka
- Overview
- Bias and Variance
- Basics
- Overfitting and Underfitting
- Holdout method
- Confidence Intervals
- Model Eval Lectures
- Repeated holdout
- Resampling methods
- Empirical confidence intervals
- Hyperparameter tuning
- Cross-Validation
- Model selection
- This Lecture
- Algorithm Selection
- Statistical Tests
- Evaluation Metrics
- Overview, (my) "recommendations"
- Large dataset
- Performance estimation
- Small dataset
- Model selection (hyperparameter optimization) and performance estimation
- Model & algorithm comparison
- 2-way holdout method (train/test split)
- Confidence interval via normal approximation
- (Repeated) k-fold cross-validation without independent test set
- Leave-one-out cross-validation without independent test set
- Confidence interval via 0.632(+) bootstrap
- 3-way holdout method (train/validation/test split)
- (Repeated) k-fold cross-validation with independent test set
- Leave-one-out cross-validation with independent test set
- Disjoint training sets + test set (algorithm comparison, AC)
- McNemar test (model comparison, MC)
- Cochran’s Q + McNemar test (MC)
- Combined 5x2cv F test (AC)
- Nested cross-validation (AC)
- Comparing two machine learning classifiers -- McNemar's Test
- McNemar's test, introduced by Quinn McNemar in 1947 [1], is a non-parametric statistical test for paired comparisons that can be applied to compare the performance of two machine learning classifiers:
- Task
- Gaussian data
- Compare a group to a reference value
- Paired nominal data
- Binomial test
- Compare a pair of groups
- McNemar’s test
- Compare two unpaired groups
- test, Fisher’s exact test
- Comparing two machine learning classifiers -- McNemar's Test
- Also referred to as "within-subjects chi-squared test"
- Applied to paired nominal data based on a version of a 2x2 confusion matrix
- Compares the predictions of two models to each other rather than listing false positive, true positive, false negative, and true negative counts of a single model
- The layout of the 2x2 confusion matrix suitable for McNemar's test is shown in the following figure:
- Model 2 correct
- Model 2 wrong
- Model 1 correct
- 페이지 수
- 42 페이지
- 업로더
- Uni24h
설명
Trích nội dung tài liệu
Lecture 11 Model Evaluation 4: Algorithm Comparisons STAT 479: Machine Learning, Fall 2018 Sebastian Raschka http://stat.wisc.edu/~sraschka/teaching/stat479-fs2018/ Sebastian Raschka STAT 479: Machine Learning FS 2018 1 Overview Bias and Variance Basics Overfitting and Underfitting Holdout method Confidence Intervals Model Eval Lectures Repeated holdout Resampling methods Empirical confidence intervals Hyperparameter tuning Cross-Validation Model selection This Lecture Algorithm Selection Statistical Tests Evaluation Metrics Sebastian Raschka STAT 479: Machine Learning FS 2018 2 Overview, (my) "recommendations" Large dataset Performance estimation Small dataset Large dataset Model selection (hyperparameter optimization) and performance estimation Small dataset Large dataset Model & algorithm comparison Small dataset Sebastian Raschka 2-way holdout method (train/test split) Confidence interval via normal approximation (Repeated) k-fold cross-validation without independent test set Leave-one-out cross-validation without independent test set Confidence interval via 0.632(+) bootstrap 3-way holdout method (train/validation/test split) (Repeated) k-fold cross-validation with independent test set Leave-one-out cross-validation with independent test set Disjoint training sets + test set (algorithm comparison, AC) McNemar test (model comparison, MC) Cochran’s Q + McNemar test (MC) Combined 5x2cv F test (AC) Nested cross-validation (AC) STAT 479: Machine Learning FS 2018 3 Comparing two machine learning classifiers -- McNemar's Test McNemar's test, introduced by Quinn McNemar in 1947 [1], is a non-parametric statistical test for paired comparisons that can be applied to compare the performance of two machine learning classifiers: Task Gaussian data Compare a group to a reference value … Paired nominal data Binomial test Compare a pair of groups McNemar’s test Compare two unpaired grou
자주 묻는 질문
이 문서는 무료인가요?
네. “Eval algo slides (11) (Đánh giá mô hình, so sánh thuật toán và kiểm định McNemar) - Sebastian Raschka” 문서는 무료입니다. 로그인 후 '다운로드'를 클릭하여 원본 파일을 받으세요.
이 문서는 몇 페이지로 되어 있나요?
이 문서는 42페이지입니다, Machine learning 과정용. 다운로드하기 전에 온라인으로 미리 볼 수 있습니다.
다운로드하기 전에 미리 볼 수 있나요?
네. 이 페이지의 온라인 리더를 통해 문서를 미리 본 후 다운로드 여부를 결정할 수 있습니다.
Eval algo slides (11) (Đánh giá mô hình, so sánh thuật toán và kiểm định McNemar) - Sebastian Raschka
미리보기 생성 중...
Trích nội dung tài liệu
Lecture 11 Model Evaluation 4: Algorithm Comparisons STAT 479: Machine Learning, Fall 2018 Sebastian Raschka http://stat.wisc.edu/~sraschka/teaching/stat479-fs2018/ Sebastian Raschka STAT 479: Machine Learning FS 2018 1 Overview Bias and Variance Basics Overfitting and Underfitting Holdout method Confidence Intervals Model Eval Lectures Repeated holdout Resampling methods Empirical confidence intervals Hyperparameter tuning Cross-Validation Model selection This Lecture Algorithm Selection Statistical Tests Evaluation Metrics Sebastian Raschka STAT 479: Machine Learning FS 2018 2 Overview, (my) "recommendations" Large dataset Performance estimation Small dataset Large dataset Model selection (hyperparameter optimization) and performance estimation Small dataset Large dataset Model & algorithm comparison Small dataset Sebastian Raschka 2-way holdout method (train/test split) Confidence interval via normal approximation (Repeated) k-fold cross-validation without independent test set Leave-one-out cross-validation without independent test set Confidence interval via 0.632(+) bootstrap 3-way holdout method (train/validation/test split) (Repeated) k-fold cross-validation with independent test set Leave-one-out cross-validation with independent test set Disjoint training sets + test set (algorithm comparison, AC) McNemar test (model comparison, MC) Cochran’s Q + McNemar test (MC) Combined 5x2cv F test (AC) Nested cross-validation (AC) STAT 479: Machine Learning FS 2018 3 Comparing two machine learning classifiers -- McNemar's Test McNemar's test, introduced by Quinn McNemar in 1947 [1], is a non-parametric statistical test for paired comparisons that can be applied to compare the performance of two machine learning classifiers: Task Gaussian data Compare a group to a reference value … Paired nominal data Binomial test Compare a pair of groups McNemar’s test Compare two unpaired grou
- 문서명
- Eval algo slides (11) (Đánh giá mô hình, so sánh thuật toán và kiểm định McNemar) - Sebastian Raschka
- 학교 / 강의
- University Wisconsin-Madison · Machine learning
- 내용
- Bài giảng này giới thiệu các phương pháp đánh giá và so sánh thuật toán học máy, tập trung vào McNemar's Test để so sánh hai mô hình dựa trên ma trận nhầm lẫn.
- 목차
- Lecture 11
- Model Evaluation 4:
- Algorithm Comparisons
- STAT 479: Machine Learning, Fall 2018
- Sebastian Raschka
- Overview
- Bias and Variance
- Basics
- Overfitting and Underfitting
- Holdout method
- Confidence Intervals
- Model Eval Lectures
- Repeated holdout
- Resampling methods
- Empirical confidence intervals
- Hyperparameter tuning
- Cross-Validation
- Model selection
- This Lecture
- Algorithm Selection
- Statistical Tests
- Evaluation Metrics
- Overview, (my) "recommendations"
- Large dataset
- Performance estimation
- Small dataset
- Model selection (hyperparameter optimization) and performance estimation
- Model & algorithm comparison
- 2-way holdout method (train/test split)
- Confidence interval via normal approximation
- (Repeated) k-fold cross-validation without independent test set
- Leave-one-out cross-validation without independent test set
- Confidence interval via 0.632(+) bootstrap
- 3-way holdout method (train/validation/test split)
- (Repeated) k-fold cross-validation with independent test set
- Leave-one-out cross-validation with independent test set
- Disjoint training sets + test set (algorithm comparison, AC)
- McNemar test (model comparison, MC)
- Cochran’s Q + McNemar test (MC)
- Combined 5x2cv F test (AC)
- Nested cross-validation (AC)
- Comparing two machine learning classifiers -- McNemar's Test
- McNemar's test, introduced by Quinn McNemar in 1947 [1], is a non-parametric statistical test for paired comparisons that can be applied to compare the performance of two machine learning classifiers:
- Task
- Gaussian data
- Compare a group to a reference value
- Paired nominal data
- Binomial test
- Compare a pair of groups
- McNemar’s test
- Compare two unpaired groups
- test, Fisher’s exact test
- Comparing two machine learning classifiers -- McNemar's Test
- Also referred to as "within-subjects chi-squared test"
- Applied to paired nominal data based on a version of a 2x2 confusion matrix
- Compares the predictions of two models to each other rather than listing false positive, true positive, false negative, and true negative counts of a single model
- The layout of the 2x2 confusion matrix suitable for McNemar's test is shown in the following figure:
- Model 2 correct
- Model 2 wrong
- Model 1 correct
- 페이지 수
- 42 페이지
- 업로더
- 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)
댓글이 없습니다. 첫 댓글을 남겨보세요!