Applied Machine Learning - Week 3

Monday the 5th - Friday the 9th of May 2025

Monday 5th of May (afternoon):
Lectures: An introduction to Convolutional Neural Networks.
     Very cool visualisation of how a CNN works on your handwritten numbers.
     For calculating the output size of convolutional outputs, use the ConvNet Calculator.
     We will also discuss potential datasets for Final Project.
     Potentially also: The ImageNet Competition - a revolution in ML.

Exercise: The exercise is to recognise handwritten numbers with a Convolutional Neural Network: CNN_MNISTdata.ipynb.
     If you want a step up in complexity, consider classifying volcanic ash (socalled 'tephra") from Greenlandic ice cores, based on images of the tephra.
     This exercise also requires two CSV files with metadata: train and test sample.


Wednesday 7th of May (morning):
Lectures: Analysing geometric data using Graph Neural Networks (which are fantastic!).
     Example usage of GNN for classification and regression on IceCube data.

Exercise: The exercise is to classify which molecules (which can be represented by a graph) are potentially HIV inhibiting.


Wednesday 7th of May (afternoon):
Lectures: More unsupervised learning: Dimensionality reduction with t-SNE and UMAP.
     We will also shortly discuss Cleaning and imputing noisy data.

Exercise: The exercise starts with an introduction to dimensionality reduction.
     The "real" exercise is (preprocessing and) applying dimensionality reduction to the Cosmos2015 data.

Last updated: 4th of May 2025 by Troels Petersen.