nozomuteruyo14 commited on
Commit
6bb1ea9
·
verified ·
1 Parent(s): 489b4e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -41,7 +41,11 @@ $$
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
 
 
41
 
42
  where:
43
 
44
+ $$
45
+ \( x \in \mathbb{R}^{d_{in}} \)
46
+ $$
47
+ is the input vector (or each sample in a batch).
48
+
49
  - <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.
50
  - <img src="https://latex.codecogs.com/svg.image?\;\Delta&space;y\" /> is the differential update computed as:
51