The following exercises are of fundamental importance and you are invited to answer to every theoretical question and solve all of the code challenges presented:
- What is the semantic segmentation?
- Why is semantic segmentation a difficult problem?
- What is deconvolution? Is the deconvolution operation in deep learning a real deconvolution operation?
- It is possible to use Keras models as layers?
- Is it possible to use a single Keras Sequential model to implement a model architecture with skip connections?
- Describe the original U-Net architecture: what are the differences between the custom implementation presented in this chapter and the original one?
- Implement, using Keras, the original U-Net architecture.
- What is a DatasetBuilder?
- Describe the hierarchical organization of TensorFlow Datasets.
- The _info method contains the description of every single example of the dataset...