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

Proposed question: improve accuracy of a vanilla CNN model #7

Open
samhubs opened this issue Feb 6, 2025 · 0 comments
Open

Proposed question: improve accuracy of a vanilla CNN model #7

samhubs opened this issue Feb 6, 2025 · 0 comments

Comments

@samhubs
Copy link
Contributor

samhubs commented Feb 6, 2025

When I completed the m2 problem, I also wanted to check if there were ways to improve accuracy from ~69% to higher. The idea that I explored was to creage multiple iteration of m2 solution CNN model (let's call it vanilla) without major changes: added BatchNorm, Dropout, Weight initialization, Scheduler, added additional Conv and Linear layers. I am convinced there should be a question where we provide a base vanilla CNN model and let the learners play with pytorch options and try to improve the accuracy. I am not clear on how to frame the question and the solution because I tried 8-10 iterations and the solution notebook kept on growing without much improvement :). I know using a models.ResNet50 would do the trick but I wanted to extract the most juice from the vanilla CNN model.

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant