Commit Graph
20998 Commits
Author SHA1 Message Date
walragatver e3956dbfb6 Try using string input. 2019-08-02 12:49:00 +05:30
walragatver ed5b19cb1c Hardcode the input matrix in the test. 2019-08-02 12:49:00 +05:30
Marcus Edel 301c77d984 Merge pull request #1953 from zoq/AtrousConvolutionTestFix
AtrousConvolutionLayer stablize test.
2019-08-01 20:43:18 +02:00
Ryan Curtin 0f33324505 Merge pull request #1959 from abhinavsagar/patch-1
Remove sudo
2019-07-30 22:27:39 -04:00
Ryan Curtin b88290902d Merge pull request #1934 from robertohueso/mc_kde_error_bounds
[GSoC] Implement probabilistic KDE error bounds
2019-07-29 21:09:58 -04:00
Abhinav Sagar 599bd2c4a7 Update .travis.yml 2019-07-29 23:02:12 +05:30
Marcus Edel 8b0a56b91c Swap Linear with Identity to only test the Convolution Gradient. 2019-07-27 17:21:03 +02:00
Roberto Hueso Gomez f35b22d38f Another try to fix static analysis on KNNTest 2019-07-27 15:36:55 +02:00
Roberto Hueso Gomez 77084e6039 Try to fix static code analysis on KNNTest 2019-07-27 14:14:23 +02:00
Roberto Hueso Gomez aaaaa388d1 Fix RectangleTree self-assignment operator 2019-07-26 15:38:20 +02:00
Roberto Hueso Gomez fbf830bb0f Fix some KNNTest indexes 2019-07-26 15:36:27 +02:00
Ryan Curtin d265de5b58 Add move and copy operators to RectangleTree.
Signed-off-by: Roberto Hueso Gomez <robertohueso96@gmail.com>
2019-07-26 02:49:57 +02:00
Marcus Edel 86c9d452b9 Merge pull request #1951 from favre49/MPCFix
Double pole cart environments fix and RL tests.
2019-07-25 16:57:02 +02:00
Roberto Hueso Gomez a8ad5fbb95 Change default KDE break coefficient 2019-07-22 21:32:18 +02:00
Roberto Hueso Gomez 3357245a0a Fix KDE rules variable canReclaimAlpha 2019-07-22 20:58:50 +02:00
Roberto Hueso Gomez 5c3dc1a2fe Use arma::norm for Euclidean distance 2019-07-22 04:36:10 +02:00
Roberto Hueso Gomez fee82619f2 Fix minor KDE rules error 2019-07-21 20:49:14 +02:00
Marcus Edel 87deea1094 Add another layer in front of it. 2019-07-21 17:18:41 +02:00
Marcus Edel 79621896ad Do not run the ANNLayerTest in parallel. 2019-07-21 15:41:10 +02:00
Rahul Prabhu 27d400bb3b Changed nextState to next state. 2019-07-21 18:18:33 +05:30
Roberto Hueso Gomez a512a480a7 Improve KDE dual-tree scoring
- Now it also tries to approximate self-children
- Fix for Cover Tree
2019-07-21 03:44:30 +02:00
Rahul Prabhu 6d66508320 Added missing xAcc 2019-07-20 22:50:12 +05:30
Roberto Hueso Gomez a34193dde7 Improve KDE single-tree scoring
Now it also tries to approximate self-children
2019-07-19 15:23:07 +02:00
Roberto Hueso Gomez 41c199bdeb Improve KDE style 2019-07-18 21:45:31 +02:00
Shikhar Jaiswal 324d1964b7 Merge pull request #1926 from saksham189/vbn
Add Virtual Batch Normalization
2019-07-17 23:48:09 -07:00
Roberto Hueso Gomez 4904c5e31b Add markdown docs for KDE 2019-07-17 21:58:11 +02:00
Saksham Bansal d5ed769d01 Change variable name 2019-07-18 02:47:54 +07:00
Roberto Hueso Gomez 8c8da569cd Improve KDE docs and style 2019-07-17 20:40:33 +02:00
Ryan Curtin 092023e9ef Merge branch 'jeffin143-scalerclass' 2019-07-17 14:12:26 -04:00
Ryan Curtin 2d8e1f8e22 Minor style changes and fixes. 2019-07-17 14:11:53 -04:00
Ryan Curtin 5b2975bbe1 Merge branch 'scalerclass' of https://github.com/jeffin143/mlpack into jeffin143-scalerclass 2019-07-17 13:31:10 -04:00
Ryan Curtin 2baa531130 Merge pull request #1948 from rcurtin/sample-win-data
Copy data for sample Windows installer
2019-07-17 09:53:41 -04:00
Saksham Bansal 9ed73f17bb Variable name change
More comments
2019-07-17 15:05:38 +07:00
Roberto Hueso Gomez b72a08e2ef Merge branch 'master' into 'mc_kde_error_bounds' 2019-07-16 21:49:50 +02:00
Saksham Bansal 8f47e1bad1 Minor doc fix to batchNorm and layerNorm 2019-07-17 01:54:52 +07:00
Roberto Hueso Gomez 9bcf1163b6 Update HISTORY.md 2019-07-16 20:52:12 +02:00
Saksham Bansal 3986a4c939 Doc fix according to reviews 2019-07-17 01:50:12 +07:00
Saksham Bansal 1eb973158c Add virtual batch normalization layer 2019-07-17 01:50:12 +07:00
Roberto Hueso Gomez e40113a479 Clean KDE tree using single-tree traverser 2019-07-16 18:59:26 +02:00
Rahul Prabhu 8ce43af505 Updated HISTORY.MD 2019-07-16 18:32:39 +05:30
Rahul Prabhu a20e4588a2 Incorporated comments 2019-07-16 18:30:58 +05:30
Rahul Prabhu 0d8a926e4c Switching branches to test something. 2019-07-16 17:36:45 +05:30
Rahul Prabhu a37d8a8292 Changed multiple pole cart to double pole cart 2019-07-15 12:20:42 +05:30
Rahul Prabhu b3c71e76f1 Oops, broke a test 2019-07-15 11:17:39 +05:30
Rahul Prabhu b6a38d6811 Added tests. 2019-07-15 00:06:26 +05:30
Rahul Prabhu 2376b4fc66 Fixed envs 2019-07-14 19:14:36 +05:30
Roberto Hueso Gomez 637cb6f340 Fix minor style issue 2019-07-14 15:28:18 +02:00
Roberto Hueso Gomez 6a049ca462 Fix Octree single-tree traversal constructor 2019-07-14 15:22:16 +02:00
Roberto Hueso Gomez 7ea2abfeef Clean KDE trees before using them 2019-07-14 15:12:12 +02:00
Roberto Hueso Gomez dd0dca90f5 Add KDECleanRules 2019-07-14 15:11:14 +02:00