Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tetrapod0 committed Aug 2, 2022
1 parent cbcf299 commit 799045a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class CosSimLayer(tf.keras.layers.Layer):
```
I returned normalized_embedding because of drawing plot.

##### inner product formula
##### **inner product formula**
```
A · B = |A|×|B|×cos(Θ) = a1×b1 + a2×b2 + ... + an×bn
if |A| == |B| == 1:
Expand Down

0 comments on commit 799045a

Please sign in to comment.