Science Score: 59.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 41 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
    13 of 85 committers (15.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords from Contributors

pde pinn deeponet jax multi-fidelity-data operator paddle physics-informed-learning stellarator dynamical-systems
Last synced: 7 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: akaptano
  • License: lgpl-2.1
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 115 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

DeepXDE

Build Status Documentation Status Codacy Badge PyPI Version PyPI Downloads Conda Version Conda Downloads License

DeepXDE is a library for scientific machine learning and physics-informed learning. DeepXDE includes the following algorithms:

DeepXDE supports five tensor libraries as backends: TensorFlow 1.x (tensorflow.compat.v1 in TensorFlow 2.x), TensorFlow 2.x, PyTorch, JAX, and PaddlePaddle. For how to select one, see Working with different backends.

Documentation: ReadTheDocs

Features

DeepXDE has implemented many algorithms as shown above and supports many features:

  • enables the user code to be compact, resembling closely the mathematical formulation.
  • complex domain geometries without tyranny mesh generation. The primitive geometries are interval, triangle, rectangle, polygon, disk, ellipse, star-shaped, cuboid, sphere, hypercube, and hypersphere. Other geometries can be constructed as constructive solid geometry (CSG) using three boolean operations: union, difference, and intersection. DeepXDE also supports a geometry represented by a point cloud.
  • 5 types of boundary conditions (BCs): Dirichlet, Neumann, Robin, periodic, and a general BC, which can be defined on an arbitrary domain or on a point set; and approximate distance functions for hard constraints.
  • 3 automatic differentiation (AD) methods to compute derivatives: reverse mode (i.e., backpropagation), forward mode, and zero coordinate shift (ZCS).
  • different neural networks: fully connected neural network (FNN), stacked FNN, residual neural network, (spatio-temporal) multi-scale Fourier feature networks, etc.
  • many sampling methods: uniform, pseudorandom, Latin hypercube sampling, Halton sequence, Hammersley sequence, and Sobol sequence. The training points can keep the same during training or be resampled (adaptively) every certain iterations.
  • 4 function spaces: power series, Chebyshev polynomial, Gaussian random field (1D/2D).
  • data-parallel training on multiple GPUs.
  • different optimizers: Adam, L-BFGS, etc.
  • conveniently save the model during training, and load a trained model.
  • callbacks to monitor the internal states and statistics of the model during training: early stopping, etc.
  • uncertainty quantification using dropout.
  • float16, float32, and float64.
  • many other useful features: different (weighted) losses, learning rate schedules, metrics, etc.

All the components of DeepXDE are loosely coupled, and thus DeepXDE is well-structured and highly configurable. It is easy to customize DeepXDE to meet new demands.

Installation

DeepXDE requires one of the following backend-specific dependencies to be installed:

Then, you can install DeepXDE itself.

  • Install the stable version with pip:

sh $ pip install deepxde

  • Install the stable version with conda:

sh $ conda install -c conda-forge deepxde

  • For developers, you should clone the folder to your local machine and put it along with your project scripts.

sh $ git clone https://github.com/lululxvi/deepxde.git

Explore more

Cite DeepXDE

If you use DeepXDE for academic research, you are encouraged to cite the following paper:

@article{lu2021deepxde, author = {Lu, Lu and Meng, Xuhui and Mao, Zhiping and Karniadakis, George Em}, title = {{DeepXDE}: A deep learning library for solving differential equations}, journal = {SIAM Review}, volume = {63}, number = {1}, pages = {208-228}, year = {2021}, doi = {10.1137/19M1274067} }

Contributing to DeepXDE

First off, thanks for taking the time to contribute!

  • Reporting bugs. To report a bug, simply open an issue in the GitHub Issues.
  • Suggesting enhancements. To submit an enhancement suggestion for DeepXDE, including completely new features and minor improvements to existing functionality, let us know by opening an issue in the GitHub Issues.
  • Pull requests. If you made improvements to DeepXDE, fixed a bug, or had a new example, feel free to send us a pull-request.
  • Asking questions. To get help on how to use DeepXDE or its functionalities, you can open a discussion in the GitHub Discussions.
  • Answering questions. If you know the answer to any question in the Discussions, you are welcomed to answer.

Slack. The DeepXDE Slack hosts a primary audience of moderate to experienced DeepXDE users and developers for general chat, online discussions, collaboration, etc. If you need a slack invite, please send me an email.

The Team

DeepXDE was developed by Lu Lu under the supervision of Prof. George Karniadakis at Brown University from the summer of 2018 to 2020. DeepXDE was originally self-hosted in Subversion at Brown University, under the name SciCoNet (Scientific Computing Neural Networks). On Feb 7, 2019, SciCoNet was moved from Subversion to GitHub, renamed to DeepXDE.

DeepXDE is currently maintained by Lu Lu at Yale University with major contributions coming from many talented individuals in various forms and means. A non-exhaustive but growing list needs to mention: Paul Escapil-Inchausp, Zongren Zou, Jialin Li, Saransh Chopra, Sensen He, Vladimir Dudenkov, Anran Jiao, Zhongyi Jiang, Shunyuan Mao.

License

LGPL-2.1 License

Owner

  • Name: Alan Kaptanoglu
  • Login: akaptano
  • Kind: user
  • Location: Seattle
  • Company: University of Maryland

I am a post-doctoral researcher at the University of Maryland, working on stellarator optimization and related problems.

GitHub Events

Total
  • Push event: 3
  • Public event: 1
Last Year
  • Push event: 3
  • Public event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 1,293
  • Total Committers: 85
  • Avg Commits per committer: 15.212
  • Development Distribution Score (DDS): 0.309
Past Year
  • Commits: 56
  • Committers: 19
  • Avg Commits per committer: 2.947
  • Development Distribution Score (DDS): 0.732
Top Committers
Name Email Commits
Lu Lu l****i@g****m 894
Byoungchan Jang b****j@u****u 31
pescapil p****l@u****l 30
lijialin03 1****3 26
Zongren Zou 3****u 24
vl-dud 6****d 22
HydrogenSulfate 4****1@q****m 18
Saransh Chopra s****1@g****m 18
Jerry-Jzy 6****y 17
Anran Jiao 3****o 16
Alan Kaptanoglu a****u@A****l 12
smao-astro 5****o 11
Alan Kaptanoglu a****o@u****u 11
Mitchell Daneker m****r@s****u 10
Damien BE 5****d 9
MinZhu123 8****3 7
g-w1 5****1 6
eddieqiao23 7****3 6
See.Looooo s****3@g****m 6
Alan Kaptanoglu a****u@A****l 6
Samuel Burbulla s****a@a****e 6
Kuangdai Leng k****g@s****k 5
handizhang 9****g 5
Jonathan Lee n****e@s****u 4
ChenxiWu123 9****3 4
bfan05 7****5 4
tsarikahin 5****n 4
Agniv Sarkar a****e@g****m 3
DecoderLiu 1****u 3
Olivier Claessen o****n@g****m 3
and 55 more...

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4.1.7 composite
  • actions/upload-artifact v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
docker/Dockerfile docker
  • horovod/horovod sha-9b42eda build
docker/requirements.txt pypi
  • deepxde *
  • ipython *
  • jupyter *
  • jupyterlab *
  • matplotlib *
  • mpi4py *
  • notebook *
  • pandas *
  • scikit-optimize *
  • scipy *
  • seaborn *
  • sklearn *
  • tensorflow-probability ==0.12.2
docs/requirements.txt pypi
  • flax *
  • jax *
  • matplotlib *
  • numpy *
  • optax *
  • paddlepaddle ==2.6.0
  • scikit-learn *
  • scikit-optimize >=0.9.0
  • scipy *
  • sphinx-copybutton *
  • sphinx-rtd-theme *
  • tensorflow >=2.7.0
  • tensorflow-probability >=0.11.0
  • torch *
pyproject.toml pypi
  • matplotlib *
  • numpy *
  • scikit-learn *
  • scikit-optimize >=0.9.0
  • scipy *
requirements.txt pypi
  • matplotlib *
  • numpy *
  • scikit-learn <=1.4.2
  • scikit-optimize >=0.9.0
  • scipy *