Commit Graph
17432 Commits
Author SHA1 Message Date
Ryan Curtin f2ee40d2e0 Work around https://bugs.launchpad.net/ubuntu/+source/boost/+bug/1583805. 2017-11-21 11:11:40 -05:00
Ryan Curtin 22da4373b5 Put all apt commands together for simplicity (and hopefully fix debug build). 2017-11-21 10:00:58 -05:00
Ryan Curtin 233efe4fa0 pandas keeps changing where CategoricalDtype lives... so handle all the possibilities.
Also the minimum version of pandas is 0.15.0, when CategoricalDtype was
introduced.
2017-11-20 14:50:19 -05:00
Ryan Curtin 0bb39126bb Go ahead and use GCC 5 (or whatever version comes with xenial). 2017-11-20 11:40:09 -05:00
Ryan Curtin b553e1ea2e Link CLI programs against Boost libraries. 2017-11-20 10:50:53 -05:00
Ryan Curtin f2b5ba24c3 What if we don't specify a boost version? 2017-11-20 10:13:29 -05:00
Ryan Curtin ae2f399e5c Fix style issue. 2017-11-17 11:37:34 -05:00
Ryan Curtin d63d0fd98f Changes for Serialize()->serialize(). Lots of unused code can be removed. 2017-11-17 11:24:11 -05:00
Ryan Curtin 20ae872cd9 Merge remote-tracking branch 'upstream/master' into bindings 2017-11-17 10:37:54 -05:00
Ryan Curtin 9098f78538 Add warnings for sparse codings and fix bug with saving dictionary. 2017-11-17 10:30:49 -05:00
Ryan Curtin 04d7f76da9 Minor fixes for softmax regression warnings and output. 2017-11-17 10:30:38 -05:00
Ryan Curtin cc5a20daa1 Range search warning output fixes. 2017-11-16 16:36:09 -05:00
Ryan Curtin 3220dcc8c8 Fix serialization issues. 2017-11-16 16:36:00 -05:00
Ryan Curtin 591d428f3f Build the random forest Python binding, provide better warning output. 2017-11-16 15:08:26 -05:00
Ryan Curtin 3691f18fa3 Warning and error fixes. 2017-11-16 14:38:46 -05:00
Ryan Curtin ce048180e0 Add overload of ReportIgnoredParam() for no conditions with custom error message. 2017-11-16 14:38:07 -05:00
Ryan Curtin 847a4bfd69 Merge pull request #1140 from rcurtin/kaushik-serialization
Change Serialize() to serialize()
2017-11-15 15:03:27 -05:00
Marcus Edel 0f5f19454e Adjust initialization order and remove already included header file. 2017-11-15 21:01:24 +01:00
Ryan Curtin 725a33006a Minor mean shift fixes. 2017-11-15 14:43:17 -05:00
Ryan Curtin 635bf721e8 Fix LSH program: avoid scoping issue by owning data matrix, fix some warnings. 2017-11-15 14:07:28 -05:00
Ryan Curtin 667d21a4e9 Fix incorrect merge. 2017-11-15 11:13:51 -05:00
Ryan Curtin ac7936f571 Merge remote-tracking branch 'upstream/master' into kaushik-serialization 2017-11-15 11:06:32 -05:00
Ryan Curtin 0235f9a2b0 Merge remote-tracking branch 'upstream/master' into bindings 2017-11-14 17:47:59 -05:00
Ryan Curtin 783188c732 Minor fixes to logistic regression. 2017-11-14 17:47:36 -05:00
Marcus Edel ffb20e62fd Merge pull request #1107 from zoq/FastLSTM
Fast LSTM + Peephole connections.
2017-11-12 15:34:31 +01:00
Marcus Edel 853ca32b7b Add reference to the LSTM/Fast LSTM layer and fix doxygen format. 2017-11-09 21:42:21 +01:00
Ryan Curtin eb825cbffd Don't use -pthread on OS X. 2017-11-07 15:02:14 -05:00
Marcus Edel 71bcde9be6 Use the correct batch size for the LSTM/FastLSTM layer test. 2017-11-07 00:49:28 +01:00
Marcus Edel 43c1017278 Refactor test to use batch size. 2017-11-06 15:39:43 +01:00
Marcus Edel cf579a9dcb Merge branch 'master' into FastLSTM 2017-11-05 19:27:43 +01:00
Marcus Edel 49890c7a20 Merge branch 'master' into FastLSTM 2017-11-05 19:25:51 +01:00
Marcus Edel 1e955af958 Merge pull request #1130 from zoq/spalera_sgd
Add SPALeRA Stochastic Gradient Descent.
2017-11-04 21:12:45 +01:00
Marcus Edel 78fdefa714 Merge pull request #1147 from zoq/total_timer_fix
Use StartTimer to start the 'total_timer'.
2017-11-03 20:42:03 +01:00
Marcus Edel 37dcde347b Adjust step size to stabilize the test case. 2017-11-01 21:10:01 +01:00
Marcus Edel 098f2ef505 Refactor SPALeRA SGD optimizer to use updated optimizer API (batch support for more information take a look at #1137). 2017-11-01 18:01:07 +01:00
Marcus Edel 15d862a28f Minor spelling fix. 2017-11-01 16:49:14 +01:00
Marcus Edel b6155040b5 Minor style fix (remove redundant blank line at the end). 2017-11-01 16:49:14 +01:00
Marcus Edel b92a3e5a2d Add SPALERA optimizer test case. 2017-11-01 16:49:14 +01:00
Marcus Edel 8f717cb134 Add SPALERA optimizer class. 2017-11-01 16:49:14 +01:00
Ryan Curtin a2d8acd87e Merge remote-tracking branch 'upstream/master' into bindings 2017-10-31 16:55:53 -04:00
Marcus Edel daa1be53e7 Start the 'total_time' timer after enabling the timing functionality (resolve auto-merge conflict). 2017-10-30 14:34:06 +01:00
Marcus Edel 2d6c65295f Do not ignore the 'total_time' when starting a new timer. 2017-10-30 14:32:06 +01:00
Ryan Curtin 6d1cf775e3 Fix clang compilation problems. 2017-10-29 10:01:01 -07:00
Ryan Curtin 0068a53a4d Merge pull request #1137 from rcurtin/batch
Batch support for optimizers
2017-10-29 02:37:36 -04:00
Marcus Edel c1a5a7ae3c Merge pull request #1142 from ivmarkp/swish
Swish Activation Function.
2017-10-28 13:02:00 +02:00
Marcus Edel c526720b6f Merge pull request #1143 from zoq/total_timer
Reinclude 'total_time' timer.
2017-10-25 19:12:57 +02:00
Vivek 2e9187afe4 fixup! Implement Swish activation function 2017-10-25 21:40:29 +05:30
Vivek 609249f2b7 fixup! Implement Swish activation function 2017-10-23 22:40:14 +05:30
Ryan Curtin da32fdc1a9 Merge pull request #1135 from rcurtin/threadsafe_timers
Make timers threadsafe by holding one timer for each thread.
2017-10-22 17:34:13 -04:00
Ryan Curtin 90e19b335f Add name and fix capitalization... on the right branch this time. 2017-10-22 17:33:46 -04:00