Solving Partial Differential Equations with Neural Networks.
Nangs is a Python library built on top of Pytorch to solve Partial Differential Equations.
Our objective is to develop a new tool for simulating nature, using Neural Networks as solution approximation to Partial Differential Equations, increasing accuracy and optimization speed while reducing computational cost.
Read our paper to know more.
nangs is on PyPI so you can just run:
pip install nangs
You will also need to install Pytorch.
Copyright 2020 onwards, SensioAI. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project's files except in compliance with the License. A copy of the License is provided in the LICENSE file in this repository.