Loading, please wait...

Deep Learning MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

21. Which, if any, of the following propositions is true about fully-connected neural networks (FCNN)?

  • In a FCNN, there are connections between neurons of a same layer.
  •  In a FCNN, the most common weight initialization scheme is the zero initialization, because it leads to faster and more robust training.
  •  A FCNN with only linear activations is a linear network.
  • None of the above

22. What consist of Boltzmann machine?

  • fully connected network with both hidden and visible units
  • asynchronous operation
  • stochastic update
  • all of the mentioned

23. In which neural net architecture, does weight sharing occur?

  • Convolutional neural Network
  • Recurrent Neural Network
  • Fully Connected Neural Network
  • Both1 and 2

24. Which of the following methods DOES NOT prevent a model from overfitting to the training set?

  • Early stopping
  • Dropout
  • Data augmentation
  • Pooling

25. Assume that your machine has a large enough RAM dedicated to training neural networks. Compared to using stochastic gradient descent for your optimization, choosing a batch size that fits your RAM will lead to::

  • a more precise but slower update.
  • a more precise and faster update.
  • a less precise but faster update.
  • a less precise and slower update.