Commit Graph

55 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 Tulder 831d344afc Deconvolution3D. (#14) 2017-02-07 09:39:02 -08:00
Michael Oliver e23a340b72 Test if Theano bug caused fails (#13) 2017-02-06 19:49:13 -08:00
Michael Oliver 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 Oliver 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
Pat York 50cc7e57ad Readme updates (#5)
* Added more detail on "why contrib"; example scripts too

* Spelling and grammar
2017-01-26 12:50:49 -08:00
Michael Oliver c5bb568c66 Merge pull request #7 from farizrahman4u/PELU-fix
Fix PELU
2017-01-26 11:07:00 -08:00
Michael Oliver c0d71985ec Make PEP8
Fix underindent
2017-01-26 10:55:35 -08:00
Michael Oliver 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 Rahman 0cf91f1f8a Update advanced_activations.py 2017-01-26 16:15:25 +05:30
Fariz Rahman a3b6178947 Merge pull request #3 from farizrahman4u/farizrahman4u-patch-1
Update CONTRIBUTING.md
2017-01-26 09:35:23 +00:00
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 Rahman 8798840c1b Merge pull request #1 from joggino/master
Added PELU Activation Function
2017-01-26 09:14:11 +00:00
Fariz Rahman 40ace94d89 Bug fix 2017-01-26 14:43:42 +05:30
Fariz Rahman 994c3e6d7a Update CONTRIBUTING.md
When 'q' param is given in url, github doesn't add the 'is:open' argument on its own.
2017-01-26 11:46:41 +05:30
Fariz Rahman 3d3e02b673 Merge pull request #2 from patyork/MarkdownChanges
Markdown page changes
2017-01-26 06:12:52 +00:00
Fariz Rahman 1be552eb6d Import on top of file 2017-01-26 11:37:40 +05:30
Pat York 605d266fa4 spelling 2017-01-25 16:49:08 -08:00
josephyearsley 0163830c92 Reset pytest.ini - my bad 2017-01-25 23:26:55 +00:00
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
Michael Oliver ce48444f33 Update README.md
Fix link to Keras
2017-01-25 13:38:20 -08:00
Pat York 81469bda2b Added note on license, moving code to/from Keras 2017-01-25 09:41:13 -08:00
Pat York c52ce6ca54 Ignore .idea; Contrib/Guidline/Readme updates 2017-01-25 09:21:03 -08:00
josephyearsley ed59a5fc01 Removed Pycharms files 2017-01-25 12:55:02 +00:00
josephyearsley 40550feb78 Added PELU Activation 2017-01-25 12:48:59 +00:00
josephyearsley c0b7873086 Added PELU Activation 2017-01-25 12:48:23 +00:00
josephyearsley 6f97693399 Added PELU Activation 2017-01-25 12:47:56 +00:00
farizrahman4u 080f5996f0 add contributor guidelines 2017-01-25 14:14:29 +05:30
farizrahman4u 84cfab1a4c ignore line too long pep8 2017-01-25 13:29:44 +05:30
farizrahman4u d0707f0edf pep8 fix 2017-01-25 13:27:31 +05:30
farizrahman4u ee58cfddef bug fix 2017-01-25 13:15:56 +05:30
farizrahman4u 64fab00679 add travis badge 2017-01-25 13:03:03 +05:30
farizrahman4u 134ae97ba8 pep8 fixes 2017-01-25 13:01:33 +05:30
farizrahman4u 97de6758ca add keras to travis yaml 2017-01-25 12:46:45 +05:30
farizrahman4u 49bb2e4dbe fix travis 2017-01-25 12:00:26 +05:30
farizrahman4u 62edde30d9 get travis build working 2017-01-25 11:43:16 +05:30
farizrahman4u 9383b825f9 remove integration tests 2017-01-25 11:35:54 +05:30
farizrahman4u 813d9a38b1 rename test package 2017-01-25 11:31:02 +05:30
farizrahman4u 4dd4c1bfb7 add travis config 2017-01-25 11:23:16 +05:30
farizrahman4u 23caaf0e18 typo 2017-01-25 11:15:30 +05:30
farizrahman4u 9868c5f493 update readme 2017-01-25 10:54:43 +05:30
farizrahman4u 2de42dcb60 add setup.py 2017-01-25 10:28:36 +05:30
farizrahman4u d8489e3c0b add contributors mapping 2017-01-25 10:28:06 +05:30