Marcus Edel
cd05cbecd4
Update MultiplyConstant layer to use the abstract layer class and add typedef.
2021-01-02 18:54:42 +01:00
Marcus Edel
8b0abc219a
Update Softshrink layer to use the abstract layer class and add typedef.
2020-12-27 22:57:13 +01:00
Marcus Edel
8cf621f4fd
Update Softmin layer to use the abstract layer class and add typedef.
2020-12-27 19:57:37 +01:00
Marcus Edel
3b0318a50d
Update Softmax layer to use the abstract layer class and add typedef.
2020-12-27 17:44:04 +01:00
Marcus Edel
f4f66af580
Update Constant layer to use the abstract layer class and add typedef.
2020-12-27 17:23:13 +01:00
Marcus Edel
cebce07398
Update LeakyReLU layer to use the abstract layer class and add typedef.
2020-12-27 16:25:25 +01:00
Marcus Edel
0217a19b25
Update HardShrink layer to use the abstract layer class and add typedef.
2020-12-27 14:39:47 +01:00
Marcus Edel
69f0d5b56a
Update NoisyLinear layer to use the abstract layer class and add typedef.
2020-12-27 14:24:29 +01:00
Marcus Edel
c927971363
Update LinearNoBias layer to use the abstract layer class and add typedef.
2020-12-27 13:43:57 +01:00
Aakash kaushik
dea01f7215
tests pass
2020-12-26 14:34:55 +01:00
Aakash kaushik
09d905f2e5
update adaptive_mean_pooling_layer to use the abstract class and added typedef
2020-12-26 14:34:06 +01:00
Aakash kaushik
a893867f37
update adaptive_mean_pooling_layer to use the abstract class and added typedef
2020-12-26 14:33:47 +01:00
Aakash kaushik
66853d1a5b
update adaptive_max_pooling_layer to use the abstract class and added typedef
2020-12-26 14:33:27 +01:00
Marcus Edel
60afb1e1bc
Update Dropconnect layer to use the abstract layer class and add typedef.
2020-12-26 01:13:17 +01:00
Marcus Edel
322753be75
Update HardTanH layer to use the abstract layer class and add typedef.
2020-12-24 11:57:47 +01:00
Marcus Edel
80ecca1356
Update Dropout layer to use the abstract layer class and add typedef.
2020-12-24 11:41:37 +01:00
Marcus Edel
9acac6838d
Update ELU/SELU layer to use the abstract layer class and add typedefs.
2020-12-24 01:23:32 +01:00
Marcus Edel
5ea2b93618
Update SoftMax layer to use the abstract layer class and add typedef.
2020-12-24 00:59:45 +01:00
Marcus Edel
2232915792
Update FlexibleReLU layer to use the abstract layer class, add documentation and typedef.
2020-12-24 00:39:44 +01:00
Marcus Edel
4fd7ae9da7
Remove functions that are already part of the base class.
2020-12-24 00:38:25 +01:00
Marcus Edel
a6995f83ee
Update Linear layer to use the abstract Layer class and add documentation and typedef.
2020-12-23 17:14:07 +01:00
Marcus Edel
a3f746580b
Clean-up abstract layer class and add some further documentation.
2020-12-23 17:12:32 +01:00
Marcus Edel
aa6d2b1aad
Swap boost::variant with vtable.
2020-12-21 17:23:08 +01:00
Ryan Curtin
c20d8f538e
Merge pull request #2756 from rcurtin/julia-finalizers
...
Fix garbage collection for Julia mlpack models
2020-12-19 21:54:52 -05:00
Ryan Curtin
4d01fe5e91
Merge pull request #2766 from zoq/COPYRIGHT-2020
...
Update COPYRIGHT (year).
2020-12-15 20:22:21 -05:00
Ryan Curtin
10bc8afa3d
Cache all the input pointers, to make sure we don't re-finalize them.
2020-12-15 20:18:15 -05:00
Ryan Curtin
176dc8b44b
Add a test to ensure that we don't finalize a model multiple times.
2020-12-15 20:18:03 -05:00
jeffin sam
9b6556f3b9
Merge pull request #2763 from rcurtin/serialization-rename
...
Remove unnecessary _catch suffix from files.
2020-12-15 23:50:20 +05:30
Marcus Edel
db447cefa9
Merge pull request #2759 from gauravghati/lstmConst
...
Adding Copy and Move constructors for LSTM class.
2020-12-15 19:18:40 +01:00
Marcus Edel
2842974099
Merge pull request #2767 from rcurtin/lars-fix
...
Fix edge case for similarly-correlated LARS dimensions.
2020-12-15 19:04:52 +01:00
Ryan Curtin
d6d97018dd
Fix edge case for similarly-correlated dimensions.
2020-12-13 17:31:01 -05:00
Ryan Curtin
ac500373a8
Merge pull request #2726 from iamarchit123/master
...
Improve Documentation to correctly state what repositories to get for various Linux distros
2020-12-13 16:57:57 -05:00
Marcus Edel
ca0c211860
Update COPYRIGHT (year).
2020-12-13 19:48:12 +01:00
Ryan Curtin
6748dc2aed
Try to fix static code analysis issues.
2020-12-13 10:52:43 -05:00
Ryan Curtin
700e5ee72b
Oops, remove accidentally added file.
2020-12-13 10:47:59 -05:00
Gaurav Ghati
2a7e3fd0cd
Update COPYRIGHT.txt
2020-12-13 10:49:39 +05:30
Ryan Curtin
4eea3e7464
Remove unnecessary _catch suffix from files.
2020-12-12 16:44:46 -05:00
iamarchit123 and Ryan Curtin
ab19efc182
Update doc/guide/build.hpp and README.md
...
Add additional information explaining the purpose of
libmlpack-dev and wrap to next line after after 80
characters.
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-12-12 18:00:39 +05:30
iamarchit123
5c57d1d93c
Update README.md
2020-12-12 15:57:57 +05:30
iamarchit123 and Omar Shrit
e75d7fdce7
Update doc/guide/build.hpp
...
Co-authored-by: Omar Shrit <omar@shrit.me >
2020-12-12 15:57:57 +05:30
iamarchit
4c9e97a6f5
Improve Documentation to correctly state what repositories to get for various Linux distros
2020-12-12 15:57:57 +05:30
Yashwant Singh Parihar
21b0cb2e7c
Merge pull request #2760 from rcurtin/split-fixes
...
Clarify preprocess_split documentation
2020-12-11 16:21:56 +05:30
gauravghati
2ca2ee1fdd
style changes
2020-12-11 06:29:07 +05:30
Ryan Curtin
e96ed1e52e
Fix some typos and clarify documentation.
2020-12-10 09:33:17 -05:00
gauravghati
045f772e79
removed print state
2020-12-10 18:21:16 +05:30
gauravghati
203d57a8cb
LSTM copy and move construction
2020-12-10 15:14:46 +05:30
Marcus Edel
bffd9138b8
Merge pull request #2724 from RishabhGarg108/variable-names-loss-function
...
Improved variable names in all loss functions.
2020-12-09 22:08:00 +01:00
Ryan Curtin
d8c77a382d
Update HISTORY.
2020-12-08 20:03:58 -05:00
Ryan Curtin
107cb48d2f
Add finalizers to mlpack objects.
2020-12-08 19:55:27 -05:00
Ryan Curtin
146c593ace
Merge pull request #2688 from rcurtin/julia-macos-ci-fix
...
Avoid accidental deallocations in bindings for Armadillo 10+
2020-12-07 21:40:15 -05:00