Handbook
Glossary
stable-softmax ( seq -- softmax )
Vocabulary
machine-learning
.
functions
Inputs
seq
an
object
Outputs
softmax
an
object
Definition
USING:
kernel
math.vectors
sequences
;
IN:
machine-learning.functions
:
stable-softmax
( seq -- softmax )
dup
maximum
v-n
softmax
;
inline