kslote commited on
Commit
9f9f68e
·
verified ·
1 Parent(s): 46607fb

Update dataset card: focus on deep-koopman-kan and KANDy benchmarking

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -52,9 +52,9 @@ dataset_info:
52
 
53
  # Navier-Stokes Analytical Benchmark
54
 
55
- A dataset of 2D incompressible fluid dynamics problems with **closed-form analytical solutions** on a 64x64 grid. Intended as ground-truth supervision for physics-informed neural networks (PINNs), neural operators (FNO, DeepONet), and other scientific ML models.
56
 
57
- Every sample provides velocity (u, v), pressure (p), and temperature (T) fields computed directly from exact or series-expansion solutions to the Navier-Stokes and energy equations -- no numerical solver is involved.
58
 
59
  ## Dataset Description
60
 
 
52
 
53
  # Navier-Stokes Analytical Benchmark
54
 
55
+ A benchmark dataset of 2D incompressible fluid dynamics problems with **closed-form analytical solutions** on a 64x64 grid. Designed for evaluating **deep-koopman-kan** (Koopman-based lifting) and **KANDy** (equation discovery) pipelines on canonical Navier-Stokes flows.
56
 
57
+ Every sample provides velocity (u, v), pressure (p), and temperature (T) fields computed directly from exact or series-expansion solutions -- no numerical solver is involved. The `latex_equation` field serves as the ground-truth reward signal for equation-discovery agents.
58
 
59
  ## Dataset Description
60