Commit Graph
23 Commits
Author SHA1 Message Date
Somshubra Majumdar fe6ec44f95 PEP8 fixes 2017-02-13 00:22:25 -06:00
Somshubra Majumdar 96887b2ee6 Corrected a few mistakes 2017-02-13 00:14:17 -06:00
Somshubra Majumdar a62497d107 Added densenet and densenet_cifar10 example 2017-02-12 17:42:29 -06:00
Michael Oliver bad97abfe7 add line to end of file 2017-02-08 16:48:00 -08:00
Michael Oliver f5e70f03d4 Add Clip constraint and test 2017-02-08 16:42:28 -08:00
Gijs van TulderandMichael Oliver 831d344afc Deconvolution3D. (#14) 2017-02-07 09:39:02 -08:00
Michael OliverandGitHub e23a340b72 Test if Theano bug caused fails (#13) 2017-02-06 19:49:13 -08:00
Michael OliverandGitHub cbd90b8f28 Revert to last correct implementation (#12)
Fixing implementation by changing `K.relu(-x)` to `-K.relu(-x)` caused tests to fail for some reason. Reverting to last correct implementation that doesn't fail tests
2017-02-06 18:19:33 -08:00
Michael OliverandGitHub 52ed953f76 Fix PELU
It should be the negative part of `x` as negative numbers that goes into `K.exp`. `K.relu(-x)` returns the negative part, but as positive numbers, so you need to re-negate them: `-K.relu(-x)`.
2017-01-27 11:20:01 -08:00
farizrahman4u 6ba5bda97e Simplify pelu 2017-01-27 11:52:47 +05:30
Michael OliverandGitHub c0d71985ec Make PEP8
Fix underindent
2017-01-26 10:55:35 -08:00
Michael OliverandGitHub 538446b0d7 Fix PELU
Add missing part to `pos` and bring implementation in line with PReLU in Keras
2017-01-26 10:45:32 -08:00
Fariz RahmanandGitHub 0cf91f1f8a Update advanced_activations.py 2017-01-26 16:15:25 +05:30
farizrahman4u 3d01b5bb6b pep8 fixes 2017-01-26 14:57:34 +05:30
farizrahman4u 4f227cfbc9 tf bug fix 2017-01-26 14:55:03 +05:30
Fariz RahmanandGitHub 40ace94d89 Bug fix 2017-01-26 14:43:42 +05:30
josephyearsley d84a9cc5bd Fixed PEP8 and Theano backend 2017-01-25 22:47:34 +00:00
josephyearsley 63bd82a633 Added Tests and Updated Doc String 2017-01-25 22:28:24 +00:00
josephyearsley 6f97693399 Added PELU Activation 2017-01-25 12:47:56 +00:00
farizrahman4u ee58cfddef bug fix 2017-01-25 13:15:56 +05:30
farizrahman4u 134ae97ba8 pep8 fixes 2017-01-25 13:01:33 +05:30
farizrahman4u e0b4b7aadf Add activations, regularizers... 2017-01-25 10:26:45 +05:30
farizrahman4u e31c3ce7bd Add layers 2017-01-25 10:26:05 +05:30