analysiscenter/pydens
PyDEns is a framework for solving Ordinary and Partial Differential Equations (ODEs & PDEs) using neural networks
This tool helps scientists, engineers, and researchers solve complex Ordinary and Partial Differential Equations (ODEs & PDEs) that describe physical systems or processes. You input your differential equation, its boundary conditions, and parameters. The output is a highly accurate, mesh-free approximation of the solution, which can even include solutions for families of equations or when some initial conditions are unknown.
314 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to find numerical solutions to various types of differential equations, especially if traditional methods are too slow or complex, or if your problem involves parametric families of equations or trainable coefficients.
Not ideal if you're looking for symbolic solutions to simple differential equations or if you require an exact analytical solution rather than a numerical approximation.
Stars
314
Forks
66
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Feb 09, 2024
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/analysiscenter/pydens"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
lululxvi/deepxde
A library for scientific machine learning and physics-informed learning
pnnl/neuromancer
Pytorch-based framework for solving parametric constrained optimization problems,...
wilsonrljr/sysidentpy
A Python Package For System Identification Using NARMAX Models
dynamicslab/pysindy
A package for the sparse identification of nonlinear dynamical systems from data
google-research/torchsde
Differentiable SDE solvers with GPU support and efficient sensitivity analysis.