项目作者: AnoushkaVyas

项目描述 :
A time series LSTM model for water table depth prediction
高级语言: Python
项目地址: git://github.com/AnoushkaVyas/Water-Table-Depth-Prediction.git
创建时间: 2020-11-28T09:42:00Z
项目社区:https://github.com/AnoushkaVyas/Water-Table-Depth-Prediction

开源协议:MIT License

下载


Water-Table-Depth-Prediction-Pytorch

Python
Python

Requirements

  1. Python3.x
  2. pytorch>=0.4.0
  3. numpy>=1.14.0
  4. pandas>=0.22.0
  5. scikit-learn>=0.14

Installation

To use this code, please do:

  1. Install dependencies:

    1. pip install matplotlib numpy pandas scikit-learn

    For pytorch installation, please see in PyTorch.org.

  2. To run the code, please run:

    1. cd Water-Table-Depth-Prediction
    2. python3 train.py

Various Models available

  1. LSTM
  2. LSTM w/o dropout
  3. Double LSTM
  4. GRU
  5. RNN
  6. FFRNN

Folder info

  1. checkpoints contains saved models
  2. data contains dataset
  3. results contains predictions and groundtruth water table depth
  4. plots contains all the graphs of predictions