Commit Graph
18826 Commits
Author SHA1 Message Date
aarushgupta 3ab8bffde4 Added the forward pass template 2018-05-17 13:25:59 +05:30
Marcus Edel d44d4cdfce Merge pull request #1392 from haritha1313/multmerge
MultiplyMerge layer added.
2018-05-16 20:21:25 +02:00
Ryan Curtin a30f5f8c11 Add explicit 'None' affiliations. 2018-05-16 10:35:22 -04:00
Haritha a6a99bf6f7 grammar correction 2018-05-15 20:03:31 +05:30
Haritha bcdcb4705e addition to layer types 2018-05-15 19:56:04 +05:30
Haritha a072209029 merge-multiply layer added 2018-05-14 19:50:26 +05:30
Marcus Edel d77f040977 Merge pull request #1386 from ShikharJ/Deconv
Transposed Convolutional Layer Implementation.
2018-05-13 15:17:07 +02:00
Shikhar Jaiswal 4b31aef05d Update Routines 2018-05-12 13:42:08 +05:30
Ryan Curtin 0648e19481 Merge pull request #1384 from manish7294/BindingTests
LSH, DET and Radical bindings tests
2018-05-11 09:17:20 -04:00
Ryan Curtin bb7bcec07f Update HISTORY.md. 2018-05-10 23:22:36 -04:00
Ryan Curtin c611bf5c00 Update version number. 2018-05-10 23:22:34 -04:00
Ryan Curtin 3d492cb736 Update Python binding guide, since packages are now available. 2018-05-10 23:22:14 -04:00
Ryan Curtin ab8adf196c Add BSD license. 2018-05-10 23:22:14 -04:00
Ryan Curtin 380d437108 Fix LaTeX commands. 2018-05-10 23:21:29 -04:00
Shikhar Jaiswal 4223334f0a Add Transposed Convolutional Layer Implementation 2018-05-09 13:24:55 +05:30
Manish b9c61c2788 update 2018-05-08 17:46:17 +05:30
Manish b9e5ec38a9 Style changes 2018-05-08 16:05:42 +05:30
Ryan Curtin acce0c0000 Merge pull request #1387 from rcurtin/test-fixes
Intermittently failing test fixes
2018-05-07 14:41:51 -04:00
Ryan Curtin d6e1dbf678 Convert Fedora instructions to python2, but note that we could also use python 3. 2018-05-05 11:48:03 -04:00
Ryan Curtin 972ead97fa Fix dependency name. 2018-05-05 11:44:40 -04:00
Manish 5dd8da8cb2 minor update 2018-05-05 15:29:28 +05:30
Manish 7355d21756 Added DET tests 2018-05-05 15:15:26 +05:30
Ryan Curtin ed8b18c42a Adjust tolerance. 2018-05-04 16:15:06 -04:00
Ryan Curtin c2ba5a2f5f Use multiple trials for CMAES tests. 2018-05-04 16:14:58 -04:00
Marcus Edel e37ceb380c Merge pull request #1131 from zoq/bigbatch_sgd
Big-batch Stochastic Gradient Descent (BBSGD).
2018-05-03 22:47:40 +02:00
Manish 5309e421c1 Added tests to radical 2018-05-03 18:25:48 +05:30
Manish 1d13014539 minor update 2018-05-02 16:41:53 +05:30
Manish ea61578202 Reviewed Changes 2018-05-02 13:46:00 +05:30
Marcus Edel 9ae8a8979d Get the first objective at the first iteration. 2018-05-02 00:56:27 +02:00
Marcus Edel 68f7762db3 Make sure we have all the methods that we need. 2018-05-01 19:14:59 +02:00
Ryan Curtin 7d2a8b06f6 Merge pull request #1385 from rcurtin/joss-paper
Add JOSS paper for submission.
2018-04-30 15:15:09 -04:00
Ryan Curtin b437cbb160 Add JOSS paper for submission. 2018-04-30 14:50:10 -04:00
Ryan Curtin f17dea2ac9 Merge pull request #1380 from WhoisZihan/master
Add missing check to suppress compiler warning
2018-04-30 13:03:18 -04:00
Ryan Curtin f705696414 Merge pull request #1378 from ThanasisMattas/fix_rlvalue_overload_kNN
Update NeighborSearch: Switching l-rvalue reference overload to pass-by-value
2018-04-30 13:01:38 -04:00
Ryan Curtin f1fb9359ab Merge pull request #1382 from rcurtin/fopenmp-warning
Warn differences in OpenMP settings.
2018-04-30 11:30:21 -04:00
Marcus Edel a28143b998 Minor style fixes (cite style, indentation, comment style). 2018-04-30 16:21:13 +02:00
Marcus Edel 1e69262a73 Merge pull request #1365 from sourabhvarshney111/loss_functions
Add Loss Functions Folder, KL Divergence Loss.
2018-04-30 15:55:58 +02:00
Manish ab00121080 Add LSH and Radical bindings tests 2018-04-30 16:49:46 +05:30
Marcus Edel d390433adc Merge pull request #1370 from luffy1996/AddTerminaleward
Add terminal Reward.
2018-04-28 20:25:48 +02:00
Marcus Edel e14ba259c0 Merge pull request #1368 from luffy1996/ContinousMountainCar
Added Continuous Mountain Car to Reinforcement Learning Environment.
2018-04-27 23:06:01 +02:00
ThanasisMattas 96a3d09925 Merge branch 'master' into fix_rlvalue_overload_kNN 2018-04-27 13:57:16 +03:00
Sourabh Varshney 5e9ff7b784 error fixes 2018-04-27 13:12:23 +05:30
Sourabh Varshney 0f8075527a Rename acording to conventions 2018-04-27 12:34:04 +05:30
Thanasis Mattas b776959e15 Editing core.hpp & COPYRIGHT.txt 2018-04-26 22:11:52 +03:00
Ryan Curtin 639dad05a1 Warn differences in OpenMP settings.
If the user is compiling their application with OpenMP but mlpack was not
compiled with OpenMP (or vice versa) we issue a warning.  This situation can
cause disaster with recent versions of Armadillo.
2018-04-26 14:16:33 -04:00
WhoisZihan df0b5055a9 Cover edge case to suppress compiler warning
The variable 'model' may not be initialized, thus causing a compile warning in
src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp:251
2018-04-26 13:02:28 +08:00
Ryan Curtin 22da7c8876 Merge branch 'Namrata96-master' 2018-04-25 11:29:09 -04:00
Ryan Curtin 46eb0a072b Add Conrad to list of contributors. 2018-04-25 11:28:46 -04:00
Ryan Curtin ca17187de2 Refactor checks to release ApproxKFNModel memory if needed. 2018-04-25 11:28:07 -04:00
Ryan Curtin a773966df3 Fix invalid memory accesses. 2018-04-25 11:27:51 -04:00