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

TODO for the image processing module #3

Open
yenchiah opened this issue Mar 16, 2023 · 0 comments
Open

TODO for the image processing module #3

yenchiah opened this issue Mar 16, 2023 · 0 comments

Comments

@yenchiah
Copy link
Member

yenchiah commented Mar 16, 2023

  • Add data augmentation in the pipeline, ideally also showing the difference between using data augmentation and not using it
  • Add an overfitting example (maybe change MNIST to another dataset that can show overfitting, such as the CIFAR-10 dataset)
  • Change the ResNet graph in the notebook
  • Reduce the dimension to 2D or 3D and plot the clusters using like t-SNE or PCA (so that students learn the idea of exploring clusters)
  • Visualize the regions that the neural network pays attention to (so that students can learn the idea to inspect their models), using things like GradCAM or LIME
  • Add an example of transfer learning (e.g., using pretrained models on other datasets), ideally also showing the difference between using pretrained models and not using it
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