Jun An
ba4511b03c
Resolve wrong method updated error in RSModel.
2018-03-16 07:38:19 +08:00
Jun An
44925a1595
Some changes in comments.
2018-03-15 23:34:07 +08:00
Jun An
3c34bac4df
Remove and update =operator in rs_model
2018-03-15 21:41:51 +08:00
Jun An
5eb9d14301
Remove and update Train method with MatType
2018-03-15 21:41:51 +08:00
Jun An
ce86b47965
Remove and update =operator in range_search
2018-03-15 21:41:51 +08:00
Jun An
6ddc06f642
Remove extra reference dataset constructor
2018-03-15 21:41:51 +08:00
Marcus Edel
03f5ac20c0
Merge pull request #1308 from zoq/ann_tutorial
...
Add basic ann tutorial.
2018-03-15 14:28:56 +01:00
Marcus Edel
ecb4d168fa
Merge pull request #1298 from MJ10/master
...
Optmistic Mirror Descent for Adam Optimizer.
2018-03-15 14:27:41 +01:00
Marcus Edel
0454300939
Fix style and grammar issues.
2018-03-14 17:42:21 +01:00
Marcus Edel
3cf1cde385
Minor style fixes.
2018-03-14 15:15:05 +01:00
Marcus Edel
6586ee2532
Merge pull request #1272 from Prabhat-IIT/init
...
Added Glorot Initialization method.
2018-03-14 14:57:59 +01:00
Ryan Curtin
60ae9da5f9
Merge pull request #1304 from rcurtin/lrtest_fix
...
Fix LogisticRegressionMainTest
2018-03-14 05:09:13 -07:00
Ryan Curtin
2942ebbef5
Merge pull request #1293 from PlantsAndBuildings/hmm-cli-tests-2
...
Tests for bindings hmm_loglik, hmm_generate and hmm_viterbi
2018-03-14 05:07:56 -07:00
Ryan Curtin
07e7bc21a1
Merge pull request #1224 from Prabhat-IIT/dev
...
Added tests for kmeans_main.cpp
2018-03-14 05:06:29 -07:00
Marcus Edel
4d3f3b66e0
Grammar and punctuation fix.
2018-03-13 22:41:26 +01:00
Prabhat
330c838575
Minor change
2018-03-13 08:53:37 +05:30
Moksh Jain
3f87ab1d41
added description of optimisticadam
2018-03-12 22:11:05 +05:30
Marcus Edel
c24cdc94a0
Add basic ann tutorial.
2018-03-12 17:33:14 +01:00
Ryan Curtin
7dd5d95048
Merge pull request #1303 from rcurtin/clang-3.4.2-disallow
...
Disallow compilation on clang 3.4 and older.
2018-03-12 06:58:10 -07:00
Ryan Curtin
3d76448064
Merge pull request #1302 from rcurtin/lr-def-fix
...
Fix definition of Responses().
2018-03-12 06:56:35 -07:00
Moksh Jain
b40cc23aa6
fix typos
2018-03-12 18:08:23 +05:30
Moksh Jain
95958c777e
fix merge conflicts
2018-03-11 23:52:00 +05:30
Moksh Jain
79f8a9d549
update contributors list
2018-03-11 23:50:50 +05:30
Moksh Jain
4493028099
Merge branch 'master' of https://github.com/mlpack/mlpack
2018-03-11 23:49:04 +05:30
Moksh Jain
e3e1e9b4d5
update contributors list
2018-03-11 23:43:24 +05:30
Prabhat
4c02d00cef
Minor change
2018-03-11 19:33:34 +05:30
Moksh Jain
e65e757d39
indentation fix
2018-03-11 10:37:34 +05:30
daivik
a7fd87bc58
Better comments
2018-03-10 21:59:42 +00:00
daivik
6388a1fb65
HMMModel * --> HMMModel*
2018-03-10 20:00:00 +00:00
Ryan Curtin
b63635f47c
Fix test strategy: now we just test if results are different.
2018-03-09 15:43:20 -05:00
Prabhat
3950038053
Input test removed
2018-03-10 01:06:02 +05:30
Ryan Curtin
ed9580d47d
Disallow compilation on clang 3.4 and older.
...
mlpack actually compiles fine in those cases but when you try to run the tests
there is a segfault that I believe to be a compiler error in initialization.
2018-03-09 14:15:51 -05:00
Ryan Curtin
93c38b6b4c
Fix definition of Responses().
2018-03-09 13:50:07 -05:00
Moksh Jain
1593d64dab
rename adamirror to optimisticadam
2018-03-09 21:34:19 +05:30
Ryan Curtin
130918a5b3
Merge pull request #1289 from yamidark/mean_shift_test
...
Add binding tests for mean shift
2018-03-09 05:23:03 -08:00
daivik
3398ad82d5
Fix build by renaming structs in hmm_test_utils
2018-03-09 09:48:15 +00:00
Prabhat
47f5a2d068
Reverted to CheckMatrices
2018-03-09 02:24:59 +05:30
Moksh Jain
80de5c8213
fix adamirror test case
2018-03-09 01:39:48 +05:30
Prabhat
8ea46866ef
Name of test corrected
2018-03-09 01:15:05 +05:30
Moksh Jain
a2ffa35308
added adamirror optmizer
2018-03-08 14:41:56 +05:30
Prabhat
b32b707435
Minor change
2018-03-08 05:21:42 +05:30
Prabhat
fd86403ccf
style fix
2018-03-08 04:54:07 +05:30
Prabhat
d0e1d5b653
Workaround removed
2018-03-08 04:47:07 +05:30
Marcus Edel
1f83394d33
Merge pull request #1238 from ShikharJ/ResizeLayer
...
Add Bilinear Interpolation Layer.
2018-03-07 17:18:50 +01:00
Ryan Curtin
7fead71e00
Merge pull request #1252 from rcurtin/optimization_wrappers
...
Mixin classes for optimizers, FunctionType API checks, and speedups
2018-03-07 07:23:55 -08:00
Prabhat
6962641883
bug fix
2018-03-07 06:00:42 +05:30
daivik
b1a46d49c7
Fix chol() fail
2018-03-06 16:15:44 +00:00
daivik
19a5c826a4
Add tests for Gaussian HMMs and GMM HMMs
2018-03-06 10:37:20 +00:00
Prabhat
be5c7aa915
very minor style fix
2018-03-06 15:05:45 +05:30
Prabhat
ea5b4b0ec6
Kmeans fix
2018-03-06 14:58:43 +05:30