Fork me on GitHub

src/arraymancer/nn/activation/softmax

Search:
Group by:
  Source Edit

Types

SoftmaxActivation[TT] = ref object of Gate[TT]
  Source Edit

Procs

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