Want to Contribute a Question?
1. What are Image filters? Why we use them?
Computer Vision
Easy
2. What is an activation function? What are commonly used activation functions?
Deep Learning Basics
Medium
3. What is weight initialization? Explain different approaches of weight initialization?
4. What is Dropout? Implement dropout using Python.
Advanced Deep Learning
5. Explain Logistic Regression and it's optimization.
Machine Learning Basics, Deep Learning Basics
6. Why we don't use sigmoid activation function for all layers??
7. What is Cross Entropy Loss?
Machine Learning Basics
9. What is bias variance trade-off? How does it impact model performance?
10. What is Batch Normalization? How it works as regularization?
13. Do activation functions have to be zero centered?