 Ryan CurtinandMarcus Edel
|
6b47a9cd67
|
Update src/mlpack/methods/ann/layer/alpha_dropout.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2022-04-11 11:53:33 -04:00 |
|
 Ryan CurtinandMarcus Edel
|
77203b84cf
|
Update src/mlpack/methods/ann/layer/alpha_dropout.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2022-04-11 11:53:25 -04:00 |
|
Ryan Curtin
|
07be7313a7
|
Use network.Forward() to avoid the extra output copy.
|
2022-04-04 22:24:04 -04:00 |
|
 Ryan CurtinandMarcus Edel
|
0710d9f111
|
Update src/mlpack/methods/ann/ffn.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2022-04-04 22:05:35 -04:00 |
|
Ryan Curtin
|
2cd38b3c9e
|
Some additional cleanups.
|
2022-04-03 22:02:45 -04:00 |
|
Ryan Curtin
|
c38625f8d4
|
Change 'rho' to 'bpttSteps' for clarity.
|
2022-04-03 22:01:13 -04:00 |
|
Ryan Curtin
|
6eecba768a
|
Include numeric header for std::accumulate.
|
2022-04-03 21:55:50 -04:00 |
|
Ryan Curtin
|
12287174e4
|
Fix TODOs in LSTM layer.
|
2022-04-03 21:29:51 -04:00 |
|
Ryan Curtin
|
71ecddf8f6
|
Some cleanups of the RNN class.
|
2022-04-03 20:49:03 -04:00 |
|
Ryan Curtin
|
83a178dffa
|
Some additional type fixes.
|
2022-04-03 16:53:25 -04:00 |
|
Ryan Curtin
|
f5b3885998
|
Remove unused typedef.
|
2022-04-03 16:30:02 -04:00 |
|
Ryan Curtin
|
eae99cfaca
|
Simplify Shuffle() implementation.
|
2022-04-03 16:27:29 -04:00 |
|
Ryan Curtin
|
250ab5cdd0
|
Remove unused Swap() function declaration.
|
2022-04-03 16:24:42 -04:00 |
|
Ryan Curtin
|
1432420917
|
Use MakeAlias() in the RNN implementation.
|
2022-04-03 16:23:28 -04:00 |
|
Ryan Curtin
|
03045b0235
|
Fix line wrap.
|
2022-04-03 16:08:59 -04:00 |
|
Ryan Curtin
|
fe8a288613
|
Minor fixes to tests.
|
2022-04-03 16:07:01 -04:00 |
|
Ryan Curtin
|
44a18de28c
|
Clarify RNN comment.
|
2022-04-03 15:58:36 -04:00 |
|
Ryan Curtin
|
10d04c4153
|
Add clarifying comment about where MakeAlias() is used.
|
2022-04-03 15:57:02 -04:00 |
|
Ryan Curtin
|
19c60244a7
|
More CEREAL_NVP() fixes.
|
2022-04-03 15:56:06 -04:00 |
|
Ryan Curtin
|
d45d8787b9
|
Fix serialization: use CEREAL_NVP().
|
2022-04-03 15:54:58 -04:00 |
|
Ryan Curtin
|
194211feec
|
Fixes for RBFType implementation comments.
|
2022-04-03 15:53:45 -04:00 |
|
Ryan Curtin
|
9c33d6b780
|
Fix header guard name.
|
2022-04-03 15:52:02 -04:00 |
|
Ryan Curtin
|
880c95bee5
|
Fix typo.
|
2022-04-03 15:50:50 -04:00 |
|
Ryan Curtin
|
2fdd4b823b
|
Add explanatory comment.
|
2022-04-03 15:50:27 -04:00 |
|
Ryan Curtin
|
416dfc7c4a
|
Fix inaccurate comment.
|
2022-04-03 15:48:36 -04:00 |
|
Ryan Curtin
|
19563e3f63
|
Update comment.
|
2022-04-03 14:49:37 -04:00 |
|
Ryan Curtin
|
ff3717bc53
|
Fix typo in comment.
|
2022-04-03 14:41:01 -04:00 |
|
Ryan Curtin
|
ac42ea450b
|
Clarify implementations.
|
2022-04-03 14:40:39 -04:00 |
|
Ryan Curtin
|
20c7b5a836
|
Remove unused method.
|
2022-04-03 14:37:01 -04:00 |
|
Ryan Curtin
|
4fb0dd4965
|
Fix includes.
|
2022-04-03 14:36:36 -04:00 |
|
Ryan Curtin
|
5253b1427a
|
Clarify comment.
|
2022-04-03 14:28:42 -04:00 |
|
Ryan Curtin
|
f0aceda809
|
Fix serialization for base layer.
|
2022-04-03 14:27:38 -04:00 |
|
Ryan Curtin
|
2413a1cdf5
|
Add a comment.
|
2022-04-03 14:26:38 -04:00 |
|
Ryan Curtin
|
2f0a9419ef
|
Use MakeAlias() instead.
|
2022-04-03 14:26:05 -04:00 |
|
Ryan Curtin
|
c599ecfd1a
|
Change BaseLayer names for consistency.
|
2022-04-03 13:23:32 -04:00 |
|
Ryan Curtin
|
6d69ea45f1
|
Clear member that is not serialized on loading.
|
2022-04-03 13:18:45 -04:00 |
|
Ryan Curtin
|
8f52887fb5
|
Remove inaccurate comments (we did not drop these).
|
2022-04-03 13:16:29 -04:00 |
|
Ryan Curtin
|
cb952537e2
|
Re-add removed files from CMake.
|
2022-04-03 13:15:56 -04:00 |
|
Ryan Curtin
|
c75d03ff6f
|
Fix line spacing.
|
2022-04-03 13:14:53 -04:00 |
|
Ryan Curtin
|
8b2e57d32e
|
Add a clarifying comment.
|
2022-04-03 13:13:46 -04:00 |
|
Ryan Curtin
|
454c746491
|
Remove duplicated training member.
|
2022-04-03 13:12:52 -04:00 |
|
Ryan Curtin
|
c6443a43d8
|
Add clarifying comment.
|
2022-04-03 13:05:37 -04:00 |
|
Ryan Curtin
|
6258a8a9fc
|
Clean up copy and move operators.
|
2022-04-03 13:02:25 -04:00 |
|
Ryan Curtin
|
07fc52fba3
|
Some clarifying comments.
|
2022-04-03 12:51:28 -04:00 |
|
Ryan Curtin
|
0ed1971ce0
|
Some cleanups of Forward() and Backward().
|
2022-04-03 12:50:24 -04:00 |
|
Ryan Curtin
|
cade46d605
|
Some extra paranoia about Network().
|
2022-04-03 12:31:27 -04:00 |
|
Ryan Curtin
|
20bf26651c
|
Use a separate file for forward declarations.
|
2022-04-03 12:18:34 -04:00 |
|
Ryan Curtin
|
56ef5ded8a
|
Oops, revert unintentional CMake changes.
|
2022-04-02 21:38:09 -04:00 |
|
Ryan Curtin
|
a1e3a8dbef
|
Fix minor merge issues.
|
2022-04-02 21:28:20 -04:00 |
|
Ryan Curtin
|
f52a977dac
|
Merge remote-tracking branch 'origin/master' into ann-vtable
|
2022-04-02 19:15:59 -04:00 |
|