Exercise: First step is a small introduction to PyTorch, simply to make everyone familier with the basic code parts (don't spend too long on this)
     The main exercise consists of classifying tephra (i.e. volcanic ash) from Greenlandic ice cores, based on images of the tephra.
     For inspiration, see how to recognise handwritten numbers with a Convolutional Neural Network: CNN_MNISTdata.ipynb.
     This data can (also) be obtained from (famous) Yann LeCun's webpage: Link to MNIST dataset.