unified backprop spelling

This commit is contained in:
NT
2021-03-25 12:34:02 +08:00
parent 656457ff0f
commit 5bf263a60a
6 changed files with 14 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ The following table summarizes these findings:
| Method | ✅ Pro | ❌ Con |
|----------|-------------|------------|
| **PINN** | - Analytic derivatives via back-propagation | - Expensive evaluation of NN, as well as derivative calculations |
| **PINN** | - Analytic derivatives via backpropagation | - Expensive evaluation of NN, as well as derivative calculations |
| | - Simple to implement | - Incompatible with existing numerical methods |
| | | - No control of discretization |
| **DiffPhys** | - Leverage existing numerical methods | - More complicated to implement |