Machine Learning Neural Networks
This quiz covers the fundamentals of Machine Learning Neural Networks, including their architecture, training methods, and applications.
Questions
What is the basic unit of a neural network?
- Neuron
- Synapse
- Dendrite
- Axon
What is the process of adjusting the weights of a neural network called?
- Training
- Learning
- Optimization
- Backpropagation
Which activation function is commonly used in neural networks?
- Sigmoid
- ReLU
- Tanh
- Softmax
What is the purpose of a convolutional layer in a neural network?
- To extract local features from the input
- To reduce the dimensionality of the input
- To add non-linearity to the network
- To perform classification
What is the purpose of a pooling layer in a neural network?
- To reduce the dimensionality of the input
- To extract local features from the input
- To add non-linearity to the network
- To perform classification
Which type of neural network is commonly used for image classification?
- Convolutional Neural Network (CNN)
- Recurrent Neural Network (RNN)
- Deep Belief Network (DBN)
- Radial Basis Function Network (RBFN)
What is the purpose of a dropout layer in a neural network?
- To prevent overfitting
- To improve generalization
- To reduce the dimensionality of the input
- To add non-linearity to the network
Which optimization algorithm is commonly used for training neural networks?
- Gradient Descent
- Stochastic Gradient Descent (SGD)
- Momentum
- RMSProp
What is the purpose of a batch normalization layer in a neural network?
- To normalize the inputs to the network
- To improve the stability of the network during training
- To reduce the dimensionality of the input
- To add non-linearity to the network
What is the purpose of a recurrent neural network (RNN)?
- To process sequential data
- To extract local features from the input
- To reduce the dimensionality of the input
- To perform classification
Which type of RNN is commonly used for natural language processing (NLP)?
- Long Short-Term Memory (LSTM)
- Gated Recurrent Unit (GRU)
- Simple Recurrent Network (SRN)
- Elman Network
What is the purpose of an attention mechanism in a neural network?
- To focus on specific parts of the input
- To improve the stability of the network during training
- To reduce the dimensionality of the input
- To add non-linearity to the network
Which type of neural network is commonly used for generative tasks, such as generating images or text?
- Generative Adversarial Network (GAN)
- Variational Autoencoder (VAE)
- Deep Belief Network (DBN)
- Radial Basis Function Network (RBFN)
What is the purpose of a transformer neural network?
- To process sequential data
- To extract local features from the input
- To reduce the dimensionality of the input
- To perform classification