more text

This commit is contained in:
NT
2021-01-12 11:50:42 +08:00
parent 03a4c7ef29
commit 0063c71c05
12 changed files with 447 additions and 169 deletions

View File

@@ -29,7 +29,7 @@ For the PINN representation with fully-connected networks on the other hand, we
The following table summarizes these findings:
| Method | Pro | Con |
| Method | Pro | Con |
|----------|-------------|------------|
| **PINN** | - Analytic derivatives via back-propagation | - Expensive evaluation of NN, as well as derivative calculations |
| | - Simple to implement | - Incompatible with existing numerical methods |