Commit Graph
30 Commits
Author SHA1 Message Date
gitea 1b9db86a9a Add Cropping1D,2D,3D 2016-11-15 10:43:49 +08:00
gitea 5c91ed8eb7 Added failing test for convolutional1D with input (16,1) 2016-11-07 14:08:15 +08:00
Leon Chen 25db10d86c update SeparableConvolution2D layer 2016-10-25 00:42:15 -04:00
Leon Chen b5f3234c08 fix dot/cos axes in Merge (close #18) 2016-10-23 23:50:54 -04:00
Leon Chen b2764cf337 fix softmax activation for large values 2016-10-10 22:24:32 -04:00
Leon Chen 3c6b41471e update Convolution2D layer class 2016-10-09 17:31:40 -04:00
Leon Chen feb94f8604 implement Bidirectional wrapper layer, with tests 2016-09-25 21:45:37 -04:00
Leon Chen e3f91fd3ae implement TimeDistributed wrapper layer, with tests 2016-09-25 21:39:10 -04:00
Leon Chen f1c7816f5a enable return_sequences, go_backwards, and stateful functionalities for recurrent layers 2016-09-25 11:24:08 -04:00
Leon Chen 6a14d152c5 implement SimpleRNN layer, with tests 2016-09-21 15:53:12 -04:00
Leon Chen dd4b3a996d implement GRU layer, with tests 2016-09-21 15:18:33 -04:00
Leon Chen 0042038f25 implement LSTM layer, with tests 2016-09-21 14:41:49 -04:00
Leon Chen 6511aef7a9 implement Embedding layer, with tests 2016-09-13 09:51:48 -04:00
Leon Chen 9577495a17 implement BatchNormalization in all modes, with tests 2016-09-05 22:59:21 -04:00
Leon Chen 2c4f27f6c3 implement MaxPooling3D/AveragePooling3D, with tests 2016-09-05 15:35:24 -04:00
Leon Chen 948b9973a4 implement MaxPooling2D/AveragePooling2D, with tests 2016-09-05 13:57:41 -04:00
Leon Chen 2a73c49788 implement GlobalMaxPooling2D/GlobalAveragePooling2D, with tests 2016-09-03 11:05:42 -04:00
Leon Chen e53f56f7cc implement GlobalMaxPooling1D/GlobalAveragePooling1D, with tests 2016-09-03 10:50:35 -04:00
Leon Chen 30d045339a implement MaxPooling1D/AveragePooling1D, with tests 2016-08-31 17:00:51 -04:00
Leon Chen 18170ac11a implement SeparableConvolution2D, with tests 2016-08-28 17:54:49 -04:00
Leon Chen a4069c1458 implement Deconvolution2D layer, with tests 2016-08-28 14:38:22 -04:00
Leon Chen f63f489b02 implement AtrousConvolution2D, with tests 2016-08-28 01:32:48 -04:00
Leon Chen b22cc1d295 add ZeroPadding1D/2D/3D layers, with tests 2016-08-27 00:45:42 -04:00
Leon Chen 2c5e442016 implement Convolution3D layer, with tests 2016-08-26 23:37:10 -04:00
Leon Chen 9b07e511bf implement UpSampling1D/2D/3D layers, with tests 2016-08-26 22:29:22 -04:00
Leon Chen ef6f18bd0a implement Convolution1D layer, with tests 2016-08-26 20:25:21 -04:00
Leon Chen 44f4b050aa add MaxoutDense and Highway layers, with tests 2016-08-26 13:24:06 -04:00
Leon Chen efb2280e2c reorganize jupyter notebooks for core layers 2016-08-25 23:35:06 -04:00
Leon Chen 97732ca362 get convolution2d working on gpu 2016-08-25 23:07:31 -04:00
Leon Chen 9575feb2cb add testing jupyter notebooks 2016-08-25 21:47:53 -04:00