python-deepxde
Library for scientific machine learning
DeepXDE is a library for scientific machine learning and physics-informed learning. It includes implementations for the PINN (physics-informed neural networks), DeepONet (deep operator network) and MFNN (multifidelity neural network) algorithms.
- Versions: 1.13.2
- Website: https://deepxde.readthedocs.io/en/latest/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-deepxde
as follows:
guix install python-deepxde
Or install a particular version:
guix install python-deepxde@1.13.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-deepxde about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-deepxde'><img src='https://packages.guix.gnu.org/packages/python-deepxde/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-deepxde)
Example Org:
[[https://packages.guix.gnu.org/packages/python-deepxde][https://packages.guix.gnu.org/packages/python-deepxde/badges/latest-version.svg]]