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