quant-iota commited on
Commit
2ca8266
·
verified ·
1 Parent(s): 791ead0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -269,6 +269,9 @@ with gr.Blocks(title="SKA - Structured Knowledge Accumulation") as demo:
269
  gr.Markdown("---")
270
  gr.Markdown("### SKA Explorer Suite")
271
  gr.HTML('<a href="https://huggingface.co/quant-iota" target="_blank">⬅ All Apps</a>')
 
 
 
272
 
273
 
274
  with gr.Column(scale=2):
 
269
  gr.Markdown("---")
270
  gr.Markdown("### SKA Explorer Suite")
271
  gr.HTML('<a href="https://huggingface.co/quant-iota" target="_blank">⬅ All Apps</a>')
272
+ gr.Markdown("---")
273
+ gr.Markdown("### About this App")
274
+ gr.Markdown("SKA learns without backpropagation. Each forward pass accumulates knowledge by minimizing entropy layer by layer. Adjust the architecture, learning budget τ, and number of steps K to explore how the entropy trajectory evolves.")
275
 
276
 
277
  with gr.Column(scale=2):