Update README.md
Browse files
README.md
CHANGED
@@ -69,14 +69,19 @@ $$
|
|
69 |
being the input after dropout (or another regularization).
|
70 |
|
71 |
$$
|
72 |
-
A_{\text{pos}} \in \mathbb{R}^{d_{in} \times r}
|
|
|
|
|
73 |
$$
|
74 |
-
capturing the positive contribution.
|
75 |
|
76 |
$$
|
77 |
-
A_{\text{neg}} \in \mathbb{R}^{d_{in} \times r}
|
|
|
|
|
78 |
$$
|
79 |
-
capturing the negative contribution.
|
|
|
80 |
|
81 |
$$
|
82 |
\tau \in \mathbb{R}
|
|
|
69 |
being the input after dropout (or another regularization).
|
70 |
|
71 |
$$
|
72 |
+
A_{\text{pos}} \in \mathbb{R}^{d_{in} \times r}
|
73 |
+
\quad \text{and} \quad
|
74 |
+
B_{\text{pos}} \in \mathbb{R}^{r \times d_{out}}
|
75 |
$$
|
76 |
+
capturing the positive contribution.
|
77 |
|
78 |
$$
|
79 |
+
A_{\text{neg}} \in \mathbb{R}^{d_{in} \times r}
|
80 |
+
\quad \text{and} \quad
|
81 |
+
B_{\text{neg}} \in \mathbb{R}^{r \times d_{out}}
|
82 |
$$
|
83 |
+
capturing the negative contribution.
|
84 |
+
|
85 |
|
86 |
$$
|
87 |
\tau \in \mathbb{R}
|