Machine Learning Neural Networks

This quiz covers the fundamentals of Machine Learning Neural Networks, including their architecture, training methods, and applications.

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the basic unit of a neural network?

  1. Neuron
  2. Synapse
  3. Dendrite
  4. Axon
Question 2 Multiple Choice (Single Answer)

What is the process of adjusting the weights of a neural network called?

  1. Training
  2. Learning
  3. Optimization
  4. Backpropagation
Question 3 Multiple Choice (Single Answer)

Which activation function is commonly used in neural networks?

  1. Sigmoid
  2. ReLU
  3. Tanh
  4. Softmax
Question 4 Multiple Choice (Single Answer)

What is the purpose of a convolutional layer in a neural network?

  1. To extract local features from the input
  2. To reduce the dimensionality of the input
  3. To add non-linearity to the network
  4. To perform classification
Question 5 Multiple Choice (Single Answer)

What is the purpose of a pooling layer in a neural network?

  1. To reduce the dimensionality of the input
  2. To extract local features from the input
  3. To add non-linearity to the network
  4. To perform classification
Question 6 Multiple Choice (Single Answer)

Which type of neural network is commonly used for image classification?

  1. Convolutional Neural Network (CNN)
  2. Recurrent Neural Network (RNN)
  3. Deep Belief Network (DBN)
  4. Radial Basis Function Network (RBFN)
Question 7 Multiple Choice (Single Answer)

What is the purpose of a dropout layer in a neural network?

  1. To prevent overfitting
  2. To improve generalization
  3. To reduce the dimensionality of the input
  4. To add non-linearity to the network
Question 8 Multiple Choice (Single Answer)

Which optimization algorithm is commonly used for training neural networks?

  1. Gradient Descent
  2. Stochastic Gradient Descent (SGD)
  3. Momentum
  4. RMSProp
Question 9 Multiple Choice (Single Answer)

What is the purpose of a batch normalization layer in a neural network?

  1. To normalize the inputs to the network
  2. To improve the stability of the network during training
  3. To reduce the dimensionality of the input
  4. To add non-linearity to the network
Question 10 Multiple Choice (Single Answer)

What is the purpose of a recurrent neural network (RNN)?

  1. To process sequential data
  2. To extract local features from the input
  3. To reduce the dimensionality of the input
  4. To perform classification
Question 11 Multiple Choice (Single Answer)

Which type of RNN is commonly used for natural language processing (NLP)?

  1. Long Short-Term Memory (LSTM)
  2. Gated Recurrent Unit (GRU)
  3. Simple Recurrent Network (SRN)
  4. Elman Network
Question 12 Multiple Choice (Single Answer)

What is the purpose of an attention mechanism in a neural network?

  1. To focus on specific parts of the input
  2. To improve the stability of the network during training
  3. To reduce the dimensionality of the input
  4. To add non-linearity to the network
Question 13 Multiple Choice (Single Answer)

Which type of neural network is commonly used for generative tasks, such as generating images or text?

  1. Generative Adversarial Network (GAN)
  2. Variational Autoencoder (VAE)
  3. Deep Belief Network (DBN)
  4. Radial Basis Function Network (RBFN)
Question 14 Multiple Choice (Single Answer)

What is the purpose of a transformer neural network?

  1. To process sequential data
  2. To extract local features from the input
  3. To reduce the dimensionality of the input
  4. To perform classification