Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.6.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: ' curvopt-space'
|
|
|
|
|
|
|
| 4 |
sdk: gradio
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# CurvOpt
|
| 8 |
+
|
| 9 |
+
CurvOpt is a research system for **energy- and compute-efficient neural inference**.
|
| 10 |
+
|
| 11 |
+
It uses:
|
| 12 |
+
- Loss curvature (Hessian trace)
|
| 13 |
+
- Information theory (mutual information)
|
| 14 |
+
- Hardware-aware energy models
|
| 15 |
+
|
| 16 |
+
to minimize inference cost under bounded accuracy loss.
|
| 17 |
+
|
| 18 |
+
This Space is a **reproducible research artifact**, not a toy demo.
|