Ryan Curtin
|
90fe0b6a80
|
Cleanups for DecisionTreeMainTest.
|
2019-09-07 14:44:57 -04:00 |
|
Ryan Curtin
|
8a168d1b26
|
Remove unnecessary column from braziltourism ARFF files.
|
2019-09-07 14:34:47 -04:00 |
|
Ryan Curtin
|
e8a8c942c7
|
Merge branch 'rcurtin-fastmks-fix'
|
2019-08-25 22:25:52 -04:00 |
|
Ryan Curtin
|
11aa0acb5e
|
Update HISTORY.
|
2019-08-25 22:25:44 -04:00 |
|
Ryan Curtin
|
c928c0e4e7
|
Merge branch 'fastmks-fix' of https://github.com/rcurtin/mlpack into rcurtin-fastmks-fix
|
2019-08-25 22:25:21 -04:00 |
|
Shikhar Jaiswal
|
ad0bce6bb2
|
Merge pull request #1920 from walragatver/weight_norm
Weight Normalization Layer.
|
2019-08-22 23:04:28 -07:00 |
|
walragatver
|
bfc9aba2a2
|
Do not allow modifying wrapped layer.
|
2019-08-23 00:16:15 +05:30 |
|
walragatver
|
74de2dc639
|
Uncomment VirtualBatchNorm Test and documentation fix.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
a0337f35b7
|
Make normVectorParameter const
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
139ee87fd9
|
Resolve Conflicts.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
55725ca8d2
|
Make small changes.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
9528bb6140
|
Documentation fix.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
3e4a623d33
|
Fix Style issues.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
281ff9f3c2
|
Make weight_norm work perfect as per the requirement.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
de2836cae2
|
Fix Minor Comments.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
3345ec44b0
|
Passing layer from constructor.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
9a4c8c02fd
|
Add forward and backward test.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
29f4868c77
|
Modify minor comments.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
84abb79a73
|
Add Gradient test to the weight norm layer.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
8d7fda9986
|
Fix static check error.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
ac5a124bdc
|
Fix style issues.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
ebd5b1a43e
|
Add implementation of weight_norm layer.
|
2019-08-23 00:14:27 +05:30 |
|
walragatver
|
bf14b992c3
|
Introduce the weight norm layer class and specify it's structure.
|
2019-08-23 00:14:27 +05:30 |
|
Ryan Curtin
|
fff2357739
|
Suppress Log::Fatal output from test.
|
2019-08-22 09:48:13 -04:00 |
|
Ryan Curtin
|
981f27828b
|
Check the passed value of k to ensure it is valid.
|
2019-08-22 09:48:03 -04:00 |
|
Ryan Curtin
|
e584aea5f8
|
Handle the case where all pointwise distances are 0.
|
2019-08-22 09:47:39 -04:00 |
|
Ryan Curtin
|
3ff5f9f96a
|
Merge pull request #1979 from rcurtin/kde-epan-cover-fix
Fix intermittently failing Epanechnikov kernel KDE test
|
2019-08-21 11:07:45 -04:00 |
|
Shikhar Jaiswal
|
a87cfe2364
|
Merge pull request #1981 from Hsankesara/add_contributors
Updated contributor's list
|
2019-08-19 00:32:56 -07:00 |
|
Shikhar Jaiswal
|
bb7671f923
|
Merge pull request #1952 from saksham189/pad
Add padding layer
|
2019-08-19 00:03:03 -07:00 |
|
hsankesara
|
11c69aacd0
|
Added @jeffin143 name in contributors list
|
2019-08-19 09:18:56 +05:30 |
|
Saksham Bansal
|
f695e252d5
|
Style fix
|
2019-08-18 21:06:40 +05:30 |
|
Saksham Bansal
|
854570769c
|
Add test
|
2019-08-18 21:06:32 +05:30 |
|
hsankesara
|
0e380f9ad3
|
Updated contributors list
|
2019-08-17 11:30:44 +05:30 |
|
Ryan Curtin
|
6c805f7dd8
|
Merge pull request #1977 from rcurtin/kde-md-fix
Fix Markdown binding issue
|
2019-08-16 15:06:17 -07:00 |
|
Ryan Curtin
|
57af7320d7
|
Fix some memory issues.
|
2019-08-16 11:07:00 -04:00 |
|
Ryan Curtin
|
b03ee8bd3b
|
Include new KNN and KFN tests and some fixes.
|
2019-08-16 10:13:35 -04:00 |
|
Saksham Bansal
|
dd023cc1f9
|
Remove Pad function from atrous and transposed convolutional layers
|
2019-08-16 14:12:39 +05:30 |
|
Saksham Bansal
|
4a0aaf99d4
|
Style fix
Use Padding layer pointer
|
2019-08-16 14:02:12 +05:30 |
|
Saksham Bansal
|
e137068dec
|
Add padding layer
|
2019-08-16 14:01:34 +05:30 |
|
Ryan Curtin
|
52c11a93c0
|
Merge branch 'knn_test'
|
2019-08-16 01:42:03 -04:00 |
|
Ryan Curtin
|
0019501f8d
|
Some minor style changes (and a bugfix).
|
2019-08-16 01:37:28 -04:00 |
|
Shikhar Jaiswal
|
537484b8cc
|
Merge pull request #1978 from walragatver/layer_workaround
Work Around to add more layers.
|
2019-08-15 21:59:04 -07:00 |
|
Ryan Curtin
|
4eb0279e1f
|
Merge branch 'knn_test' of https://github.com/Hsankesara/mlpack into knn_test
|
2019-08-16 00:56:36 -04:00 |
|
Ryan Curtin
|
46d02698ba
|
Merge pull request #1976 from zoq/StyleFixesA
Reduce style related warnings
|
2019-08-15 21:52:41 -07:00 |
|
Marcus Edel
|
ad8940ca81
|
use the correct namespace.
|
2019-08-15 21:48:25 +02:00 |
|
Ryan Curtin
|
74ffedca96
|
Update HISTORY.
|
2019-08-15 11:59:49 -04:00 |
|
Ryan Curtin
|
f983849d0a
|
Make sure distances are positive in KDE rules too.
|
2019-08-15 11:52:28 -04:00 |
|
Ryan Curtin
|
b3e5cb5dd9
|
Distances can't be negative...
|
2019-08-15 11:52:24 -04:00 |
|
walragatver
|
b834335c7d
|
Adjust BiasSetVisitor.
|
2019-08-15 10:16:59 +05:30 |
|
walragatver
|
db8f40b00a
|
Move more layers to MoreTypes.
|
2019-08-15 10:09:51 +05:30 |
|