Handbook
Glossary
log-softmax ( seq -- softmax )
Vocabulary
machine-learning
.
functions
Inputs
seq
an
object
Outputs
softmax
an
object
Definition
USING:
kernel
math
math.functions
sequences
;
IN:
machine-learning.functions
:
log-softmax
( seq -- softmax )
vexp-sum
[
[
e^
]
]
dip
[
*
recip
log
]
curry
compose
map
;