Giter Club home page Giter Club logo

eolearn's Introduction

EOLearn - A simple machine learning library

This simple machine learning library performs classification of land-cover of remotely sensed images. The data should be pre-formatted in GeoTiff format, with each band being separately stored as a separate image that is geo-referenced to all others. Additionally, labels for land-cover classes (for example from the National Land-Cover Dataset) should be treated the same, a separate geo-referenced image with the text 'label' in the file name.

The library has four modules:

  • Data import and formatting
  • Algorithms for classsification
  • Evaluation of classifications
  • Visualization of data (both labeled input and classified output)

Examples of the use of the library can be found in the python scripts in this repository:

  • library_evaluation.py which performs model training and evaluation for all the available models in the library, as well as a demonstration of training and evaluating SciKit Learn classifiers.
  • KNN_evaluation.py which performs a training of a KNN model on some training data and then validates the model on separate data

The testing report pdf contains more detailed information about how the library performed in testing.

An example of validation data (a separate image from the training image) classified using EOLearn KNN, achieving ~63% accuracy, with the NLCD data on the left and the EOLearn KNN classification on the right: Comparison of NLCD (left) classification to EOLearn KNN

© Chris Burgoyne 2021

eolearn's People

Contributors

koos-burgoyne avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.