Skip to content

Commit

Permalink
fix ()
Browse files Browse the repository at this point in the history
  • Loading branch information
iliadmitriev committed Dec 1, 2024
1 parent 9dd7326 commit cfe227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ML/RNN/rnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ $\alpha_{ij} = SoftMax_{i} a( W^j_k h_i, W^j_q q )$,

декоррелируются

$$(\alpha^{T}_{s} \alpha_{j} \to 0)$$
$$\alpha^{T}_{s} \alpha_{j} \to 0$$

и разреживаются

$$(\alpha^{T}_{k} \alpha_{j} \to 1)$$
$$\alpha^{T}_{k} \alpha_{j} \to 1$$

0 comments on commit cfe227d

Please sign in to comment.