Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.5 KB

File metadata and controls

22 lines (11 loc) · 1.5 KB

PREDICTING CHEMICAL COMPOSITIONS IN GREENLAND WITH REMOTE SENSING DATA APPLICATION AND MACHINE LEARNING

This Github repository contains python code written as a part of my master thesis pipeline. This is a small demonstration.

There are 4 jupyter files indicative of the process from obtaining satellite imagery to producing a training result through the VGG16 network.

Throughout this process more than 30 different scripts where created to produce 3 different machine learning methods. They all require the data fed in different ways and several scripts were made to stack images together, allowing for multi source inputs to the different algorithms. All of these scripts are not available here. Rather a streamlined version of the pipeline that generates the best results so far is presented.

Pip Freeze file for module control is listed in requirements.txt

Note: Downloading these files and running the script will not work without the geochemical data set. However, as this data set is guarded by a NDA to the company that owns the data, I am not at liberty to provide it here.