Shanmuk4622 commited on
Commit
4d16415
·
verified ·
1 Parent(s): 843ce0d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ tags:
5
+ - image-classification
6
+ - green-ai
7
+ - energy-efficiency
8
+ - computer-vision
9
+ - alexnet
10
+ - eden-framework
11
+ - e2am
12
+ - sustainable-ai
13
+ datasets:
14
+ - imagenet
15
+ metrics:
16
+ - accuracy
17
+ co2_eq_emissions:
18
+ emissions: 8.7909
19
+ unit: kg
20
+ source: Estimated via CodeCarbon (grid factor 0.475 kg CO2e/kWh)
21
+ hardware_used: NVIDIA GeForce GTX 1080 Ti
22
+ dataset_info:
23
+ dataset_size: "~450,000 images – 300 classes (224 px)"
24
+ ---
25
+
26
+ # EDEN-AlexNet-Custom-ImageNet300 — *Baseline*
27
+
28
+ > **Primary KPI:** EAG (Energy-to-Accuracy Gradient) = `-9.1826e-11` ΔAcc/ΔJoules
29
+
30
+ ## Abstract
31
+ This model is part of **Project EDEN (Energy-Driven Evolution of Networks)**, implementing the **E2AM (Energy Efficient Advanced Model)** Framework. The goal is to shift AI benchmarking from pure accuracy to *Green SOTA* — maximizing predictive power per Joule consumed.
32
+
33
+ **Applied Technique:** Baseline – Standard Full Training (Reference Study)
34
+
35
+ ## Profiling Environment
36
+ | Component | Specification |
37
+ |---|---|
38
+ | **GPU** | NVIDIA GeForce GTX 1080 Ti (11 GB VRAM, 250 W TDP) |
39
+ | **CPU** | Intel Xeon W-2125 (4 cores / 8 threads @ 4.00 GHz) |
40
+ | **RAM** | 63.66 GB System RAM |
41
+ | **OS** | Windows 10 |
42
+ | **Dataset** | Custom-ImageNet300 — ~450,000 images – 300 classes (224 px) |
43
+
44
+ ## 🟢 Green Delta Table
45
+ *Comparing this model against the reference baseline (ResNet-50 equivalent)*
46
+
47
+ | Metric | ResNet50 Baseline | **AlexNet (EDEN)** | Δ |
48
+ |---|---|---|---|
49
+ | Accuracy | 0.9573 | **0.9861** | `+2.88%` |
50
+ | Total Energy (J) | 380,392,115 | **66,625,795** | `82.48% saved` |
51
+ | CO₂ Emissions (kg) | 50.1906 | **8.7909** | — |
52
+ | **EAG Score** | — | **-9.1826e-11** | ΔAcc/ΔJoules |
53
+
54
+ > A **positive EAG** means this model learns more per Joule than the baseline.
55
+ > A **negative EAG** indicates a trade-off where higher accuracy required more energy investment.
56
+
57
+ ## E2AM Algorithm — Applied Phases
58
+
59
+ 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.
60
+
61
+ ## Training Statistics
62
+ | Metric | Value |
63
+ |---|---|
64
+ | Final Accuracy | 0.9861 (98.61%) |
65
+ | Total Energy Consumed | 66,625,795 J (18.5072 kWh) |
66
+ | Training Time | 4,081 s (1.13 hrs) |
67
+ | Estimated CO₂ | 8.7909 kg CO₂e |
68
+ | Training Log | `test2\alexnet_CustomImageNet300_stats.csv` |
69
+
70
+ ## Cite This Research
71
+ If you use this model, please cite the **EDEN / E2AM Framework**:
72
+
73
+ ```bibtex
74
+ @misc{eden2025,
75
+ title = {Project EDEN: Energy-Driven Evolution of Networks},
76
+ author = {EDEN Research Team},
77
+ year = {2025},
78
+ note = {Hugging Face Organization: ProjectEDEN},
79
+ url = {https://huggingface.co/Shanmuk4622}
80
+ }
81
+ ```