- Embedding Laws: Enforce ODEs/PDEs via the loss function for physical consistency.
- Automatic Differentiation: Exact derivative calculations enable NNs to evaluate physical equations.
- Boundary Conditions: Methods like Lagaris substitution guarantee boundary compliance.
- Dictionary-Based Regression: Build a dictionary of candidate math functions.
- Sparse Identification: Use regularized regression (Lasso) to discover physical laws from noisy data.
- Dimensional Reasoning: Unit analysis ensures physically plausible discoveries.
- Monotonicity: Enforce required physical trends (e.g., hardness vs. alloying).
- Hybrid Modeling: Combine physical "White-Box" models with data-driven "Black-Boxes" (Grey-Box).
- Limits of unconstrained Black-Box models.
- Accurate but Physical models.
- PINNs need less data.
- GradientTape mechanics.
- Derivatives as ML architecture components.
- PINN Architectures: Data Loss + Physics Loss.
- Enforcing Boundary Conditions.
- 3D printing heat transfer case study.
- Sparse Regression and candidate dictionaries.
- Damped pendulum equation case study.
- Unit Analysis search pruning.
- Hybrid architectures vs. FEA.
- Building industrial trust.
Summary for ML-PC Week 13:
- Combines neural networks with physical laws via Physics-Informed ML.
- Introduces PINNs and automatic differentiation.
- Details Governing Equation Discovery using sparse regression.
- Applies physical constraints to build data-efficient Grey-Box models.