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

Compare CNN with MLP in terms of accuracy #363

Closed
svenvanderburg opened this issue Aug 7, 2023 · 0 comments · Fixed by #421
Closed

Compare CNN with MLP in terms of accuracy #363

svenvanderburg opened this issue Aug 7, 2023 · 0 comments · Fixed by #421
Assignees

Comments

@svenvanderburg
Copy link
Collaborator

svenvanderburg commented Aug 7, 2023

Currently in episode 4 we start out with the statement 'CNNs work better on image data'. But it would be good to actually demonstrate that.
Currently we touch upon MLP for the CIFAR-10 problem in episode 4, but we only do it to show that it would have a lot of parameters compared to a CNN model trained on the same data.
I suggest to include a small part that trains a simple MLP on the CIFAR-10 dataset, evaluates it, and maybe shows that we are overfitting because there are so many parameters. We can add this as an infobox 'How does this compare to a simple dense neural network?' right after we evaluated the CNN. We can add instructor notes to do it as a demo to save time.

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

Successfully merging a pull request may close this issue.

1 participant