Commit Graph
18731 Commits
Author SHA1 Message Date
Ryan Curtin ca17187de2 Refactor checks to release ApproxKFNModel memory if needed. 2018-04-25 11:28:07 -04:00
Ryan Curtin a773966df3 Fix invalid memory accesses. 2018-04-25 11:27:51 -04:00
Ryan Curtin 8bfb6e3d84 Merge branch 'master' of https://github.com/Namrata96/mlpack into Namrata96-master 2018-04-25 10:24:54 -04:00
Ryan Curtin e7133ed40b Merge pull request #1375 from adl1995/doc_fixes
Fix minor grammatical errors in documentation
2018-04-23 13:32:32 -04:00
Namrata Mukhija 5049259e72 Nit 2018-04-23 12:56:28 +05:30
Namrata Mukhija c91675da7b Merge branch 'master' into master 2018-04-23 12:39:20 +05:30
Namrata Mukhija c24d71d855 Added name to mlpack contributors list. 2018-04-23 12:37:55 +05:30
Namrata Mukhija 1060544295 Minor style fix. 2018-04-23 12:33:14 +05:30
Namrata Mukhija 4395ae3fc1 Minor style fixes, and changes. 2018-04-23 12:29:04 +05:30
Namrata Mukhija 5de408da62 Added reference to lambda in lines 268, 271. 2018-04-23 12:28:22 +05:30
Marcus Edel 2cd7386847 Merge pull request #1373 from conradsnicta/master
Fix unused result warning.
2018-04-20 22:12:04 +02:00
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
Adeel Ahmad 0339efdf5c Fix minor grammatical errors in documentation 2018-04-20 18:25:22 +05:00
Conrad Sanderson 9c84d9547e fix unused result warning 2018-04-19 09:08:30 +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
Namrata Mukhija b6dec9f1ed Minor style fixes. 2018-04-13 23:51:56 +05:30
Namrata Mukhija 0b989f449e Minor style fixes. 2018-04-13 23:40:51 +05:30
Namrata Mukhija 96f975f473 Fixed potential memory leak. 2018-04-13 23:22:26 +05:30
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
Namrata Mukhija 41a0f2b388 Merge branch 'master' into master 2018-04-11 21:13:02 +05:30
Prabhat cb1d2d4b88 Fix citation style 2018-04-11 02:48:11 +05:30
Namrata Mukhija 90c894be0b Corrected comment in test case ApproxKFNExactDistDimensionTest. 2018-04-11 01:30:50 +05:30
Namrata Mukhija cb7b2dec28 Nit - removed extra space. 2018-04-11 01:18:06 +05:30
Namrata Mukhija 7c2644bcbd Added 3 test cases. 2018-04-11 01:17:38 +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