Q&A
- How would you define the term "deep learning"?
- What is the difference between traditional machine learning algorithms and algorithms used in deep learning?
- List and briefly describe five types of neural networks.
- Can you figure out how to calculate the number of trainable parameters in a network given the number of neurons per layer? For example, a neural network with the architecture [10, 8, 8, 2] has in total 178 trainable parameters (160 weights and 18 biases).
- Name four different activation functions and briefly explain them.
- In your own words, describe loss in neural networks.
- Explain why modeling imagine classification models with regular artificial neural networks isn't a good idea.