fixup! Implement Swish activation function

This commit is contained in:
Vivek
2017-10-25 21:40:29 +05:30
parent 609249f2b7
commit 2e9187afe4
@@ -490,6 +490,7 @@ BOOST_AUTO_TEST_CASE(PReLUFunctionTest)
*/
BOOST_AUTO_TEST_CASE(SwishFunctionTest)
{
// Hand-calculated values using Python interpreter.
const arma::colvec desiredActivations("-0.238405 3.07466 4.45055 \
-3.05183208657e-42 0.731058 -0.26894 \
1.76159 0");