Due Dec 21, 2:59 PM +07
What does flow_from_directory give you on the ImageGenerator?
If my Image is sized 150x150, and I pass a 3x3 Convolution over it, what size is the resulting image?
If my data is sized 150x150, and I use Pooling of size 2x2, what size will the resulting image be?
If I want to view the history of my training, how can I access it?
What’s the name of the API that allows you to inspect the impact of convolutions on the images?
When exploring the graphs, the loss levelled out at about .75 after 2 epochs, but the accuracy climbed close to 1.0 after 15 epochs. What's the significance of this?
Why is the validation accuracy a better indicator of model performance than training accuracy?
Why is overfitting more likely to occur on smaller datasets?