Spaces:
Running
Running
Upload app.py
Browse files
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):
|