Fork me on GitHub

src/arraymancer/nn/activation/tanh

Search:
Group by:
  Source Edit

Types

TanhActivation[TT] {.final.} = ref object of Gate[TT]
  
  Source Edit

Procs

proc tanh[TT](a: Variable[TT]): Variable[TT]
Input:
  • A variable
  Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood