Week 4 - Convolutional Neural Networks, Part I

This week you will...

  • go deeper into using ConvNets with real-world data and a much larger dataset than those you've been using thus far.

  • learn about image augmentation, a technique to avoid overfitting by tweaking the training set to potentially increase the diversity of subjects it covers.

  • discuss your project ideas.

Slides

Learning Resources

Until next week you should...

  • watch this video to get an introduction on transfer learning (8 min)

  • watch this video to learn how to implement transfer learning with CNNs (12 min)

  • work through this blog to learn about multi-class classification

  • complete the exercise assignment in this notebook

  • investigate the characteristics of your project's dataset according to the instructions given here

  • document your findings on the dataset characteristics according to the instructions of above

Last updated

Was this helpful?