Coder Social home page Coder Social logo

t-dgcn-outdated's Introduction

This is a TensorFlow implementation of A Deep Learning Model of Coalbed Methane Production Prediction Considering Time, Space, and Geological Features.

The manuscript

A Deep Learning Model of Coalbed Methane Production Prediction Considering Time, Space, and Geological Features

The Code

🧾 Requirements:

  • Tensorflow(The best is tensorflow GPU = = 1.14.0)
  • scipy
  • numpy
  • matplotlib
  • pandas
  • math

🌏 Geological features

  • DTW_matrix.py

     You just need to run it
     Generate an adjacency matrix with spatial and geological features.
     The generated file is saved in "data \ testdata \ test_ohe. CSV"
    
  • Spatial_matrix.py

      Generate an adjacency matrix with spatial features.
      The generated file is saved in "data \ testdata \ test_oh1. CSV"
    

💻 T-DGCN model

  • main.py

      You just need to run it.
      And provide the following parameter adjustment interface:
      * learning_rate
      * training_epoch
      * gru_units
      * seq_len
      * pre_len
      * train_rate
      * batch_size
      * dataset
      * model_name
    
  • Out

      * See console for real-time parameters
      * See "/out" for output file 
      🔊 Due to the small amount of test data, the experimental results will be slightly different from the accuracy in this paper.
    

📝 Implement

In the CBM dataset, we set the parameters:
seq_len: 7 days 
pre_len: 1, 3, 5, 7 days. 

💾 Data Description

As the CBM data is classified and controlled by the state, the original data used in the paper is not included in this project.

However, we prepared some test data to verify the usability of the code. 
Due to the small amount of data, the performance of the model did not meet the expectations. 
Please refer to the manuscript for the theoretical accuracy of the model. 
In addition, for the sake of confidentiality, we have moderately transformed the data, so these data seem to be slightly different from common sense.
🔑Special note: the encryption method of test data does not affect the accuracy.

🙌 Special Thanks

Special thanks to Zhao et al. For their research papers:
T-GCN: A temporal graph convolutional network for traffic prediction The manuscript can be visited at https://ieeexplore.ieee.org/document/8809901 or https://arxiv.org/abs/1811.05320

📧 e-mail

t-dgcn-outdated's People

Contributors

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