Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<p>This is the official implementation of Adaptive Parametric Activation (APA) for ECCV2024 accepted paper. </p>
|
34 |
<p> <img src="./assets/unified_activations_combined.jpg"
|
35 |
alt="APA unifies most activation functions under the same formula."
|
36 |
-
style="float: left; margin-right: 10px; width
|
37 |
/></p>
|
38 |
<h3>Abstract</h3>
|
39 |
|
@@ -44,7 +44,7 @@
|
|
44 |
<p>APA can be used insed the intermediate layers using Adaptive Generalised Linear Unit (AGLU): $AGLU(z,位,魏) = z APA(z,位,魏)$. The derivatives of AGLU with respect to 魏 (top), 位 (middle) and z (bottom) are shown below:
|
45 |
<img src="./assets/derivative_visualisations.jpg"
|
46 |
alt="APA unifies most activation functions under the same formula."
|
47 |
-
style="float: left; margin-right: 10px;"
|
48 |
/></p>
|
49 |
<h3> Simple Code implementation </h3>
|
50 |
|
|
|
33 |
<p>This is the official implementation of Adaptive Parametric Activation (APA) for ECCV2024 accepted paper. </p>
|
34 |
<p> <img src="./assets/unified_activations_combined.jpg"
|
35 |
alt="APA unifies most activation functions under the same formula."
|
36 |
+
style="float: left; margin-right: 10px; width:50%; height:auto"
|
37 |
/></p>
|
38 |
<h3>Abstract</h3>
|
39 |
|
|
|
44 |
<p>APA can be used insed the intermediate layers using Adaptive Generalised Linear Unit (AGLU): $AGLU(z,位,魏) = z APA(z,位,魏)$. The derivatives of AGLU with respect to 魏 (top), 位 (middle) and z (bottom) are shown below:
|
45 |
<img src="./assets/derivative_visualisations.jpg"
|
46 |
alt="APA unifies most activation functions under the same formula."
|
47 |
+
style="float: left; margin-right: 10px; width:50%; height:auto"
|
48 |
/></p>
|
49 |
<h3> Simple Code implementation </h3>
|
50 |
|