GithubHelp home page GithubHelp logo

ldm's Introduction

Deep learning for land development

Intro

This repository holds a deep learning model built with pytorch.

Background

Land use patterns can be extremely complex, on the one hand depending on the natural features of the environment, such as rivers, mountains etc… on the other reflecting how humans got to use a specific parcel of land other the years, decades and even centuries. This model is developed to predict a set of variables about a location, based on the knowledge of the variables in the neighborhood.

Data

We use as input a set of rasters, each modelling a feature of the environment (flood risk, population, slope etc…) covering the region of Oxfordshire.

Sampling

A sampling procedure was developed in order to create a training, validation and testing data sets. It consists in drawing from the whole grid an individual cell and its nearest neighbors. So for a set of $N_f$ features (or raster) over a grid of $N_x\times N_y$ cells, and for n-neighborhoods of cells, we get a pool of $(N_x-2n)\times(N_y-2n)\times N_f$ samples which are then at random assigned to the training, validation and testing sets at random with probability of $.7,.15,.15$ respectively.

Using it

It is in its current state.

ldm's People

Contributors

ischlo avatar

Stargazers

 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.