diff --git a/README.md b/README.md index 3304b54..46553ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # PINNs +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/muh-hassani/PINNs/feature-binder) + This is a simple code for solving a first order ODE via physics informed neural networks. Further details are also provided in the google collab. file as well as the following article: https://arxiv.org/abs/2206.13103 diff --git a/binder/requirements.txt b/binder/requirements.txt new file mode 100644 index 0000000..1d977ff --- /dev/null +++ b/binder/requirements.txt @@ -0,0 +1,5 @@ +sciann +numpy +matplotlib +pandas +tensorflow \ No newline at end of file