Learning Outcomes:
On completion of this module, students will be able to: 1) Distinguish between the different categories of machine learning algorithms; 2) Identify a suitable machine learning algorithm for a given application or task; 3) Run and evaluate the performance of a range of algorithms using various evaluation metrics; 4) be able to use Python and scikit-learn for machine learning tasks using real datasets.
Indicative Module Content:
Classification Techniques including kNN, Decision Trees, Naive Bayes and SVM
Regression
Gradient Descent and Neural Networks
Ensembles
Evaluation Methodology and Measures
Introduction to Reinforcement Learning
Unsupervised learning techniques including dimensionality reduction, partitional and hierarchical clustering
Running machine learning tasks using Python/Scikit-learn