Marcus Edel
196cd879f7
Merge branch from github.com:zoq/mlpack to address structure issues.
2015-02-27 21:39:10 +01:00
Marcus Edel
923332420c
Add test cases for the recurrent neural network.
2015-02-27 21:13:11 +01:00
Marcus Edel
e933c9bce9
Properly handle the rnn structure.
2015-02-27 21:11:59 +01:00
Marcus Edel
22c413ff07
Use the correct number of epochs.
2015-02-27 21:10:39 +01:00
Marcus Edel
924da7bb42
Add function to evaluate the network.
2015-02-27 21:09:28 +01:00
Marcus Edel
55f9309562
Minor style fixes.
2015-02-27 21:08:38 +01:00
Ryan Curtin
decc21edd6
Merge pull request #408 from VladimirGl/Issue#203
...
Adds inplace transpose method and some tests.
2015-02-27 13:58:44 -05:00
Ryan Curtin
869bb06dcc
Non-important spelling and style fixes.
2015-02-24 11:18:36 -05:00
Ryan Curtin
5f26cb0bf2
Merge pull request #409 from apir8181/issue-344
...
Issue 344 - Better boost test output
2015-02-24 11:16:14 -05:00
apir8181
581667c184
better boost test output
2015-02-24 23:47:58 +08:00
Vladimir Glazachev
73d5ff9535
inpace transpoce moved to load_impl.cpp
2015-02-24 01:57:27 +04:00
Vladimir Glazachev
7881c3e3e6
Adds inplace transpose method and some tests. This method used in Load() now.
2015-02-22 04:51:43 +04:00
Ryan Curtin
23c21da422
Merge pull request #407 from hritik25/patch-1
...
Update TREE_EXPLANATION.txt
2015-02-20 23:38:19 -05:00
hritik25
d5f5b9b3cd
Update TREE_EXPLANATION.txt
...
Small typo
2015-02-21 03:46:41 +05:30
Ryan Curtin
ce93257e6a
Force high-precision Armadillo saves.
...
This will fix the failing tests in GMMTest and HMMTest.
We now use enable_if_c<> to catch when an Armadillo dense or sparse object is
being saved/loaded, and use Armadillo's diskio functionality to write to (or
read from) a stream. This allows high-precision saving, whereas just printing
via `stream << mat` is pretty low-precision and can't be changed with
setwidth().
2015-02-16 15:46:01 -05:00
Stephen Tu
817c8b5a61
travis.yml: don't use travis_wait
2015-02-15 12:10:58 -08:00
Stephen Tu
d091d37ccf
travis.yml: try travis_wait
2015-02-15 11:06:27 -08:00
Stephen Tu
986736fa72
travis.yml: log level all for tests
2015-02-15 10:50:51 -08:00
Stephen Tu
15fdcedec0
travis.yml: pwd for debug
2015-02-14 23:21:33 -08:00
Stephen Tu
63359676b4
travis.yml: make test
2015-02-14 23:07:22 -08:00
Stephen Tu
59beaf142a
travis: try ARMA_64BIT_WORD
2015-02-14 22:58:39 -08:00
Stephen Tu
79150123e8
travis.yml: i hate you
2015-02-14 22:49:26 -08:00
Stephen Tu
0c13d7e472
travis.yml: don't die when diff reports diff
2015-02-14 22:46:56 -08:00
Stephen Tu
6ef2e47cd8
travis.yml: add custom config.hpp
2015-02-14 22:43:46 -08:00
Stephen Tu
d346878ef9
travis.yml: we really want config.hpp
2015-02-14 22:35:51 -08:00
Stephen Tu
0c6aa64468
travis.yml: cat arma_config.hpp for debug
2015-02-14 22:33:09 -08:00
Stephen Tu
3b9cfef3e0
travis.yml: hopefully this includes all the relevant boost libs
2015-02-14 22:29:33 -08:00
Stephen Tu
76ca1cf203
travis.yml: add a newer version of boost
2015-02-14 22:27:38 -08:00
Stephen Tu
8d22eb5da0
travis.yml: add libboost-dev dep
2015-02-14 22:24:57 -08:00
Stephen Tu
f34f516b8a
travis.yml: maybe this will let us get the right version of arma?
2015-02-14 22:21:39 -08:00
Stephen Tu
c04b6af570
travis.yml: add armadillo dep
2015-02-14 22:17:49 -08:00
Stephen Tu
81a0f575c6
WIP: test out this travis.yml
2015-02-14 22:15:08 -08:00
Stephen Tu
62618f179b
iterator counter was off by 1
2015-02-13 01:08:09 -08:00
Stephen Tu
660aa77179
SDP primal-dual: use a more numerically stable starting point
2015-02-13 01:07:52 -08:00
Ryan Curtin
93a21fc4dd
Suppress non-bad warnings; they confuse people.
...
The homebrew-science folks are confused by these.
2015-02-11 22:39:04 -05:00
Ryan Curtin
165977e800
Refactor and code cleanup.
...
Sparse matrix overloads are untouched -- for now.
2015-02-09 14:09:00 -05:00
Ryan Curtin
58d48bb0ba
Code cleanup.
2015-02-09 13:17:40 -05:00
Ryan Curtin
73a9bd32bb
Remove unneeded semicolons at end of namespace.
2015-02-09 12:00:19 -05:00
Ryan Curtin
59d721ba13
Refactoring and code cleanup.
2015-02-09 11:59:58 -05:00
Ryan Curtin
c998010fbf
Fix incorrect variable name.
2015-02-09 11:59:44 -05:00
Ryan Curtin
d27eb0560c
Refactoring.
2015-02-09 11:59:29 -05:00
Ryan Curtin
609a49c65c
Fix stray forward-slash.
2015-02-09 11:41:34 -05:00
Ryan Curtin
a526a31d00
Code cleanup; better documentation.
2015-02-09 11:41:17 -05:00
Ryan Curtin
d398b95c59
Fix minor misspelling.
2015-02-09 11:14:13 -05:00
Ryan Curtin
c7a3aa7007
Fix documentation; thanks to Kumar.
2015-02-09 11:07:53 -05:00
Ryan Curtin
a808a5688e
Fix #400 -- remove unneeded specializations.
...
Also, refactor LoadParameter(arma::mat&) because you can't just empty streams into them (maybe this should change?).
2015-02-06 16:42:45 -05:00
Ryan Curtin
d67726d3f1
We're not using Java. There's no need for new.
...
Stack, heap, what's the difference anyway? I like stacking things, but I don't know how to heap things, so we should be stacking them.
2015-02-06 16:41:27 -05:00
Ryan Curtin
c0f44eeacd
Fix syntax.
2015-02-06 16:38:34 -05:00
Ryan Curtin
da3c955207
Standardize name of test suite.
2015-02-06 16:37:56 -05:00
Ryan Curtin
62def05b67
Backport operator-(sp_mat) for Armadillo <= 4.000.
2015-02-06 16:18:15 -05:00