Through our introductory experiment in Chapter 1, Computer Vision and Neural Networks, and Chapter 2, TensorFlow Basics and Training a Model, we have already highlighted the following two main drawbacks of basic networks when dealing with images:
- An explosive number of parameters
- A lack of spatial reasoning
Let's discuss each of these here.