 Himanshu Pathakandsaksham189
|
c93c0aa8f3
|
Update src/mlpack/methods/ann/activation_functions/gaussian_function.hpp
Co-authored-by: saksham189 <7020962+saksham189@users.noreply.github.com>
|
2020-06-15 18:08:00 +05:30 |
|
himanshupathak21061998
|
462adbf9e0
|
Some style fix
|
2020-06-14 20:29:07 +05:30 |
|
himanshupathak21061998
|
641fb2c074
|
Changing implementation and removing gradient function
|
2020-06-13 02:37:09 +05:30 |
|
himanshupathak21061998
|
48f68b9d19
|
Changes in test
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
f2fe947599
|
Adding some changes in implementation
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
64c7bd78b3
|
Changing implementation and removing gradient function
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
267ff5f7c5
|
Adding Gradient function
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
968d38d332
|
Following the api of other layers
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
c6499e0b12
|
Adding suggested changes
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
184d396459
|
Adding more changes in implementation
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
179cee2470
|
Adding changes in RBF implementation
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
9e85f0951e
|
Implementing forward function for rbf
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
2354b0f754
|
Adding definition of RBF class
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
a274533e93
|
Style fix
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
2fa26b7a5f
|
Adding some suggestion
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
fb39a4e443
|
Adding some changes in implementation
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
3716f61f62
|
Adding changes in implementation
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
484d357ee9
|
Adding test and running implementation
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
923e025a86
|
Removing tests
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
a3963fbffb
|
Adding some changes in RBF layer
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
3cd2dec8d2
|
Adding changes in RBF and adding activation function
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
58dd54d8ab
|
Implementing forward function for rbf
|
2020-06-12 03:28:36 +05:30 |
|
himanshupathak21061998
|
bf03b356a7
|
Adding definition of RBF class
|
2020-06-12 03:28:36 +05:30 |
|
Marcus Edel
|
22e7c8e7d2
|
Merge pull request #2424 from himanshupathak21061998/add-activationfunctions
Adding some activation functions for RBFN.
|
2020-06-11 23:20:27 +02:00 |
|
Ryan Birmingham
|
70f244a6ba
|
Merge pull request #2453 from kartikdutt18/ReWordBatchNorm
Change parameter description in BatchNorm layer to make it more clear.
|
2020-06-11 15:54:16 -04:00 |
|
Ryan Birmingham
|
943105f916
|
Merge pull request #2448 from rcurtin/qdafn-fix-2
Extract the correct number of neighbors for QDAFN.
|
2020-06-11 15:52:27 -04:00 |
|
Ryan Curtin
|
4879a9bfe6
|
Clarify comment.
|
2020-06-10 16:45:51 -04:00 |
|
kartikdutt18
|
bb3d5ef3af
|
Add the word 'channels' to make it more clear
|
2020-06-10 10:10:33 +05:30 |
|
sy0814k
|
a147cfbddc
|
Merge pull request #2450 from zoq/style-fixes-001
Minor style fixes (whitespace/line_length).
|
2020-06-09 16:45:51 -07:00 |
|
Ryan Birmingham
|
7bd142d6f3
|
Merge pull request #2449 from rcurtin/serialize-param-update
Clarify comment---Serialize() is long gone.
|
2020-06-09 11:03:22 -04:00 |
|
 Marcus EdelandRyan Curtin
|
5025389c5f
|
Update src/mlpack/tests/ann_layer_test.cpp
Sum module A and B.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-09 16:53:41 +02:00 |
|
Marcus Edel
|
21eae115bb
|
Minor style fixes (whitespace/line_length).
|
2020-06-09 03:18:10 +02:00 |
|
Ryan Curtin
|
ca47da95fa
|
Clarify comment---Serialize() is long gone.
|
2020-06-08 17:48:21 -04:00 |
|
Ryan Curtin
|
7e0f30ed07
|
Update HISTORY.
|
2020-06-08 17:12:10 -04:00 |
|
Ryan Curtin
|
04230621bc
|
Extract the correct number of neighbors for QDAFN.
|
2020-06-08 17:10:25 -04:00 |
|
favre49
|
2757ec222b
|
Merge pull request #2414 from nishantkr18/dueling-dqn
Addition of DuelingDQN and Noisy linear layer.
|
2020-06-07 22:51:46 +05:30 |
|
Ryan Birmingham
|
defa29791f
|
Merge pull request #2429 from birm/nested-comment-doxfix
Fix some Doxygen Errors
|
2020-06-06 16:43:35 -04:00 |
|
himanshupathak21061998
|
95c3b74152
|
Style fix
|
2020-06-06 22:29:03 +05:30 |
|
Ryan Birmingham
|
b81f84a616
|
Merge pull request #2436 from kartikdutt18/Allow-0-width-in-Transposed-Layer
Bug Fix : Check correctness of shape in Transposed Conv. layer only when output width and height aren't zero.
|
2020-06-06 11:11:49 -04:00 |
|
nishantkr18
|
f097339fc1
|
minor style issues
|
2020-06-06 10:04:13 +05:30 |
|
 kartikdutt18andMarcus Edel
|
f26bfb040e
|
Update src/mlpack/tests/ann_layer_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2020-06-06 08:53:18 +05:30 |
|
nishantkr18
|
8eaeb9bd02
|
minor styling issues
|
2020-06-05 16:26:07 +05:30 |
|
nishantkr18
|
56dba90ed5
|
static code analysis warnings fixed, warnings taken care of
|
2020-06-05 12:50:24 +05:30 |
|
Ryan Birmingham
|
cb982959d2
|
Merge pull request #2441 from zoq/ci-linux-armadillo-download
ftp.fau.de - faulty RAID controller
|
2020-06-05 00:09:18 -04:00 |
|
Marcus Edel
|
cc504170b9
|
Switch to another source to download armadillo due to technical issues.
|
2020-06-04 20:29:33 +02:00 |
|
nishantkr18
|
1c4828f160
|
bug fix in dueling network
|
2020-06-04 21:55:57 +05:30 |
|
Marcus Edel
|
9c3c412d08
|
The RAID controller failed on ftp.fau.de, so move to a new source to fix the builds.
|
2020-06-04 13:58:23 +02:00 |
|
kartikdutt18
|
7c1d5443a7
|
I thought I made this commit
|
2020-06-04 16:54:21 +05:30 |
|
nishantkr18
|
bc4d232bf9
|
build fix attempt
|
2020-06-04 16:41:41 +05:30 |
|
kartikdutt18
|
515a84b7ec
|
Fix tests
|
2020-06-04 10:14:10 +05:30 |
|