-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e51694
commit 2d7450f
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
# Groundwater-Level-Forecasting-with-Artificial-Neural-Networks-A-Comparison-of-LSTM-CNN-and-NARX | ||
doi of this repo: XXXX - will be added | ||
# Groundwater Level Forecasting with ANNs: A Comparison of LSTM CNN and NARX | ||
doi of this repo: XXXX - will be added | ||
|
||
doi of according publication: | ||
doi of according publication: | ||
XXXX - will be added once published | ||
|
||
This repository enables you to reproduce the results and apply the groundwater level forecasting mehtodology of: | ||
*Wunsch, A., Liesch, T., Broda, S., Groundwater Level Forecasting with Artificial Neural Networks: A Comparison of LSTM, CNN and NARX (submitted)* | ||
|
||
Contact: andreas.wunsch@kit.edu | ||
Contact: [andreas.wunsch@kit.edu](andreas.wunsch@kit.edu) | ||
|
||
ORCIDs of authors: | ||
A. Wunsch: 0000-0002-0585-9549 | ||
T. Liesch: 0000-0001-8648-5333 | ||
S. Broda: 0000-0001-6858-6368 | ||
ORCIDs of authors: | ||
A. Wunsch: [0000-0002-0585-9549](https://orcid.org/) | ||
T. Liesch: [0000-0001-8648-5333](https://orcid.org/) | ||
S. Broda: [0000-0001-6858-6368](https://orcid.org/) | ||
|
||
For a detailed description please refer to the publication. | ||
Please adapt all absolute loading/saving and software paths within the scripts to make them running, you need Matlab and Python software for a successful application. | ||
|
||
# Content Overview: | ||
### Content Overview: | ||
* /CNN - Python Code | ||
Verweis auf BeaysOpti Packet welches genutzt wird (im Paper drin?) | ||
|
||
|
||
Contains Python scripts of the models and necessary example files. | ||
|
||
* /LSTM - Python Code | ||
Contains Python scripts of the models and necessary example files. | ||
|
||
* /NARX - Matlab Code | ||
Contains Matlab scripts of the models and necessary example files. | ||
|
||
|
||
|
||
* /NARX - Matlab Code | ||
### General remarks | ||
We use the Python Package [BayesianOptimization](https://github.com/fmfn/BayesianOptimization) by [fmfn](https://github.com/fmfn). To run the Python Code please download and install this package. |