Posts

Showing posts with the label Long Answer Questions

Deep Learning: UNIT- 3: RNN: Long Answer Questions

                                                                                                 UNIT 3 RNN Long Answer Questions 1.      Explain RNNLayer with neat diagram. 2.      Explain RNNNode with example. 3.      What is the drawback of Artificial Neural Network? How can you overcome that? Explain. 4.      Explain how RNNs handle sequential data. 5.      Explain the basic three structures of RNN 6.      What is the role of the hidden state in an RNN? 7.      What is a Recurrent Neural Network (RNN) and how does it differ from a feedforward neural network? 8.      Draw and explain the architecture of Recurrent Neural Networks. 9.      Draw and explain Schematic diagram of a recurrent neural network? 10.   List the different types of Recurrent Neural Networks. Explain them with example. 11.   Explain the essential elements of RNNNodes.