Posts

Showing posts with the label optimizer

Deep Learning: UNIT-1 : Deep Learning Fundamentals- Short Answer Questions

  UNIT-1 Deep Learning: Fundamentals Short Answer Questions ----------------------------------------------------------------------------------------------------------------------------- 1.      Define Artificial Neural Network. 2.      Define Neuron. 3.      List the operations performed by ANN layers. 4.      List the different applications of Deep Learning. 5.      Define Deep Learning. 6.      List the different applications of Artificial Neural Network. 7.      List the Building Block of Neural Networks. 8.      Define Dense layer. 9.      What is loss function. 10.   Identify the different layers in ANN. 11.   Explain Forward Pass. 12.   Explain Backward Pass. 13.   List the different optimizers. 14.   How to overcome vanishing and exploding gradient problems 15.   List the difficulties in convergence. 16.   Define Preprocessing. 17.   Define Momentum. 18.   What is Learning Rate Decay? 19.   What is the purpose of weight initialization? 2