From af192b7a78e46cad517aac29f9d54b2f653f0ce7 Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Thu, 25 Aug 2016 18:03:57 -0400 Subject: [PATCH] update tests --- index.html | 15 +- package.json | 1 + test/activations.js | 275 ++++++----- test/{layers => }/advanced_activations.js | 84 ++-- test/convolutional.js | 44 ++ test/{layers => }/core.js | 542 ++++++++++------------ test/data/activations.js | 110 +++++ test/data/advanced_activations.js | 47 ++ test/data/convolutional.js | 30 ++ test/data/core.js | 255 ++++++++++ test/{ => utils}/globals.js | 0 11 files changed, 924 insertions(+), 479 deletions(-) rename test/{layers => }/advanced_activations.js (61%) create mode 100644 test/convolutional.js rename test/{layers => }/core.js (53%) create mode 100644 test/data/activations.js create mode 100644 test/data/advanced_activations.js create mode 100644 test/data/convolutional.js create mode 100644 test/data/core.js rename test/{ => utils}/globals.js (100%) diff --git a/index.html b/index.html index 2eb6e93..4d24b05 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,19 @@ - + + + + + + + + - - + + + +