marcus
f0e331889a
Distinguish between testing and training when optimizing the network model. This is useful for models that act differently when in testing or training mode.
2016-03-11 16:24:02 +01:00
Marcus Edel
e6f7ffe266
Merge pull request #559 from awhitesong/LeakyReLULayer
...
Added LeakyReLU Layer and its tests; Change the Cmakelists.
2016-03-09 21:31:08 +01:00
Dhawal Arora
ea703b9e80
Added LeakyReLU Layer and its tests; Change the Cmakelists
2016-03-10 00:49:13 +05:30
marcus
c75652ba2e
Initialize the weights when loading (serialization).
2016-03-09 17:53:50 +01:00
Ryan Curtin
74593cef56
Update documentation for executable name changes and soversion bump.
2016-03-08 22:42:04 -05:00
Marcus Edel
1a9c41a86b
Merge pull request #535 from Kirizaki/master
...
Add mlpack::backtrace utility.
2016-03-09 02:47:10 +01:00
marcus
fd84f3a2e5
Include OpenBLAS when creating the mlpack-windows.zip package.
2016-03-08 21:43:55 +01:00
marcus
971213a377
Remove the single value Forward function to be consistent with the rest of the layer interface and minor formatting fixes.
2016-03-08 21:13:09 +01:00
Marcus Edel
3e366ec501
Merge pull request #548 from awhitesong/HardTanH
...
Added HardTanH Layer and its tests.
2016-03-08 21:02:30 +01:00
marcus
d5841b1f72
Fix ridiculous 2 pixel badge size issue. It's an svg, so no quality loss.
2016-03-08 19:23:39 +01:00
Grzegorz Krajewski
7ae135594d
Update CMakeLists.txt
2016-03-08 10:08:54 +01:00
Grzegorz Krajewski
38c6d82eb0
Update CMakeLists.txt
2016-03-08 10:08:30 +01:00
Ryan Curtin
a69871c4eb
Refactor trees to allow arbitrary element types.
2016-03-07 19:59:46 +00:00
Ryan Curtin
fcaf28c082
Add documentation for element type.
2016-03-07 19:59:46 +00:00
Ryan Curtin
8cfc6f1b31
Fix incorrect type.
2016-03-07 19:59:46 +00:00
Ryan Curtin
50062206ee
Allow BoundType to have multiple template parameters.
...
This is a useful pattern in general, but here its application is to allow
BoundType to have an additional ElemType template parameter.
2016-03-07 19:59:46 +00:00
Ryan Curtin
819bef7485
Refactor to handle arbitrary element types.
2016-03-07 19:59:46 +00:00
Ryan Curtin
1d7cc4a098
Refactor to handle arbitrary element types.
2016-03-07 19:59:45 +00:00
Ryan Curtin
3c4414b471
Update links for documentation.
2016-03-07 19:59:45 +00:00
Ryan Curtin
5f513f0095
This isn't really accurate anymore.
2016-03-07 19:59:45 +00:00
Ryan Curtin
ac46f5bc1f
Better handling for arbitrary types.
2016-03-07 19:59:45 +00:00
marcus
f45c17bc4d
Add appveyor build status badge and update the build verbosity level.
2016-03-07 23:03:01 +01:00
marcus
a2deb0cae5
Stabilize DistractedSequenceRecallTest FeedforwardTest test by using a TanHLayer layer.
2016-03-07 21:20:22 +01:00
Ryan Curtin
4fa67e53b1
Fix namespace ambiguity which causes a build failure on Windows.
...
This was caught by the new AppVeyor setup less than one day after it was
deployed, so, that was definitely worth setting up!
2016-03-07 15:15:07 -05:00
Ryan Curtin
a3a46561da
Fix BatchTrainingTest by splitting into training and test set.
...
Also, allow the batch tree to be only as good as the streaming tree. And boost
the required confidence so that the streaming tree will create fewer nodes (and
therefore hopefully have lower test error).
2016-03-07 12:42:55 -05:00
marcus
a069a5643c
Add config to build mlpack using appveyor (windows).
2016-03-07 18:17:12 +01:00
marcus
f58aa3662e
Fix compiler is out of heap space error when using MSVC 2015.
2016-03-07 17:28:07 +01:00
marcus
cff6a986f2
Use Nguyen-Widrow method for weight initialization to make the Distracted SequenceRecallTestNetwork more stable.
2016-03-07 15:08:17 +01:00
marcus
fc5a4ac8a7
Widen tolerance and increase the learning rate.
2016-03-07 13:16:09 +01:00
Dhawal Arora
7de16454b3
Changed scope of some functions to private in HardTanH Layer and its tests; some minor style changes
2016-03-07 16:05:49 +05:30
Grzegorz Krajewski
0aad1ee569
Linux specific dependencies
...
...compile backtrace.hpp only when OS is Linux
2016-03-05 21:17:29 +01:00
Grzegorz Krajewski
a0472e4164
Platform specific dependencies
...
...find and compile libbfd & libdl only when OS is Linux.
2016-03-05 21:09:29 +01:00
Grzegorz Krajewski
cdb5ac3e15
Linux specific dependencies
...
Find and compile libbfd & libdl only when OS is Linux.
2016-03-05 21:02:19 +01:00
Marcus Edel
bc2bd172e1
Merge pull request #542 from stereomatchingkiss/fix_name_conflict
...
Fix bug--ann constructor hide the name of network.
2016-03-04 13:14:38 +01:00
Grzegorz Krajewski
78c60a77d7
Merge pull request #4 from mlpack/master
...
Use CreateNVP from the data namespace.
2016-03-03 23:08:27 +01:00
Dhawal Arora
0a681856ed
Added HardTanH Layer and its tests
2016-03-04 03:05:49 +05:30
Grzegorz Krajewski
f8228a5916
Change order in printing backtrace
2016-03-03 21:41:56 +01:00
Grzegorz Krajewski
e664f3dd31
Change order in printing backtrace
2016-03-03 21:40:01 +01:00
Grzegorz Krajewski
0bc16eacc9
Change Ubuntu on Linux
2016-03-03 21:37:06 +01:00
Grzegorz Krajewski
6c4eb24cd9
Add -rdynamic if BFD or DL found.
2016-03-03 21:36:12 +01:00
marcus
8ffa470043
Use CreateNVP from the data namespace.
2016-03-02 19:27:18 +01:00
stereomatchingkiss
0616233e73
fix bug--name confliction
2016-03-03 02:07:23 +08:00
Grzegorz Krajewski
f9870484a7
Merge pull request #3 from mlpack/master
...
merge from mlpack
2016-03-02 19:05:19 +01:00
marcus
bb8507c561
Serialize all necessary parameter and minor formatting fixes.
2016-03-02 18:27:54 +01:00
Marcus Edel
1bedf15126
Merge pull request #536 from stereomatchingkiss/ann_serialize
...
Serialize ann layers and const correctness.
2016-03-02 17:09:55 +01:00
stereomatchingkiss
83f3752ba2
const correctness and adjust format
2016-03-02 13:38:09 +08:00
stereomatchingkiss
f89396b84f
remove serialization of net
2016-03-02 13:31:35 +08:00
stereomatchingkiss
351797628b
remove useless file
2016-03-02 13:12:45 +08:00
stereomatchingkiss
95191cf4d6
change namespace to boost and provide overload of serialize
2016-03-02 13:10:17 +08:00
stereomatchingkiss
e9e7b85372
adjust format
2016-03-02 12:25:10 +08:00