1. What is Overfitting
2. L1, L2 and Early Stopping Regularization
3. How Dropout and Batch Normalization Prevents Overfitting
4. What is Data Augmentation [Theory]
5. Sample Data Load with ImageDataGenerator for Augmentation
6. Random Rotation Augmentation
7. Random Shift Augmentation
8. Other Types of Data Augmentation
9. All Types of Augmentation at Once
10. TensorFlow TFDS and Cats vs Dogs Data Download
11. Store Data in Local Directory
12. Load Dataset for Baseline Classifier
13. Building Baseline CNN Classifier
14. How to Calculate Size of Output Layers of CNN and MaxPool
15. How to Calculate Number of Parameters in CNN and FCN
16. Model Training and Layers Analysis
17. Model Training and Validation Accuracy Plot
18. Building Dataset for Regularized CNN
19. Regularized CNN Model Building and Training
20. Training Log Analysis
21. Load Model and Do the Prediction
22. CNN Model Visualization