Commit Graph
20501 Commits
Author SHA1 Message Date
jeffin sam ec6caf3a77 Merge pull request #18 from mlpack/master
Merge Issue
2019-05-09 23:50:04 +05:30
jeffinsam 4d987305b6 style changes 2019-05-09 23:38:54 +05:30
Ryan Curtin 1e2e3854e4 Merge branch 'gmanlan-refactor-win-tutorials' 2019-05-09 11:48:28 -04:00
Ryan Curtin c41c8aa014 Remove Armadillo version number (it changes too fast). 2019-05-09 11:48:12 -04:00
gmanlan 8686ac9f78 name fix 2019-05-08 16:59:16 -07:00
gmanlan a9ce37edde Merge branch 'master' of https://github.com/mlpack/mlpack into refactor-win-tutorials 2019-05-04 16:29:32 -07:00
gmanlan 0e9adc26c3 refactored 'build from source' windows tutorial (#1874) 2019-05-04 16:12:58 -07:00
Shikhar Jaiswal 681577d8f9 Merge pull request #1889 from abhinavsagar/typos
Fixed typos in gamma_distribution.hpp
2019-05-04 07:00:13 +05:30
Marcus Edel 6e19a4012f Merge pull request #1843 from jeffin143/crelu
Implemetation of Concatenated ReLU Activation.
2019-05-03 22:30:39 +02:00
Ryan Curtin b38e413e0b Merge pull request #1890 from jeffin143/version
Change of Version in Readme
2019-05-03 14:32:24 -04:00
jeffinsam 0f43824369 Change Download Link and Version 2019-05-03 23:48:08 +05:30
Abhinav 9a101618cf Fixed typos in gamma_distribution.hpp 2019-05-03 23:37:56 +05:30
Marcus Edel e7938de0c8 Merge pull request #1886 from abhinavsagar/state_and_environment
Added accessors for state and environment.
2019-04-30 21:57:47 +02:00
Marcus Edel 31efa60797 Merge pull request #1841 from abhinavsagar/addeddecayrate
Added decay rate hyperparameter to greedy policy.
2019-04-29 21:31:43 +02:00
Abhinav c40aab7b57 Added accessors for state and environment 2019-04-28 14:30:54 +05:30
jeffinsam da2dffbf43 adapting mlpack wrapping up lines style guide 2019-04-28 10:33:14 +05:30
jeffinsam c46f4c892a added + and also changed paremeters in adaboost 2019-04-28 01:24:02 +05:30
jeffinsam 1fda341663 removed a white space 2019-04-27 23:54:53 +05:30
jeffinsam 6862e7f315 removed unwanted parameters 2019-04-27 23:52:21 +05:30
Ryan Curtin a009898374 Merge pull request #1780 from jeffin143/master
Implemented maps in normalize_labels_impl.hpp
2019-04-27 13:12:58 -04:00
jeffinsam 6a4ebb050a parameter change in perceptron.cpp 2019-04-27 02:27:48 +05:30
jeffinsam 1657c31276 fixes invalid memory access 2019-04-26 20:00:20 +05:30
jeffinsam 89e528abbf removed computation and add . 2019-04-26 10:45:20 +05:30
Ryan Curtin 109d53dd58 Oops, my script did this part wrong. 2019-04-26 01:12:00 -04:00
Ryan Curtin 7cd2fcf1c4 Add new block to HISTORY.md for next version. 2019-04-26 01:11:46 -04:00
Ryan Curtin de241c4d88 Update version to next release version. 2019-04-26 01:11:40 -04:00
Ryan Curtin 84a0ed0568 Update version to 3.1.0. 2019-04-26 01:11:34 -04:00
Ryan Curtin 939344fab0 Fix missing BINDING_MATRIX_TRANSPOSED. 2019-04-26 01:11:29 -04:00
Ryan Curtin 474496b086 Update history (should have been done long ago). 2019-04-25 23:45:10 -04:00
jeffinsam 3b8b9d2902 change of argument 2019-04-26 08:51:38 +05:30
Marcus Edel 42ac3ab73d Merge pull request #1847 from MuLx10/RNN
Rectified Predict() in rnn_impl (#1846).
2019-04-24 23:08:09 +02:00
jeffin sam 28797006ad Merge pull request #15 from mlpack/master
Syncing with master
2019-04-24 09:49:12 +05:30
Ryan Curtin 24619a7bfc Merge branch 'jeffin143-ccov' 2019-04-23 13:25:52 -04:00
Ryan Curtin c45afea4ed Slight style cleanups. 2019-04-23 13:25:23 -04:00
Ryan Curtin 0ac55361c5 Merge branch 'ccov' of https://github.com/jeffin143/mlpack into jeffin143-ccov 2019-04-23 11:44:29 -04:00
jeffinsam e592ee34e0 removed function to reduce lines 2019-04-22 00:21:18 +05:30
Shikhar Jaiswal 354938177a Merge pull request #1724 from walragatver/adapting_testcases
Adapting testcases
2019-04-20 14:07:12 +05:30
walragatver 5bd1b02e0a Fixing minor issues. 2019-04-20 10:44:01 +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
mulx10 1e8d2777c5 Optimized 2019-04-17 00:35:38 +05:30
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
jeffinsam a4bd68c36d styling issue resolved 2019-04-16 19:01:06 +05:30
jeffinsam fc869c24aa missed a space 2019-04-16 18:54:44 +05:30
jeffinsam 54980fd64c resolving style issues 2019-04-16 18:51:29 +05:30