Commit Graph
16710 Commits
Author SHA1 Message Date
Konstantin Sidorov f33ea2474a Put TreeMemory to the working condition + tests for it 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 416098cd18 Fixed issues from @rcurtin's review 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 8b2e6364f8 Updated AddTask definition 2017-07-31 12:36:22 +03:00
Konstantin Sidorov c2eb5a6b4f Adding some king of code for HAM interface and memory structure for it 2017-07-31 12:36:22 +03:00
Konstantin Sidorov c847f5b852 Fixing cppcheck issues 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 3c727df85a Fixed AddTask generator for the case num_A = num_B = 0 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 9ca127a402 Refactored AddTask definition for LSTM training 2017-07-31 12:36:22 +03:00
Konstantin Sidorov ff93ab7d7a Cppcheck style fixes + some assertions 2017-07-31 12:36:22 +03:00
Konstantin Sidorov c97745c6b4 Major cleanup of the code, featuring:
- adding of augmented namespace members to CMakeLists;
- moving LSTM baseline code from unit test to the `models` repo.
2017-07-31 12:36:22 +03:00
Konstantin Sidorov 4f940c783e Implemented repeat count representation as part of the CopyTask interface 2017-07-31 12:36:22 +03:00
Konstantin Sidorov f94f8d8c1c Added CopyTask input representation with unary representation of repeat count 2017-07-31 12:36:22 +03:00
Konstantin Sidorov f8365d3c09 Adding baseline solution with unary representation for nRepeats 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 638a113777 Changing SortTask baseline for multiple evaluations 2017-07-31 12:36:22 +03:00
Konstantin Sidorov a81ec38f0a Chaned input representation for CopyTask baseline 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 1dfecf118f Adding a (not so good) AddTask test for LSTM baseline solution 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 3f252864c5 Adding files for merging 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 9e22cc4756 More cppcheck issue fixes 2017-07-31 12:36:22 +03:00
Konstantin Sidorov a043f82667 Added (completely minimal) LSTM baseline solution as a unit test 2017-07-31 12:36:22 +03:00
Konstantin Sidorov a77d314533 Fixed cppcheck blankline issue 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 8e3d35fb64 Code refactoring + some rewrite towards arma's native methods 2017-07-31 12:36:22 +03:00
Konstantin Sidorov d6d8a36fae Fixed Cppcheck issue with closing brace 2017-07-31 12:36:22 +03:00
Konstantin Sidorov d1bf7621d9 Fixed from code review 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 73e52cfc27 Renaming of GenerateData to Generate 2017-07-31 12:36:22 +03:00
Konstantin Sidorov a1dcc4815a Documentation of AddTask and SortTask 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 4c4f913405 Yet another fix of Jenkins issues 2017-07-31 12:36:22 +03:00
Konstantin Sidorov bee4210979 Removed \n before public: keyword 2017-07-31 12:36:22 +03:00
Konstantin Sidorov e272379881 Fixed various minor Jenkins warnings 2017-07-31 12:36:22 +03:00
Konstantin Sidorov b998607bf5 Fixed Jenkins issue with closing brace 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 0dbd053b2c Fixing Jenkins issue with >80 characters long lines 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 1bc1258860 Fixing Jenkins issue with if/else braces 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 4ee92364b1 Added AddTask class + unit test for it 2017-07-31 12:36:22 +03:00
Konstantin Sidorov ab8fb80517 Added SortTask + unit test for it 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 873a6ecfcc Added newline in the end of score.hpp 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 67b07285da Fixing style issues from the GitHub checker 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 7524e9f1e2 Style issues fix 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 55a598cb37 Separated scoring from generating data 2017-07-31 12:36:22 +03:00
Konstantin Sidorov 7483118172 Added mlpack::methods::ann::augmented namespace + some validation/testing utils 2017-07-31 12:36:22 +03:00
Marcus Edel 5c6806185c Merge pull request #1070 from partobs-mdp/grad-opt
Adding optimization features (cross-entropy layer, gradient clipping).
2017-07-29 12:50:25 +02:00
Konstantin Sidorov e310c98891 Fixed minor style issues 2017-07-28 14:15:57 +03:00
Yannis Mentekidis 00c746e379 Merge pull request #1037 from shikharbhardwaj/parallel_sgd
Implementation of parallel SGD
2017-07-28 09:03:48 +01:00
Konstantin Sidorov 3db79052c1 Fixing issues from @zoq's review 2017-07-25 16:29:57 +03:00
Konstantin Sidorov b81ca59a9e Fixing issues from @rcurtin's review + adding unit test for cross entropy performance function 2017-07-25 15:25:07 +03:00
Konstantin Sidorov e62e0a8951 Trying to make Windows build happy 2017-07-25 10:46:53 +03:00
Stephen Tu 6a43191fb7 Merge pull request #1041 from czdiao/OMP
Classic FrankWolfe and OMP
2017-07-24 22:34:29 -04:00
Ryan Curtin dc70207efe Merge pull request #1038 from rcurtin/num_classes
Refactor classifiers to take numClasses parameters
2017-07-24 22:06:40 -04:00
Konstantin Sidorov ed7a486576 Added proper unit tests for gradient clipping + some other minor fixes 2017-07-24 15:51:47 +03:00
Shikhar Bhardwaj c60f3af3aa Use existing random number generator for std::shuffle 2017-07-24 14:03:22 +05:30
Shikhar Bhardwaj 25282ca43f Use std::shuffle instead of arma::shuffle in ParallelSGD 2017-07-24 03:22:52 +05:30
Shikhar Bhardwaj 6fece6132d Add shuffle parameter to ParallelSGD 2017-07-24 03:02:22 +05:30
Konstantin Sidorov 336855ccde Fixed cppcheck issues + removing legacy code 2017-07-22 11:06:47 +03:00