You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: