Shaikha Alkhuder

Results 12 issues of Shaikha Alkhuder

Hello @lululxvi and all other contributors, thank you for the great work and continuous support! I have a couple of questions about DeepOnet: 1. Is there an example for using...

Hello everyone! I'm trying to model highly oscillatory functions ( like the 2D wave function with a source point) via using FNNs, but I can only get limited accuracy despite...

Added the option of using the AdaBelief Optimizer. Added the tensorflow add-ons for this purpose.

@lululxvi Naive but important question to me, so I can verify my work with deepxde: How can you implement these boundary conditions in deepxde ? ref.: https://www.scirp.org/journal/paperinformation.aspx?paperid=112134

Thank you for the great contribution! I'm trying to extend the 1D example problems to 2D, but I want to make sure my changes are in the correct place: 1....

Hello @levimcclenny and thanks for recommending this library! I have modified the 1D burger example to be in 2D, but I did not get good comparison results. Any suggestions? ```...

![download](https://user-images.githubusercontent.com/25299510/156428997-d1f1128b-ad74-4115-bcdc-6a42bd2163cc.png) Thank you for the innovative contribution! I tried modifying the wave 3D problem to have the following boundary conditions: _u(x,y,0) = 0 u(0,0,t) = 2 sin (2 pi t)...

Hi! Thank you for the fantastic library! I'm trying to simulate the wave equation using findiff, but I'm not getting the expected results even after changing the accuracy multiple times....

Dear all, Thank you for this great contribution! I installed the library according to the instructions, but I received this warning: `[23-Sep-22 22:28:21] [INFO] GPU not available` Any suggestions on...

Thank you for the great contribution. PINNs have been an amazing tool in scientific computing and this enhancement makes it better. I replicated the code of burger's equation and made...