rmems commited on
Commit
a715265
·
unverified ·
1 Parent(s): 86619ce

Add SAAQ 2.0 equation and variable breakdown

Browse files
Files changed (1) hide show
  1. SAAQ 2.0/README.md +14 -0
SAAQ 2.0/README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sparse Activity-Aware Quantization (SAAQ) 2.0
2
+
3
+ ## Foundational SAAQ Equation
4
+
5
+ The current foundational SAAQ equation relies on an L2 Normalized Voltage Bound:
6
+
7
+ $$V_{\text{norm}} = \frac{V}{\sqrt{\sum V_i^2 + \epsilon}}$$
8
+
9
+ ## Variable Breakdown
10
+
11
+ - **$V_{\text{norm}}$**: The bounded, normalized voltage
12
+ - **$V$**: The raw, unscaled voltage vector
13
+ - **$V_i$**: The individual voltage components used to calculate the Euclidean length
14
+ - **$\epsilon$**: A small constant added to the denominator to prevent division by zero