Commit Graph
18845 Commits
Author SHA1 Message Date
Marcus Edel cd404c2ceb Merge pull request #1389 from ShikharJ/LayerNorm
Implement Layer Normalization.
2018-05-18 22:44:44 -07:00
Shikhar Jaiswal 5f503e2b5c Implement Layer Normalization 2018-05-18 11:39:13 +05:30
Marcus Edel 0ba2de6d48 Merge pull request #1393 from zoq/ann_conv_failing_test_fix
Convolution adjustements.
2018-05-18 06:45:34 +02:00
Marcus Edel 24d564d9d5 Merge pull request #1390 from ShikharJ/AtrousConv
Atrous (Dilated) Convolution Implementation.
2018-05-18 06:41:54 +02:00
Marcus Edel a37c9ca454 Merge pull request #1388 from sshkhrnwbie/rl
Added Pendulum continuous environment of OpenAI Gym.
2018-05-17 13:19:44 +02:00
Shikhar Jaiswal 5b215ec8b8 Updates 2018-05-17 16:02:17 +05:30
aarushgupta 309bb709a6 Some minor changes 2018-05-17 13:25:59 +05:30
aarushgupta 1023f24a6d Fixed style errors 2018-05-17 13:25:59 +05:30
aarushgupta 8c349f7178 Fixed some errors 2018-05-17 13:25:59 +05:30
aarushgupta f9a48a3533 Modified atrous_convolution_impl and some other files 2018-05-17 13:25:59 +05:30
aarushgupta 3ab8bffde4 Added the forward pass template 2018-05-17 13:25:59 +05:30
Marcus Edel d44d4cdfce Merge pull request #1392 from haritha1313/multmerge
MultiplyMerge layer added.
2018-05-16 20:21:25 +02:00
Ryan Curtin a30f5f8c11 Add explicit 'None' affiliations. 2018-05-16 10:35:22 -04:00
Haritha a6a99bf6f7 grammar correction 2018-05-15 20:03:31 +05:30
Haritha bcdcb4705e addition to layer types 2018-05-15 19:56:04 +05:30
Shashank Shekhar 1336322b95 Fixed the scope of power function and typo in tests 2018-05-15 09:46:16 +05:30
Marcus Edel b625cba2f2 Adjust parameter size and use alias inside conv operation. 2018-05-15 01:03:01 +02:00
Haritha a072209029 merge-multiply layer added 2018-05-14 19:50:26 +05:30
Shashank Shekhar da1426368d Fixed comment mistake 2018-05-14 12:04:26 +05:30
Shashank Shekhar 0d3380551a Minor fix for type 2018-05-14 10:29:17 +05:30
Shashank Shekhar ae2ef99ccd Switched to Camel Case and fixed some style issues 2018-05-14 10:06:50 +05:30
Marcus Edel d77f040977 Merge pull request #1386 from ShikharJ/Deconv
Transposed Convolutional Layer Implementation.
2018-05-13 15:17:07 +02:00
Shashank Shekhar 8bc94913ab Added pendulum tests 2018-05-12 18:36:52 +05:30
Shashank Shekhar e2a657392d Fixed style and other errors 2018-05-12 18:36:24 +05:30
Shikhar Jaiswal 4b31aef05d Update Routines 2018-05-12 13:42:08 +05:30
Shashank Shekhar f2dfcd1488 Fixed style errors 2018-05-11 21:17:16 +05:30
Ryan Curtin 0648e19481 Merge pull request #1384 from manish7294/BindingTests
LSH, DET and Radical bindings tests
2018-05-11 09:17:20 -04:00
Ryan Curtin bb7bcec07f Update HISTORY.md. 2018-05-10 23:22:36 -04:00
Ryan Curtin c611bf5c00 Update version number. 2018-05-10 23:22:34 -04:00
Ryan Curtin 3d492cb736 Update Python binding guide, since packages are now available. 2018-05-10 23:22:14 -04:00
Ryan Curtin ab8adf196c Add BSD license. 2018-05-10 23:22:14 -04:00
Ryan Curtin 380d437108 Fix LaTeX commands. 2018-05-10 23:21:29 -04:00
Shashank Shekhar 69f145d0fa Added Pendulum continuous environment of OpenAI Gym 2018-05-09 18:56:35 +05:30
Shikhar Jaiswal 4223334f0a Add Transposed Convolutional Layer Implementation 2018-05-09 13:24:55 +05:30
Manish b9c61c2788 update 2018-05-08 17:46:17 +05:30
Manish b9e5ec38a9 Style changes 2018-05-08 16:05:42 +05:30
Ryan Curtin acce0c0000 Merge pull request #1387 from rcurtin/test-fixes
Intermittently failing test fixes
2018-05-07 14:41:51 -04:00
Ryan Curtin d6e1dbf678 Convert Fedora instructions to python2, but note that we could also use python 3. 2018-05-05 11:48:03 -04:00
Ryan Curtin 972ead97fa Fix dependency name. 2018-05-05 11:44:40 -04:00
Manish 5dd8da8cb2 minor update 2018-05-05 15:29:28 +05:30
Manish 7355d21756 Added DET tests 2018-05-05 15:15:26 +05:30
Ryan Curtin ed8b18c42a Adjust tolerance. 2018-05-04 16:15:06 -04:00
Ryan Curtin c2ba5a2f5f Use multiple trials for CMAES tests. 2018-05-04 16:14:58 -04:00
Marcus Edel e37ceb380c Merge pull request #1131 from zoq/bigbatch_sgd
Big-batch Stochastic Gradient Descent (BBSGD).
2018-05-03 22:47:40 +02:00
Manish 5309e421c1 Added tests to radical 2018-05-03 18:25:48 +05:30
Manish 1d13014539 minor update 2018-05-02 16:41:53 +05:30
Manish ea61578202 Reviewed Changes 2018-05-02 13:46:00 +05:30
Marcus Edel 9ae8a8979d Get the first objective at the first iteration. 2018-05-02 00:56:27 +02:00
Marcus Edel 68f7762db3 Make sure we have all the methods that we need. 2018-05-01 19:14:59 +02:00
Ryan Curtin 7d2a8b06f6 Merge pull request #1385 from rcurtin/joss-paper
Add JOSS paper for submission.
2018-04-30 15:15:09 -04:00