Questions
Let’s test what we learned in this chapter:
- What is the function of the activation function?
- How does backward propagation work?
- What is the purpose of the input, hidden, and output layers?
- Using a TensorFlow dataset, load a handwritten digits dataset after which you will build, compile, train, and evaluate an image classifier. It’s a similar exercise to our case study. Go for it.