In this training, we will use autoencoders, a type of artificial neural network, to analyse and extract meaningful information from satellite imagery covering the landscapes of the UK. Autoencoders are particularly useful for tasks like image denoising, feature extraction, and even generation of new images.
We will start with an overview of autoencoders, understanding how they work and their applications in image analysis. We will learn how to preprocess and prepare satellite imagery data for input into the autoencoder model.
Using Keras we will step through the process of training an autoencoder model using Keras, exploring how it learns to represent the unique features of UK landscapes.
After training, we will visualise the reconstructed images, gaining insights into the model's understanding of the satellite data.
🛰️🔍