Fix softmax xls formula (#688)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 16 Apr 2018 02:16:59 +0000 (11:16 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Mon, 16 Apr 2018 02:16:59 +0000 (11:16 +0900)
commitfc6bd27f26418fc382f98e8252e116d10fc2f9fc
treeccebc83c91410042af1c10113bcf5eaaede6c6dd
parent45eac322589f5e300fb0e0da29c714f850f64f83
Fix softmax xls formula (#688)

This will fix and simplify softmax formula in xls
to e ^ x / sum(e ^ x)

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
docs/tests/Softmax_manual.xlsx [new file with mode: 0644]