COMP24111: Machine Learning and Optimization (Part I)
- Dr. Tingting Mu
COMP24111: Machine Learning and Optimization (Part I) Dr. Tingting - - PowerPoint PPT Presentation
COMP24111: Machine Learning and Optimization (Part I) Dr. Tingting Mu Email: tingting.mu@manchester.ac.uk Exam Information Exam on week 1-5 content includes: 15 MCQ questions (one mark each question). 15 marks of written questions.
1
2
Content Assessing Method
Basic ideas of machine learning. MCQ Typical learning types (unsupervised, supervised, reinforcement learning). MCQ k-NN classifier:
sample size.
nonlinear classification). MCQ, written questions Basic machine learning experiment settings (training, testing, classification accuracy and error rate ) MCQ
3
Content Assessing Method
Definition of classification and regression tasks. MCQ Basic machine learning ingredients (model, error function, learning). MCQ Linear model based on least squares solution:
input variable and one output variable (e.g., MAIP example).
MCQ and written questions Basic ideas of gradient descent, stochastic gradient descent, and mini-batch gradient descent. MCQ
4
Content Assessing Method
Definition of likelihood and maximum likelihood estimator. MCQ Logistic regression model:
loglikihood mamixisation and cross-entropy error minimisation, IRLS update is not required in exam).
two-class and multi-class classification). MCQ Linear basis function models.
features and the basis functions.
classification). MCQ and written questions
5
Content Assessing Method Support vector machines:
variables, and hinge loss).
kernel SVM). MCQ Kernel trick.
their original features and the kernel function. MCQ and written questions Data split schemes used in machine learning experiments, and their usage in hyperparameter selection. MCQ Different classification performance measures (confusion matrix, specificity, sensitivity, precision, recall, F1 score). MCQ and written questions.
6
Content Assessing Method Single neuron model (adder and activation). MCQ Perceptron algorithm:
MCQ Multilayer perceptron (feedforward artificial neural network):
trained, given layer number and the neuron number in each layer.
patterns, regression, two-class and multi-class classification). MCQ Deep learning (many hidden layers). MCQ