Questions
- A CNN can only process images. (Yes | No)
- A kernel is a preset matrix used for convolutions. (Yes | No)
- Does pooling have a pooling matrix or is it random?
- The size of the dataset always has to be large. (Yes | No)
- Finding a dataset is not a problem with all the available image banks on the web. (Yes | No)
- Once a CNN is built, training it does not take much time. (Yes | No)
- A trained CNN model applies to only one type of images. (Yes | No)
- A quadratic loss function is not very efficient compared to a cross-entropy function. (Yes | No)
- The performance of a deep learning CNN does not a represent a real issue with modern CPUs and GPUs. (Yes | No)