We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Introduction to Deep Learning in R for analysis of UAV-based remote sensing data

Formal Metadata

Title
Introduction to Deep Learning in R for analysis of UAV-based remote sensing data
Title of Series
Number of Parts
27
Author
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date2020
LanguageEnglish
Producer
Production Year2020
Production PlaceWicc, Wageningen International Congress Centre B.V.

Content Metadata

Subject Area
Genre
Abstract
The aim of this tutorial is to develop a basic understanding of the key practical steps involved in creating and applying a convolutional neural network (CNN) for image analysis – and how to do that in R. These steps are: - Building your model - Preparing your data - Training your model - Predicting with your model Besides the basic workflow, we will discuss two strategies for tackling small data problems, which is specifically important when working with UAV-based data: data augmentation and transfer learning. In addition, we will look at aspects that are important for many remote sensing applications of CNNs: we´ll develop a model for pixel-by-pixel classification (instead of image classification) using an architecture called “U-net”. We will also address the practical question of how to turn a remote sensing image into something that can be processed by our CNN, and how to reassemble the predictions back to a map. Finally, we will briefly touch on the topic of inspecting what a trained model has learned.