Questions
After this chapter, you will be able to answer the following questions:
- Why do we want to use more layers?
- Is a network with more layers automatically slower than a shallower one?
- How do we know how to stop training the model?
- Which Keras function can we use to stop the training before the model starts to overfit?
- How can you normalize the channels?
- How can you effectively make your dataset bigger and more difficult?
- Does dropout make your model more robust?
- If you use data augmentation, would you expect the training to become slower or faster?
- If you use dropout, would you expect the training to become slower or faster?