From 99b95217a30f75e9e35b5044850ced4ab802bc87 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 28 Jul 2026 07:53:50 +0800 Subject: Redesign main figure panels and track figure-source CSVs Panel 1a: rename to Backward rules; DFA drawn as direct side-to-side arrows from the error to each hidden layer. Panel 1b: replace the dual y-axis with stacked guarantee/cost sub-axes. Figure 2: reader-facing panel titles; legend renames (linear extrapolation, relinearization). Track the regenerated figure-source CSVs (verified bit-exact against the frozen paper numbers) so figures can be rebuilt without rerunning experiments. Co-Authored-By: Claude Fable 5 --- outputs/real_data_validation_mnist/estimator_mnist_metrics.csv | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 outputs/real_data_validation_mnist/estimator_mnist_metrics.csv (limited to 'outputs/real_data_validation_mnist/estimator_mnist_metrics.csv') diff --git a/outputs/real_data_validation_mnist/estimator_mnist_metrics.csv b/outputs/real_data_validation_mnist/estimator_mnist_metrics.csv new file mode 100644 index 0000000..faf55d1 --- /dev/null +++ b/outputs/real_data_validation_mnist/estimator_mnist_metrics.csv @@ -0,0 +1,3 @@ +predictor,rows,mae,bias,corr +fixed K(0),96,0.006131617892368879,0.005285239042554697,0.6056310314569249 +linear velocity,96,0.0019610223377442746,-0.000623533018405843,0.9111937313020487 -- cgit v1.2.3