basic-pinn
basic-pinn copied to clipboard
Basic implementation of physics-informed neural networks for solving differential equations
Results
2
basic-pinn issues
Sort by
recently updated
recently updated
newest added
How can I calculate the gradients of my outputs with respect to specific input values of my Tensor?
1
I am trying to implement a Physics induced neural network, but my partial differential equations (the heat equation) require a bit more complexity since I use multiple variables in my...
question