Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.37 KB

SciML Leeds SENSE training

Using Autoencoders for Satellite Imagery Exploration

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.

What to Expect

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.

Getting Started

Starter Notebook: Open In Colab

Introductory Slides

Treasure Hunt

🛰️🔍