Commit Graph
18673 Commits
Author SHA1 Message Date
Marcus Edel 6df8d63661 Minor style fixes (punctuation, comments). 2018-04-16 21:18:35 +02:00
Rohan Raj e44e13f864 Acrobat game for Reinforcement learning Environments (#1329)
* initial commit

* Added dsdt to the code

* Basic Structure ready
Check for errors

* minor changes

* Added Acrobat

* Comments Edited

* Build Successful

* style fixes

* Style Fixes

* style fixes

* style fixes

* Style

* Style

* Reviews added

* Reviews

* Reviews

* Added Acrobat test
Convergence

* comment edited

* Added my name

* Minor Style Fix

* Add necessary tests

* 50 trials for Acrobat

* Added 50 tests

* Changes in requirement

* Necessary Changes to reduce time for tests

* MInor Style Changes

* Revert Changes  in Acrobat Game
Removed 50 trials

* Style

* Reviews added

* Style Changes
Added reviews

* Comments Added
File is reviewed

* Added name to contributor list
2018-04-16 20:19:47 +02:00
Marcus Edel 63121793e0 Merge pull request #1361 from luffy1996/asyncLearning
Header file : Adam  update to vanilla update.
2018-04-15 18:31:07 +02:00
luffy 2224223b6b Minor changes 2018-04-12 09:44:53 +05:30
Marcus Edel 617b9e529c Minor style fixes (indentation, comments, parameter rename). 2018-04-11 23:25:37 +02:00
Marcus Edel 0c5b9e6f4e Merge pull request #1341 from Manthan-R-Sheth/flexiblerelu
Implement Flexible ReLU.
2018-04-11 22:43:53 +02:00
Marcus Edel 6460925f69 Merge pull request #1354 from sourabhvarshney111/dropout-fix
Remove unnecessary rescale boolean variable from dropout layer.
2018-04-11 22:38:20 +02:00
manthan-r-sheth 32a9e58c1a improve readability 2018-04-11 01:00:28 +05:30
luffy b411301018 name 2018-04-10 19:12:16 +05:30
luffy 6f084f8f0a Header file : Adam update to vanilla update 2018-04-10 19:07:12 +05:30
Ryan Curtin b2356b6d04 Merge branch 'barak-master' 2018-04-09 17:22:47 -04:00
Ryan Curtin 3e883f8c00 Fix static code analysis issues. 2018-04-09 17:17:28 -04:00
Ryan Curtin 80142e2d7f Merge branch 'master' of https://github.com/barak/mlpack into barak-master 2018-04-09 17:11:01 -04:00
Sourabh Varshney 7c603cf7ff Removed unnecessary spaces provided 2018-04-09 20:55:18 +05:30
manthan-r-sheth 476302a327 update gradient for positive parameters 2018-04-07 23:00:35 +05:30
Marcus Edel 62776b48a3 Minor style fixes (initalization order, empty lines, punctuation). 2018-04-07 16:53:31 +02:00
Marcus Edel ea634094bb Merge pull request #1346 from Prabhat-IIT/SELU
Selu Activation Function.
2018-04-07 16:32:52 +02:00
Marcus Edel bb503e2faa Merge pull request #1349 from sourabhvarshney111/alphaDropout
Add Alpha dropout.
2018-04-07 16:17:04 +02:00
Sourabh Varshney 8ed60d7992 Add description and style fix 2018-04-06 23:05:58 +05:30
Prabhat d156b8d85e Fix style issues 2018-04-06 22:54:58 +05:30
Barak A. Pearlmutter 8af6c2e7cf Tweak manpage-generation scripts {,all}exec2man.sh
Allow executable being documented by exec2man.sh to be specified with
a relative path.

Output cogent usage instructions when invoked incorrectly.

Use politically correct $(...) as `...` has been deprecated by
glorious POSIX.

Allow allexec2man.sh to use relative paths to exec2man.sh
2018-04-06 15:14:28 +01:00
Ryan Curtin 87e50cd982 include version in origin of generated man pages 2018-04-06 14:08:07 +01:00
manthan-r-sheth 36f23770e1 optimised gradient 2018-04-06 16:18:26 +05:30
Sourabh Varshney 08fdb6c665 More style fixes 2018-04-05 23:46:19 +05:30
Barak A. Pearlmutter daa670db03 spelling
Gbp-Pq: Name 0005-spelling.patch
2018-04-05 11:01:37 +01:00
Ryan Curtin 7895f7d8e3 update exec2man.sh
updates to handle newer mlpack_xxx --help text

see https://gist.github.com/rcurtin/c1cb5ef47abed9e9a8a21f5d9701eb0f

Gbp-Pq: Name 0004-update-exec2man.sh.patch
2018-04-05 11:01:37 +01:00
Barak A. Pearlmutter 0e3549bef3 txt2man options
Pass appropriate options to txt2man to get a proper .TH line.
These are -s 1 for the section,
we skip -d xxx for the date, which will default to the
debian/changelog timestamp during a debian package build, or otherwise
to the current date.
Then -r origin-aka-project-name-and-version -v volume-aka-section-name.

Gbp-Pq: Name 0003-txt2man-options.patch
2018-04-05 11:01:37 +01:00
manthan-r-sheth 45e82cdac6 gradient update 2018-04-05 10:50:14 +05:30
Prabhat b5424b3dce Fix style issues 2018-04-05 08:56:42 +05:30
manthan-r-sheth da21d21960 update gradient method 2018-04-05 02:54:20 +05:30
Sourabh Varshney 8a22bc04c8 Modified according to style guidelines 2018-04-05 02:16:27 +05:30
Sourabh Varshney 2497ec4fa2 Merge pull request #2 from dakshitagrawal97/dropout-fix
Dropout fix
2018-04-05 02:00:05 +05:30
Sourabh Varshney 310f0bca1a Add alphaDash in BOOST Serialization 2018-04-05 01:38:51 +05:30
manthan-r-sheth e1dc3095f1 update test to uniform distribution 2018-04-04 18:30:17 +05:30
Sourabh Varshney a442a15f80 Description for alphadash 2018-04-04 17:47:47 +05:30
manthan-r-sheth 00e2c9f355 update head 2018-04-04 01:47:34 +05:30
manthan-r-sheth b3451ab017 add checkgradient and update passes 2018-04-04 01:45:00 +05:30
manthan-r-sheth 5ed72478c4 include this in lambda 2018-04-04 01:44:59 +05:30
manthan-r-sheth 051e29d0e8 update lambda 2018-04-04 01:44:59 +05:30
manthan-r-sheth 4f724a59a2 Fix style errors 2018-04-04 01:44:59 +05:30
manthan-r-sheth b72d5d2a5d Add gradient() and lambdas 2018-04-04 01:44:59 +05:30
manthan-r-sheth cf47d4b2d5 fix style errors 2018-04-04 01:44:59 +05:30
manthan-r-sheth 7e926996c5 fix citations 2018-04-04 01:44:59 +05:30
Sourabh Varshney d32616b06f Add URL and author name 2018-04-04 01:44:59 +05:30
manthan-r-sheth 0c5dc0c0af Simplify code to reduce function call overhead 2018-04-04 01:44:59 +05:30
aarushgupta 0c4b121a46 Modified comments 2018-04-04 01:44:59 +05:30
aarushgupta 0f38dc1730 Fixed typecasting error 2018-04-04 01:44:58 +05:30
aarushgupta 49efbbd94c Modified ann_layer_test.cpp 2018-04-04 01:44:58 +05:30
aarushgupta 4571a7dd09 Fixed build errors 2018-04-04 01:44:58 +05:30
aarushgupta 842214e8e3 Fixed style errors 2018-04-04 01:44:58 +05:30