finalfusion / finalfrontier

Context-sensitive word embeddings with subwords. In Rust.
https://finalfusion.github.io/finalfrontier
Other
87 stars 4 forks source link

Correct documentation of loss function derivation #95

Closed bytesnake closed 4 years ago

bytesnake commented 4 years ago

The sigmoid function is σ(a) = 1/(1+exp(-a)) and not 1/exp(-a) :smile: