Mathematical Models of Learning
Introduction to mathematical models and algorithms used in machine learning, including supervised, unsupervised, and neural network approaches
Questions
Which of the following is not a type of mathematical model of learning?
- Linear Regression Model
- Logistic Regression Model
- Neural Network Model
- Hidden Markov Model
In a linear regression model of learning, the relationship between the input and output variables is assumed to be:
- Linear
- Exponential
- Logarithmic
- Quadratic
The logistic regression model is commonly used to model:
- Binary Classification Problems
- Regression Problems
- Clustering Problems
- Dimensionality Reduction Problems
In a neural network model of learning, the basic processing unit is called a:
- Neuron
- Synapse
- Dendrite
- Axon
The backpropagation algorithm is used to train:
- Neural Networks
- Logistic Regression Models
- Linear Regression Models
- Hidden Markov Models
Which of the following is not a common activation function used in neural networks?
- Sigmoid Function
- ReLU Function
- Tanh Function
- Linear Function
In a reinforcement learning model, the agent's goal is to:
- Maximize its reward
- Minimize its loss
- Find the optimal solution
- Learn the environment's dynamics
The Q-learning algorithm is a type of:
- Value-Based Reinforcement Learning Algorithm
- Policy-Based Reinforcement Learning Algorithm
- Model-Based Reinforcement Learning Algorithm
- Actor-Critic Reinforcement Learning Algorithm
In a supervised learning model, the model is trained on:
- Labeled Data
- Unlabeled Data
- Partially Labeled Data
- No Data
Which of the following is not a common type of supervised learning algorithm?
- Linear Regression
- Logistic Regression
- Neural Networks
- K-Nearest Neighbors
In an unsupervised learning model, the model is trained on:
- Labeled Data
- Unlabeled Data
- Partially Labeled Data
- No Data
Which of the following is not a common type of unsupervised learning algorithm?
- Clustering
- Dimensionality Reduction
- Association Rule Mining
- Supervised Learning
The EM algorithm is a type of:
- Expectation-Maximization Algorithm
- Expectation-Minimization Algorithm
- Expectation-Maximization-Minimization Algorithm
- Expectation-Minimization-Maximization Algorithm
The EM algorithm is commonly used for:
- Clustering
- Dimensionality Reduction
- Association Rule Mining
- Missing Data Imputation
Which of the following is not a common type of mathematical model of learning?
- Linear Regression Model
- Logistic Regression Model
- Neural Network Model
- Hidden Markov Model