Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasWunsch authored Apr 21, 2022
1 parent a4c7431 commit c2a866f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ A. Wunsch: [0000-0002-0585-9549](https://orcid.org/0000-0002-0585-9549)


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. Our models are implemented in Python 3.8 (van Rossum, 1995) and we use the following libraries and frameworks: [Numpy](https://numpy.org/) (van der Walt et al., 2011), [Pandas](https://pandas.pydata.org/) (McKinney, 2010; Reback et al., 2020), [Scikit-Learn](https://scikit-learn.org/stable/) (Pedregosa et al., 2011), [Unumpy](https://pythonhosted.org/uncertainties/numpy_guide.html) (Lebigot, 2010), [Matplotlib](https://matplotlib.org/) (Hunter, 2007), [BayesOpt](https://github.com/fmfn/BayesianOptimization) (Nogueira, 2014), [TensorFlow](https://www.tensorflow.org/) 2.3 and its [Keras](https://keras.io/) [API](https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras) (Abadi et al., 2015; Chollet, 2015). Large parts of the code comes from [Sam Anderson](https://github.com/andersonsam/cnn_lstm_era) - please check the according publication: Anderson, Sam and Valentina Radic. "Evaluation and interpretation of convolutional-recurrent neural networks for regional hydrological modelling" (Submitted 2021). The model code runs best on a GPU, unfortunately we cannot provide original data due to republication restrictions of some parties. However, all data is accessible, please refer to the publication for references.
Please adapt all absolute loading/saving and software paths within the scripts to make them running. Our models are implemented in Python 3.8 (van Rossum, 1995) and we use the following libraries and frameworks: [Numpy](https://numpy.org/) (van der Walt et al., 2011), [Pandas](https://pandas.pydata.org/) (McKinney, 2010; Reback et al., 2020), [Scikit-Learn](https://scikit-learn.org/stable/) (Pedregosa et al., 2011), [Unumpy](https://pythonhosted.org/uncertainties/numpy_guide.html) (Lebigot, 2010), [Matplotlib](https://matplotlib.org/) (Hunter, 2007), [BayesOpt](https://github.com/fmfn/BayesianOptimization) (Nogueira, 2014), [TensorFlow](https://www.tensorflow.org/) 2.3 and its [Keras](https://keras.io/) [API](https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras) (Abadi et al., 2015; Chollet, 2015). Large parts of the code comes from [Sam Anderson](https://github.com/andersonsam/cnn_lstm_era) - please check the according publication: Anderson, Sam and Valentina Radic. "Evaluation and interpretation of convolutional-recurrent neural networks for regional hydrological modelling" [HERE](https://doi.org/10.5194/hess-26-795-2022). The model code runs best on a GPU, unfortunately we cannot provide original data due to republication restrictions of some parties. However, all data is accessible, please refer to the publication for references.

0 comments on commit c2a866f

Please sign in to comment.