nozomuteruyo14 commited on
Commit
489b4e2
·
verified ·
1 Parent(s): 148eb4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -40,11 +40,11 @@ $$
40
 
41
 
42
  where:
43
- ```math
44
- - x \in \mathbb{R}^{d_{in}}$ is the input vector (or each sample in a batch).
45
- - $ W \in \mathbb{R}^{d_{out} \times d_{in}} $ is the fixed pre-trained weight matrix.
46
- - $` \Delta y `$ is the differential update computed as:
47
- ```
48
 
49
  $$
50
  \Delta y = \frac{\alpha}{r} \Big( x' A_{\text{pos}} B_{\text{pos}} - \tau \, x' A_{\text{neg}} B_{\text{neg}} \Big)
 
40
 
41
 
42
  where:
43
+
44
+ - <img src="https://latex.codecogs.com/svg.image?\;x\in\mathbb{R}^{d_{in}}\" /> is the input vector (or each sample in a batch).
45
+ - <img src="https://latex.codecogs.com/svg.image?\;W\in\mathbb{R}^{d_{out}\times&space;d_{in}}\" /> is the fixed pre-trained weight matrix.
46
+ - <img src="https://latex.codecogs.com/svg.image?\;\Delta&space;y\" /> is the differential update computed as:
47
+
48
 
49
  $$
50
  \Delta y = \frac{\alpha}{r} \Big( x' A_{\text{pos}} B_{\text{pos}} - \tau \, x' A_{\text{neg}} B_{\text{neg}} \Big)