Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment with stratified sampling on binary classifiers ensemble #3

Open
zxul767 opened this issue Jul 27, 2022 · 0 comments
Open
Labels
chapter-4 research Research question or project

Comments

@zxul767
Copy link
Owner

zxul767 commented Jul 27, 2022

In research notebook for chapter 4, an ensemble of binary classifiers (for the MNIST classification problem) is created which achieves ~90% accuracy on the validation set.

However, the strategy used to train the individual classifiers uses a general random sampling, which makes it perfectly legitimate that some of the samples will contain more classes of a certain digit.

Would the validation accuracy rise if we sampled the corresponding proportion from each digit class instead?

@zxul767 zxul767 added the research Research question or project label Jul 27, 2022
@zxul767 zxul767 changed the title Experiment with stratified sampling on Research Chapter 4 Experiment with stratified sampling on binary classifiers ensemble (chapter 4 -- research) Jul 27, 2022
@zxul767 zxul767 changed the title Experiment with stratified sampling on binary classifiers ensemble (chapter 4 -- research) Experiment with stratified sampling on binary classifiers ensemble Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chapter-4 research Research question or project
Projects
None yet
Development

No branches or pull requests

1 participant