A toolkit for Physics-Informed Neural Networks
Project description
PINN-kit
A toolkit for Physics-Informed Neural Networks (PINNs). This package provides tools and utilities for implementing and training physics-informed neural networks for solving differential equations.
Features
- Easy-to-use interface for defining physics-informed neural networks
- Support for various types of differential equations
- Domain handling utilities
- Training and evaluation tools
Installation
pip install PINN-kit
Quick Start
from PINN_kit import PINN, Domain
# Create a domain
domain = Domain(...)
# Initialize a PINN
pinn = PINN(...)
# Train the network
pinn.train(...)
Documentation
For detailed documentation, please visit our documentation page.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pinn_kit-0.0.2.tar.gz.
File metadata
- Download URL: pinn_kit-0.0.2.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9478fc7cbb03d219e9336a6ba83f80a6a04320a65ec34ea37afa4d179940157a
|
|
| MD5 |
6147a785f9ca7368e0cd64c455f72b7f
|
|
| BLAKE2b-256 |
08f885e1609de09a1e2af709d5c713e905858c641a20242d80c47f44eb2dccc8
|
File details
Details for the file pinn_kit-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pinn_kit-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd476872e08f3117b245cdd50ad32b6baf54bcd9c3d92ab7003bd53f12bbf896
|
|
| MD5 |
cb9f706449ecaa69299e46dbbab44de9
|
|
| BLAKE2b-256 |
0f8f619acf1fc5c1f295c01f7460c9087b466b728e2e576fd68a59380fc22cb4
|