OzTianlu commited on
Commit
92a6599
Β·
verified Β·
1 Parent(s): 0d8792e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -192,17 +192,12 @@ Five experiments with 100% classification accuracy:
192
  ```
193
  Prime/
194
  β”œβ”€β”€ interpretable_number_theory.tex # Main paper
195
- β”œβ”€β”€ euler_stack.tex # Euler Stack framework (companion)
196
- β”œβ”€β”€ draft.md # Conceptual development (Chinese)
197
- β”œβ”€β”€ semantic_irreducibility.md # Push-pop asymmetry formalization
198
- β”œβ”€β”€ experiments.py # Computational validation
199
  β”œβ”€β”€ outputs/
200
  β”‚ β”œβ”€β”€ fig1_stack_trajectories.png # Prime vs composite dynamics
201
  β”‚ β”œβ”€β”€ fig2_mod_collapse.png # Modular path-agnosticism
202
  β”‚ β”œβ”€β”€ fig3_classification.png # 100% accuracy demonstration
203
  β”‚ β”œβ”€β”€ fig4_ast_depth.png # Primes as leaf nodes
204
  β”‚ β”œβ”€β”€ fig5_push_pop_asymmetry.png # Convergence phase transition
205
- β”‚ └── *.csv # Raw experimental data
206
  └── README.md # This file
207
  ```
208
 
 
192
  ```
193
  Prime/
194
  β”œβ”€β”€ interpretable_number_theory.tex # Main paper
 
 
 
 
195
  β”œβ”€β”€ outputs/
196
  β”‚ β”œβ”€β”€ fig1_stack_trajectories.png # Prime vs composite dynamics
197
  β”‚ β”œβ”€β”€ fig2_mod_collapse.png # Modular path-agnosticism
198
  β”‚ β”œβ”€β”€ fig3_classification.png # 100% accuracy demonstration
199
  β”‚ β”œβ”€β”€ fig4_ast_depth.png # Primes as leaf nodes
200
  β”‚ β”œβ”€β”€ fig5_push_pop_asymmetry.png # Convergence phase transition
 
201
  └── README.md # This file
202
  ```
203