πŸ•ΈοΈ

Neural Network MCQ

15 Multiple Choice Questions with Explanations

Explore fundamental concepts of Artificial Neural Networks.

Neural Network Questions

15 Questions
1

What is a perceptron?

2

What is the ReLU activation function?

3

What is the purpose of the softmax function?

4

What is weight initialization?

5

What is a hidden layer in a neural network?

6

What is the loss function used for?

7

What is gradient descent?

8

What is the learning rate in neural networks?

9

What is an epoch in neural network training?

10

What is a fully connected layer?

11

What is the primary cause of the "Dying ReLU" problem in neural networks?

12

Why is He Initialization (Kaiming Initialization) preferred over Xavier (Glorot) Initialization for deep networks using ReLU activations?

13

In the context of the Softmax function often used in Knowledge Distillation, what effect does increasing the "Temperature" (T > 1) have on the output probability distribution?

14

When analyzing the high-dimensional loss landscapes of deep neural networks, what type of critical point is far more common and problematic than a poor local minimum?

15

What is the primary benefit of using a Learning Rate Schedule with Warmup (e.g., Cosine Annealing with Warmup)?

About Neural Network MCQ

These Neural Network multiple choice questions are designed to help you prepare for technical interviews, competitive exams, and certifications. Each question includes a detailed explanation to help you understand the underlying concepts.

Neural Network is a fundamental topic in Artificial Intelligence and Machine Learning. Practicing these MCQs will help you strengthen your understanding and identify areas where you need more study.