Marcus Edel
282ea25b31
Minor style fixes (comments, indentation).
2018-04-20 22:10:28 +02:00
Marcus Edel
0b4905b862
Merge pull request #1348 from scrcro/rnnmultitimestep
...
Single output for multiple timestep input for RNN.
2018-04-20 19:37:02 +02:00
Marcus Edel
114137eec8
Minor style fixes (comment, citation).
2018-04-18 00:39:38 +02:00
Marcus Edel
10ce8d996a
Merge pull request #1342 from Prabhat-IIT/newinit
...
He Initialization and Lecun Normal initialization.
2018-04-18 00:31:16 +02:00
Marcus Edel
29dc33d9cf
Merge pull request #1372 from luffy1996/minorStyle
...
Minor Style.
2018-04-17 13:53:57 +02:00
luffy
789c90247d
Minor Style
2018-04-17 09:51:37 +05:30
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
Projyal Dev
1b7e930151
Style changes and removed the RandomSeed call from noisy sine generator for the RNN.
2018-04-13 22:56:14 +05:30
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
Prabhat
cb1d2d4b88
Fix citation style
2018-04-11 02:48:11 +05:30
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
Projyal Dev
c1d7a5864d
Style correction.
2018-04-09 08:45:24 +05:30
Prabhat
96480b97a8
Fixed minor style issue
...
Doxygen authors changed to author
2018-04-08 20:57:55 +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
Projyal Dev
914a656ced
Changed the error calculation to reflect the error more accurately. Also reduced the test data for tests to complete faster.
2018-04-07 16:48:04 +05:30
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
Prabhat
c0c4e78588
Fix citation style
2018-04-06 03:14:09 +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
Projyal Dev
33b0d703c2
Removed commented code.
2018-04-04 15:43:44 +05:30
Projyal Dev
420084c883
Review comments. Removed some code comments.
2018-04-04 15:37:31 +05:30
manthan-r-sheth
00e2c9f355
update head
2018-04-04 01:47:34 +05:30