Commit Graph
20700 Commits
Author SHA1 Message Date
Yashwant d3f415a10e Merge branch 'dtree' of https://github.com/Yashwants19/mlpack into dtree 2019-06-20 15:47:37 +05:30
Yashwant 7b0d066fb0 Clean up as Suggested 2019-06-20 15:35:03 +05:30
Yashwant Singh Parihar bc37acdb39 Resolve error 2019-06-17 08:51:07 +05:30
Yashwant Singh Parihar 48b6c18db7 Update all_categorical_split_impl.hpp 2019-06-17 08:50:16 +05:30
Yashwant Singh Parihar c5d219c3ad Resolve Style Issues 2019-06-17 08:24:15 +05:30
Yashwant 1a88085a65 Imporvement in MaxDepth 2019-06-17 08:12:55 +05:30
Yashwant 93e4f9d1e9 Add Tests 2019-06-07 20:49:24 +05:30
Yashwant 459e2a012f Add new paramter Maximum_depth 2019-06-01 23:19:32 +05:30
Marcus Edel c79835872b Merge pull request #1901 from favre49/multiplePoleBalancing
Add Multiple Pole Balancing Environment.
2019-06-01 14:01:48 +02:00
Rahul Prabhu 0a7986a577 Update HISTORY.md 2019-05-31 21:37:34 +05:30
Rahul Prabhu 5b416d1717 Merge branch 'master' of https://github.com/mlpack/mlpack into multiplePoleBalancing 2019-05-31 21:34:25 +05:30
Marcus Edel c8f52fbd6b Merge pull request #1905 from walragatver/mean_pooling
Fix serialization of glimpse, maxPooling and meanPooling layers.
2019-05-31 13:13:50 +02:00
walragatver f3318fd0f2 Serialize floor parameter in mean_pool and max_pool layer. 2019-05-30 16:11:10 +05:30
Shikhar Jaiswal f4840a7b45 Merge pull request #1907 from rcurtin/docfix
Fix link to 'getting involved'
2019-05-29 22:20:13 +05:30
Shikhar Jaiswal 89085da2db Merge pull request #1823 from saksham189/train2
Introduce Memory Sharing Between GAN and FFN
2019-05-29 22:15:41 +05:30
Ryan Curtin b116647376 Fix link; thanks rajs123 for pointing it out. 2019-05-29 08:17:08 -04:00
walragatver 91578d5ca2 Fix serialization of glimpse, maxPooling and meanPooling layers. 2019-05-29 15:06:05 +05:30
Rahul Prabhu 863d22cadd Added to CMakeLists. 2019-05-29 10:26:08 +05:30
Rahul Prabhu fc51a2fc87 Added Continuous Multiple Pole Cart. Also included Manish's suggestions. 2019-05-29 09:43:06 +05:30
Saksham Bansal 11033e65d0 match with training data 2019-05-28 17:39:19 +07:00
Rahul Prabhu b4750f2e07 Restored newline at end of file. 2019-05-28 10:03:46 +05:30
Rahul Prabhu db90db86da Fixed style. 2019-05-28 10:00:49 +05:30
Rahul Prabhu 0c6c468894 Optimized expressions. 2019-05-28 09:57:14 +05:30
Saksham Bansal 469599cbd6 Remove extra line 2019-05-27 23:45:40 +07:00
Saksham Bansal ed22eda6b2 Add test for memory sharing 2019-05-27 19:02:17 +07:00
Saksham Bansal 7b69a88e03 Minor changes 2019-05-27 18:56:19 +07:00
Saksham Bansal ca8e8d04cd Remove temporary variable 2019-05-27 18:56:19 +07:00
Saksham Bansal 8f5a649eb8 Change size of predictors and responses 2019-05-27 18:56:19 +07:00
Saksham Bansal b988e6966f Memory sharing b/w predictors of discriminator and GAN 2019-05-27 18:56:19 +07:00
Saksham Bansal 26a015c8d5 Shuffle discriminator predictors of GAN 2019-05-27 18:56:19 +07:00
Ryan Curtin 584f8533f2 Fix little issues with the script. 2019-05-26 23:08:43 -04:00
Ryan Curtin 9869c20626 Add new block to HISTORY.md for next version. 2019-05-26 23:08:15 -04:00
Ryan Curtin 78c310b0f7 Update version to next release version. 2019-05-26 23:08:12 -04:00
Ryan Curtin b3b9b199b1 Update version to 3.1.1. 2019-05-26 23:08:08 -04:00
Ryan Curtin 01f6685bc6 Update history with correct release date. 2019-05-26 23:08:04 -04:00
Ryan Curtin 9a8abc7559 Add licenses to files that were missing them. 2019-05-26 23:07:26 -04:00
Shikhar Jaiswal 2414da2c43 Merge pull request #1902 from rcurtin/rf-test-fix
Make random forest tests more robust
2019-05-27 03:15:17 +05:30
Ryan Curtin 65506ef3d1 Fix typo. Thanks @favre49. :) 2019-05-26 00:15:39 -04:00
Shikhar Jaiswal 2983cf3952 Merge pull request #1813 from saksham189/testFix
Fix O'Reilly GAN Test
2019-05-25 18:28:36 +05:30
Ryan Curtin f9327d873f Make tests more robust. 2019-05-25 00:43:16 -04:00
Rahul Prabhu 47434f014b Added braces. 2019-05-25 08:30:30 +05:30
Rahul Prabhu 2a46e721e1 Added const prefixes 2019-05-24 17:13:04 +05:30
Rahul Prabhu de18b388fa Resolved Marcus' comments. 2019-05-24 09:16:35 +05:30
Rahul Prabhu 55814d3ca3 Style fixes and removed unused variable. 2019-05-23 22:25:54 +05:30
Rahul Prabhu edb96581de Style fixes. 2019-05-23 18:22:02 +05:30
Rahul Prabhu 78b2feea20 Fixed angular velocity equation. 2019-05-23 18:15:38 +05:30
Rahul Prabhu 63d7f7b1d4 Style fixes. 2019-05-23 18:12:47 +05:30
Rahul Prabhu 030d0cf45b Some changes + documentation. 2019-05-23 18:06:02 +05:30
Rahul Prabhu 39dad8e8a1 Added task and tests. 2019-05-23 17:04:30 +05:30
Ryan Curtin bb0787de7d Merge branch 'rcurtin-rf-fix' 2019-05-23 00:12:28 -04:00