Machine Learning - Table of Contents
Updated:
In this series of notes, you will will:
- List the principle algorithms used in machine learning and derive their update rules
- Appreciate the capabilities and limitations of current approaches
- Evaluate the ML algorithms
- Use existing implementations of ML algorithms to explore data sets and build models
Table of Contents
- Introduction
- Machine Learning Evaluation
- Nearest Neighbour Methods
- Neural Networks: Perceptron
- Elements of Local Optimisation
- Neural Networks: Perceptron II
- Perceptron III
- Multi Layer Neural Networks
- Convolutional Neural Networks
- Multi-Layer Neural Networks
- Linear Models for Regression
- Decision Trees
- Support Vector Machines
- Support Vector Machines II
- Support Vector Machines III
- Support Vector Machines IV
- Markov Decision Processes
- K-means
Leave a comment