GithubHelp home page GithubHelp logo

jlzarates / ecocnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pgbrodrick/ecocnn

0.0 0.0 0.0 4.33 MB

A CNN for remotely sensed imagery, with emphasis on the IO pipeline to construct and apply the model.

Jupyter Notebook 95.42% Python 4.58%

ecocnn's Introduction

ecoCNN

A CNN for ecologists using remotely sensed imagery, with a working inpput/output pipeline to construct and apply the model. This repo goes with the manuscript Uncovering ecological patterns with convolutional neural networks, which we encourage you to check out (and cite if you use this in academic work). Our intent is that the combination of the manuscript, its SI, and this code should walk a new user through all necessary steps in order to generate training data, build a CNN, and deploy that model to a series of landscapes. We highly recommend that the manuscript and SI be read by inexperienced users before trying to work too much with the code. This repository was designed for remotely sensed imagery, and particularly imagery that covers large areas, rather than individual image scenes. However, it can also also work with large individual images.

This code base was intentionally written in a fairly linear manner for scientists to be able to read it easily. This naturally means that a good bit of generality was sacrificed. If you are interested in a more complete package that is flexible and facilitates easier reconfiguration of the CNN architecture for your needs, we have one that is out in alpha, and is being actively improved.

We highly recommend that the manuscript, and critically the companion SI, be read prior to using this code, particularly for inexperienced users. Don't know where to start? Try the CNN_Tutorial jupyter notebook, which gives a gentle walkthrough.

Most likely, additional features will be added to our package code (see info above) base rather than to this version - but if you don't see a particular feature you're interested in, feel free to either submit a pull request or contact me, and if it makes sense I can implement it here, or point you to somewhere it might exist.

Cheers,

Phil Brodrick

Setup

We use a keras-style model with tensor flow. You'll need some external packages to get going, including:

numpy
gdal
rasterio
fiona
tensorflow
keras
matplotlib

To check out the tutorial, you'll also need jupyter.

ecocnn's People

Contributors

pgbrodrick 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.