Commit Graph
16844 Commits
Author SHA1 Message Date
Ryan Curtin 68f22bc1ba Reduce dataset sizes and number of iterations to accelerate tests. 2017-08-08 23:21:48 -04:00
Ryan Curtin 54302d3272 Reduce runtime by lowering max. iterations and increasing tolerance. 2017-08-08 22:03:23 -04:00
Ryan Curtin c4073ec77c Make sure that inputSize and targetSize are set correctly. 2017-08-08 21:59:31 -04:00
Ryan Curtin 15dbe7e44f Accelerations for Nystroem test. 2017-08-08 21:53:41 -04:00
Ryan Curtin c8bf8cc023 Use much smaller GroupLens dataset.
This helps keep the repository a bit smaller and should accelerate some tests.
2017-08-08 21:51:21 -04:00
Ryan Curtin d61183f5f2 Fix various warnings and style issues. 2017-08-08 08:45:06 -04:00
Ryan Curtin 1a3acdd887 Fix shape error that appears only in debug mode. 2017-08-08 08:18:28 -04:00
Ryan Curtin 1a6898869f Fix test failure that shows up in debug mode. 2017-08-08 08:15:38 -04:00
Marcus Edel 4f313da817 Merge pull request #1064 from ShangtongZhang/rl-one-step-q
Implementation of async one step q-learning.
2017-08-08 13:48:43 +02:00
Ryan Curtin 37be9f4a58 Issue a compiler error to work around https://svn.boost.org/trac10/ticket/11285. 2017-08-08 02:24:27 -04:00
Ryan Curtin 7ce1136e18 Merge pull request #1044 from micyril/simple_cv
Simple cv
2017-08-08 09:41:18 +10:00
Marcus Edel 94907ce9b2 Merge pull request #1005 from partobs-mdp/master
[GSoC] Augmented RNN models - benchmarking framework.
2017-08-07 23:50:49 +02:00
Konstantin Sidorov 8f4af1ec45 Adding DiscreteDistribution includes 2017-08-07 18:44:10 +03:00
Ryan Curtin 5e363b16c5 Fix style issues. 2017-08-07 09:43:31 -04:00
Kirill Mishchenko 2c6aadec00 Make CVBase return pure MLAlgorithm object 2017-08-07 13:42:53 +05:00
Ryan Curtin 54a52f2fed Merge branch 'dineshraj01-ra-model-boost-variant' 2017-08-07 02:25:51 -04:00
Ryan Curtin 95f9487ad4 Fix minor style issues. 2017-08-07 01:58:06 -04:00
Ryan Curtin e2dca6e5db Pass reference to pointer. 2017-08-07 01:55:54 -04:00
Ryan Curtin a5f94b46df Merge branch 'ra-model-boost-variant' of https://github.com/dineshraj01/mlpack into dineshraj01-ra-model-boost-variant 2017-08-07 01:54:54 -04:00
Ryan Curtin 031ac933c7 Update documentation as per #1079. 2017-08-07 00:42:59 -04:00
Kirill Mishchenko 0a5724c3b5 Revert "Get rid of smart pointers"
This reverts commit 5781abd21b.
2017-08-07 08:13:02 +05:00
Kirill Mishchenko 9c91cb1015 Remove superfluous includes 2017-08-07 07:58:35 +05:00
Konstantin Sidorov 8eefd04640 Style fixes from @rcurtin's review 2017-08-06 10:34:59 +03:00
Kirill Mishchenko f1650a7126 Use universal references 2017-08-06 09:41:28 +05:00
Ryan Curtin d2ad191f9b Merge pull request #1068 from rcurtin/nbc-template
Refactor NaiveBayesClassifier to have templated Train() functions.
2017-08-06 09:40:42 +10:00
Konstantin Sidorov 94def97334 Porting from RandInt() overload to DiscreteDistribution 2017-08-05 21:37:45 +03:00
Shangtong Zhang cda2459d69 Use omp critical in place of lock 2017-08-05 09:57:59 -06:00
Kirill Mishchenko 447d3bddb5 Remove redundant templates 2017-08-05 15:59:53 +05:00
Kirill Mishchenko f81c4744b1 Move method declarations and definitions 2017-08-05 15:43:58 +05:00
Kirill Mishchenko 101db4439b Refactor consistency assertions 2017-08-05 15:34:25 +05:00
Kirill Mishchenko 66f0c1df6e Refactor SimpleCV constructors 2017-08-05 15:23:30 +05:00
Kirill Mishchenko 38cdf7c1a2 Use composition instead of inheritance for CVBase 2017-08-05 14:22:26 +05:00
Shangtong Zhang d141fae6da Minor style fixes 2017-08-04 09:04:51 -06:00
Kirill Mishchenko 852139d512 Revert changes to LR introduced in #1038
Changes have been reverted manually since git fails to revert them
automatically without reverting changes from the merge commit
82d8aa1914.
2017-08-04 13:26:03 +05:00
Kirill Mishchenko 10e996e90a Merge branch 'master' into simple_cv 2017-08-04 12:53:53 +05:00
Kirill Mishchenko 5781abd21b Get rid of smart pointers 2017-08-04 12:42:16 +05:00
Kirill Mishchenko 5b258f8199 Fix grammar 2017-08-04 12:12:25 +05:00
Kirill Mishchenko 2cfab82acf Refactor CVBase constructors 2017-08-04 12:12:25 +05:00
Kirill Mishchenko 6c9d9b0401 Move weights initialization into separate method 2017-08-04 12:12:25 +05:00
Kirill Mishchenko b36318afa4 Add explicit constructors 2017-08-04 12:12:25 +05:00
Kirill Mishchenko 94ff302d15 Add separate comments 2017-08-04 12:12:22 +05:00
Shangtong Zhang ec6608eb11 Check HAS_OPENMP 2017-08-03 22:32:02 -06:00
Konstantin Sidorov 3a4b666378 Fixing minor spacing issue 2017-08-02 19:12:05 +03:00
Konstantin Sidorov df640f62f8 Fixed cppcheck issues 2017-08-02 09:35:20 +03:00
Ryan Curtin 28ccc0f734 Merge remote-tracking branch 'upstream/master' into nbc-template 2017-08-01 22:49:34 -04:00
Konstantin Sidorov 7f61e2a14f Fixed curly brace style issue 2017-08-01 07:48:04 +03:00
Konstantin Sidorov b76eac78b6 Doing some final fixes from @zoq's review 2017-07-31 19:04:40 +03:00
Konstantin Sidorov 77fa782041 Making RandInt() compliant with armadillo data structures 2017-07-31 16:31:14 +03:00
Konstantin Sidorov cf8d4ab9e7 Added back CrossEntropy-related includes 2017-07-31 14:42:18 +03:00
Konstantin Sidorov 87afff8d20 Fixing CMakeList merge artifact 2017-07-31 13:48:01 +03:00