Giter Site home page Giter Site logo

ge-stdgn's Introduction

GE-STDGN

Spatio-temporal weather prediction model based on graph evolution

Requirement

Dataset

Directory description

├── Readme.md                   // help
├── requirements.txt            // 
├── GE                          // graph evolution
│   ├── Geo_threshold.py        // the adjacency matrix generation method based on geographical threshold
│   ├── KNN.py                  // the adjacency matrix generation method based on k nearest-neighbor 
│   ├── TIN.py                  // the adjacency matrix generation method based on triangulated irregular network
│   ├── parallel.py             // multi-GPUs parapall control
│   ├── population.py           // define about population
│   ├── utils.py                // define about genetic operations
│   ├── individual.py           // define about individuals
├── baseline.py                 // baselines based on traditional machine learning methods
├── feature_selection.py        // feature selection
├── graph_evolution.py          // setup of graph evolution
├── main.py
├── measure.py                  // evaluation standard
├── model.py                    // model of STDGN
├── model_fs.py                 // model used in feature selection
├── tester.py
└── trainer.py

Expiremental setup

graph generation

  • k->[6,23], β is adopted to weigh distance and altitude is 0.8 in KNN
  • threshold in distance is 300km, and altitude is 1200m

graph evolution

  • mutation 0.1
  • crossing 0.8

|

ge-stdgn's People

Contributors

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