Home > Machine Learning 101 > Quizzes > Machine Learning 101 Practice Test: Neural Networks in Machine Learning
Machine Learning 101 Practice Test: Neural Networks in Machine Learning
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “Which of the following initialization method is used often in order to recommend…”
Quiz on nonlinear hypothesis, neurons and the brain, model representation, multiclass classification, cost function, gradient checking, and random initialization. Neural networks are a type of machine learning that uses algorithms to help computers learn and adapt without being reprogrammed. They are designed to mimic the human brain, with each neuron or node responsible for solving a small part of a problem. Neural networks can learn from the outputs they produce and the information they receive.  Neural networks use algorithms such as convolutional neural networks, recurrent neural... Show more
Machine Learning 101 Practice Test: Neural Networks in Machine Learning
Time left 00:00
25 Questions

1. Which of the following statements is not true about the backpropagation?
2. Softmax layer is one of the best options as the output layer in a multiclass classification implementation.
3. How many hidden layers are present in the given figure?

4. Why should one stop gradient checking once it is done before running the network for entire set of training iterations?
5. The initialization and training of the weights on the interconnections through the training set require in the design of a neural network.
6. Which of the following statements is not true about neural networks?
7. Which of the following statements is not true about the cost function?
8. What will be the hypotheses outputs for the below NOT function?

9. Which of the following statement is incorrect about backpropagation?
10. What is the objective of backpropagation algorithm?
11. Which of the following Boolean function is represented by the below figure, given that X1 and X2 are binary?

12. Which of the following statements is not true about the given figure?

13. The goal of multiclass classification is to construct a function which, given a new data point, will correctly predict the class to which the new point belongs.
14. Given the below neural network with w5 = 0.4, Output h1 = 0.57 and Output h2 = 0.55. How much does the total net input of O1 changes with respect to w5?

15. A differentiable activation function makes the function computed by a neural network differentiable and the back propagation algorithm is applicable to it.
16. Mean squared error is a simple and commonly used cost function.
17. The given classification problem cannot be well solved by using logistic regression.

18. A variational problem is one in which we are looking for a function which can optimize a certain cost function.
19. What will be the total error of the given neural network given output values O1 and O2 are 0.63 and 0.78 respectively?

20. What will be the final value of f(x, y, z) from the below figure given that x = -5, y = 7, and z = 14?

21. What are general limitations of back propagation rule?
22. When the cost function increases, the learning rate also increases.
23. Given the below neural network with w5 = 0.4, Output O1 = 0.5 and Out h1 = 0.59. How much does the total error changes with respect to w5?

24. Which of the following statements is not true about the cost function?
25. The cost function of a neural network is always convex.