Physics-Informed-Neural-Networks

(โ˜… 777)

Investigating PINNs

  • .gitattributes
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/prateekbhustali/Physics-Informed-Neural-Networks

Downloads the entire project code from GitHub to your computer.

cd Physics-Informed-Neural-Networks

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install numpy==1.19.2 scipy==1.5.3 tensorflow==2.0.0 matplotlib==3.3.2 pydoe==0.3.8 seaborn==0.9.0

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install numpy==1.19.2 scipy==1.5.3 matplotlib==3.3.2 pydoe==0.3.8 torch==1.7.1+cu92 torchvision==0.8.2+cu92 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html

Installs the package published on PyPI directly โ€” no need to clone the source.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation