Neuralhydrology

Python library to train neural networks with a strong focus on hydrological applications.
Alternatives To Neuralhydrology
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pytorch73,2753,3418,2728 hours ago39November 15, 202313,125otherPython
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Tensorflow Examples42,312
a year ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Pytorch Tutorial27,137
4 months ago85mitPython
PyTorch Tutorial for Deep Learning Researchers
Darknet24,851
7 days ago1,962otherC
Convolutional Neural Networks
Awesome Tensorflow16,809
a year ago30cc0-1.0
TensorFlow - A curated list of dedicated resources http://tensorflow.org
Openface14,822
a month ago11apache-2.0Lua
Face recognition with deep neural networks.
Gnnpapers14,779
3 months ago12
Must-read papers on graph neural networks (GNN)
Pwc14,522
4 years ago22
Papers with code. Sorted by stars. Updated weekly.
Deeplearning_ai_books14,417
2 years ago53HTML
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
Neural Networks And Deep Learning14,073
9 months ago8Python
Code samples for my book "Neural Networks and Deep Learning"
Alternatives To Neuralhydrology
Select To Compare


Alternative Project Comparisons
Readme

#

Python library to train neural networks with a strong focus on hydrological applications.

This package has been used extensively in research over the last years and was used in various academic publications. The core idea of this package is modularity in all places to allow easy integration of new datasets, new model architectures or any training-related aspects (e.g. loss functions, optimizer, regularization). One of the core concepts of this code base are configuration files, which let anyone train neural networks without touching the code itself. The NeuralHydrology package is built on top of the deep learning framework PyTorch, since it has proven to be the most flexible and useful for research purposes.

We (the AI for Earth Science group at the Institute for Machine Learning, Johannes Kepler University, Linz, Austria) are using this code in our day-to-day research and will continue to integrate our new research findings into this public repository.

Cite NeuralHydrology

In case you use NeuralHydrology in your research or work, it would be highly appreciated if you include a reference to our JOSS paper in any kind of publication.

@article{kratzert2022joss,
  title = {NeuralHydrology --- A Python library for Deep Learning research in hydrology},
  author = {Frederik Kratzert and Martin Gauch and Grey Nearing and Daniel Klotz},
  journal = {Journal of Open Source Software},
  publisher = {The Open Journal},
  year = {2022},
  volume = {7},
  number = {71},
  pages = {4050},
  doi = {10.21105/joss.04050},
  url = {https://doi.org/10.21105/joss.04050},
}

Contact

For questions or comments regarding the usage of this repository, please use the discussion section on Github. For bug reports and feature requests, please open an issue on GitHub. In special cases, you can also reach out to us by email: neuralhydrology(at)googlegroups.com

Popular Network Projects
Popular Neural Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Network
Neural Network
Neural