Commit Graph
20390 Commits
Author SHA1 Message Date
jeffinsam 6a4ebb050a parameter change in perceptron.cpp 2019-04-27 02:27:48 +05:30
Shikhar Jaiswal f84b25ab79 Merge pull request #1860 from KimSangYeon-DGU/conversion
Convert DiagonalGMMs into GMMs in `mlpack_gmm_train`.
2019-04-19 14:46:00 +05:30
Marcus Edel 6dc603eb0d Merge pull request #1865 from cascala/master
Adding accessors for the network.
2019-04-18 19:50:40 +02:00
Ryan Curtin c2dc5bfb7e Merge pull request #1864 from rcurtin/travis-python-fixes
Python fixes for Travis build
2019-04-18 10:04:55 -04:00
Ryan Curtin 3f9f4b299e Use deepcopy() instead of copy(). 2019-04-17 10:06:23 -04:00
Ryan Curtin 295898442b Do pandas series not copy correctly for some versions? 2019-04-16 18:20:11 -04:00
Ryan Curtin deca79b40e Avoid reshape() for matrix+info data. 2019-04-16 14:11:44 -04:00
Ryan Curtin 92da075103 Clean up to_matrix(). 2019-04-16 10:55:47 -04:00
Ryan Curtin b797aed3c8 Fix string encoding issues. 2019-04-16 10:55:40 -04:00
cascala 0612fdfafc Adding accessors for the network, so users can retrieve the q-learned parameters 2019-04-16 04:36:13 -04:00
Ryan Curtin c93eb93d13 Simplify handling of incorrectly-dimensioned arrays.
Avoid the use of ravel() or reshape() and just reshape directly.
2019-04-15 20:56:04 -04:00
Ryan Curtin 124bac6afb Fix minor test errors. 2019-04-15 20:40:45 -04:00
Ryan Curtin 00d07ea35a Merge pull request #1816 from rcurtin/travis-python-fixes
Travis Python fixes
2019-04-13 16:27:58 -04:00
KimSangYeon-DGU 533562506a Convert DiagonalGMMs to GMMs in mlpack_gmm_train 2019-04-12 05:15:51 +09:00
Marcus Edel 60fb72eb37 Merge pull request #1851 from Bk073/contrib
Added contribution name.
2019-04-09 21:42:37 +02:00
Shikhar Jaiswal b3d137ac70 Merge pull request #1852 from Bk073/core
Fix contributors list link
2019-04-09 20:15:31 +05:30
Shikhar Jaiswal 0100221f22 Merge pull request #1853 from Bk073/fix-style-issue
fix style issue
2019-04-09 18:24:54 +05:30
bishwa 9bed19abf6 fix style issue 2019-04-08 17:19:46 +05:45
bishwa 6f2c17b233 edited contributors list link 2019-04-08 17:04:38 +05:45
bishwa b5d14f68f3 added Contribution name 2019-04-08 16:58:24 +05:45
Ryan Curtin 3ad649c7f7 Merge pull request #1666 from KimSangYeon-DGU/develop-gmm
Implement wrapper for diagonally-constrained GMM HMMs.
2019-04-07 22:09:57 -04:00
Ryan Curtin 6eaf338ea3 Fix style and bibliography. 2019-04-07 22:05:07 -04:00
ayesdie 121bd722a2 updated groundTruth issue for SoftmaxRegressionFunction and fixed build 2019-04-07 22:05:07 -04:00
ayesdie c55ea016e9 minimized separable Gradient() and and EvaluateWithGradient(). 2019-04-07 22:05:07 -04:00
ayesdie 05fba00d8f removed the bugtesting test case 2019-04-07 22:05:07 -04:00
ayesdie 652c3716d2 fix to groundTruth 2019-04-07 22:05:07 -04:00
ayesdie 541e9c5073 testcase: 2 2019-04-07 22:05:07 -04:00
ayesdie 8188b48bf8 testcase: 1 2019-04-07 22:05:07 -04:00
Ayush 0ee4364db5 updated fitIntercept 2019-04-07 22:05:07 -04:00
Ayush 9fafaa2656 fix 2019-04-07 22:05:07 -04:00
Ayush 2e32b5c298 index_max() and fix to test 2019-04-07 22:05:07 -04:00
Ayush b98027ff4a removed redundant test case and fixed build 2019-04-07 22:05:07 -04:00
Ayush e99aa492d8 possible fix 2019-04-07 22:05:07 -04:00
Ayush b097abd3b7 refactor 2019-04-07 22:05:07 -04:00
Ayush d247beaeb2 fitIntercept Test and fix 2019-04-07 22:05:07 -04:00
Ayush 56aa38469f fitIntercept (and actually yes). 2019-04-07 22:05:07 -04:00
Ayush 92fb15c070 A beautiful new test for LinearSVMFunctionGradient 2019-04-07 22:05:07 -04:00
Ayush 50a764b026 faster computation with parameters.t() 2019-04-07 22:05:07 -04:00
Ayush 3ffe60b519 removed redundant test case 2019-04-07 22:05:07 -04:00
Ayush d184066f58 fitintercept, but not actually 2019-04-07 22:05:07 -04:00
Ayush 5a7c7deb9b Documentation for gradient. 2019-04-07 22:05:07 -04:00
Ayush ed65216b01 updated tests 2019-04-07 22:05:07 -04:00
Ayush e64f08c353 minimized loss function 2019-04-07 22:05:07 -04:00
Ayush 801e12feac added citation 2019-04-07 22:05:07 -04:00
Ayush a28efb39dd updated tests 2019-04-07 22:05:07 -04:00
Ayush 718ce40f98 added changes for delta to LinearSVM 2019-04-07 22:05:07 -04:00
Ayush 42763c643d Introduced Hyperparameter delta 2019-04-07 22:05:07 -04:00
Ayush 909ffcb9c5 refactor 2019-04-07 22:05:07 -04:00
Ayush c7eedd70ef fixed ComputeAccuracy() function to fix tests 2019-04-07 22:05:07 -04:00
Ayush 92b5632d70 changes to clamping and compute accuracy
arma::clamp takes `DBL_MAX` as upper bound and`ComputeAccuracy` throws a score between 0 and 1.
2019-04-07 22:05:07 -04:00