Commit Graph
16 Commits
Author SHA1 Message Date
Michael Oliver 538b9cd45a change atol on allclose 2017-02-22 11:59:38 -08:00
Michael Oliver 82b92142cf fixes and doc updates 2017-02-22 11:26:36 -08:00
Michael Oliver 32536f79de Merge branch 'master' into cosine 2017-02-22 11:07:35 -08:00
Michael Oliver b10e9d795f Add cosine normalized dense 2017-02-22 11:05:37 -08:00
Somshubra Majumdar bdc64bf2f3 Added Batch Renormalization Layer (#28)
* Began work on batch renormalization

* Correct the implementation to use broadcasting properly, so it supports th dim ordering

* Correct the implementation to use broadcasting properly, so it supports th dim ordering

* Corrected normalizing term for d

* Moved location of updates

* Fixed the training problems and now auto adjusts the r_max and d_max values

* Removed unused code comments

* Finished implementation of batch renormalization

* Corrected the get_config method

* Added tests

* Added user changeable parameter t_delta to change the rate at which time steps increase

* Updated tests to state renorm everywhere

* Attempt a fix for mode=1 test fail (giving nans)

* Applied fix for nans to all calculations involving running mean and std

* Corrected time delta default value

* Reverts a mistake in pytest settings

* Corrections to calculations of r and d due to wrong variable naming (running_std perserves running_variance)

* Added t_delta to get_config

* Fix commit change mixup

* Corrected the check for uses_learning_flag

* Made a few corrections, added moments to backend, added test to backend

* Probable fix for test

* Corrected backend test

* Added support for mode 2
2017-02-22 09:07:13 -08:00
Frédéric Branchaud-Charron 0801733819 Add extract_patches as a new backend op (#11)
* Add extract_patches as a new backend op

* Add more test

* Merge master

* Fix typo

* stop using K in backend

* stop using K in backend

* Fix bug in extract_patches

* PEP8-ify
2017-02-14 19:46:42 -08:00
Gijs van Tulder 40bdfd77c7 Fix deconv3d in TF backend (correct kernel transpose). (#21) 2017-02-13 20:41:50 -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
Fariz Rahman 1be552eb6d Import on top of file 2017-01-26 11:37:40 +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
farizrahman4u d0707f0edf pep8 fix 2017-01-25 13:27:31 +05:30
farizrahman4u 813d9a38b1 rename test package 2017-01-25 11:31:02 +05:30
farizrahman4u 23caaf0e18 typo 2017-01-25 11:15:30 +05:30
farizrahman4u 680cd6918c add tests 2017-01-25 10:27:12 +05:30