Shanmuk4622 commited on
Commit
23a68bc
·
verified ·
1 Parent(s): 3966ecc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ tags:
5
+ - image-classification
6
+ - green-ai
7
+ - energy-efficiency
8
+ - computer-vision
9
+ - inceptionv3
10
+ - eden-framework
11
+ - reference-study
12
+ - sustainable-ai
13
+ datasets:
14
+ - cifar10
15
+ metrics:
16
+ - accuracy
17
+ ---
18
+
19
+ # EDEN-InceptionV3-CIFAR-10 — *Baseline – Standard Full Training (Reference Study)*
20
+
21
+ > **Primary KPI:** EAG (Energy-to-Accuracy Gradient) — see Green Delta Table below.
22
+
23
+ ## Abstract
24
+ This model is part of **Project EDEN (Energy-Driven Evolution of Networks)**.
25
+ It serves as the **Brute-Force Baseline** for the InceptionV3 architecture on CIFAR-10,
26
+ providing a transparent energy reference for EAG benchmarking against EDEN-optimized models.
27
+
28
+ **Applied Technique:** Baseline – Standard Full Training (Reference Study)
29
+
30
+ ## Profiling Environment
31
+ | Component | Specification |
32
+ |---|---|
33
+ | **GPU** | NVIDIA GeForce GTX 1080 Ti (11 GB VRAM, 250 W TDP) |
34
+ | **CPU** | Intel Xeon W-2125 (4 cores / 8 threads @ 4.00 GHz) |
35
+ | **RAM** | 63.66 GB System RAM |
36
+ | **Dataset** | CIFAR-10 — 60,000 images – 10 classes (32×32 px) |
37
+
38
+ ## 🟢 Green Delta Table
39
+ *This is the reference baseline. Compare against EDEN-optimized models for EAG.*
40
+
41
+ | Metric | InceptionV3 Baseline | EDEN Optimized | Δ |
42
+ |---|---|---|---|
43
+ | Accuracy | See CSV log | See SOTA repo | — |
44
+ | Total Energy (J) | See CSV log | See SOTA repo | — |
45
+ | **EAG Score** | — | See SOTA repo | ΔAcc/ΔJoules |
46
+
47
+ ## E2AM Algorithm — Applied Phase
48
+ Standard full fine-tuning used as the **Brute-Force Baseline** for energy comparison. All layers trained from epoch 1 with a fixed learning rate and no gradient accumulation. Included for transparent EAG benchmarking.
49
+
50
+ ## Cite This Research
51
+ ```bibtex
52
+ @misc{eden2025,
53
+ title = {Project EDEN: Energy-Driven Evolution of Networks},
54
+ author = {EDEN Research Team},
55
+ year = {2025},
56
+ note = {Hugging Face: Shanmuk4622},
57
+ url = {https://huggingface.co/Shanmuk4622}
58
+ }
59
+ ```