Alex Nguyen
|
cc3f6ebefe
|
fix static code check 17/1
|
2021-01-17 00:48:22 -05:00 |
|
Alex Nguyen
|
cd42db9f0a
|
continue fixing static code check
|
2021-01-15 21:54:14 -05:00 |
|
Alex Nguyen
|
f02eb14641
|
fix error
|
2021-01-15 08:58:19 -05:00 |
|
Alex Nguyen
|
4abbb39aec
|
add move assignment operator and fix static code check
|
2021-01-15 00:31:14 -05:00 |
|
Alex Nguyen
|
30e98ec05a
|
ball bound move assignment operator
|
2021-01-15 00:27:02 -05:00 |
|
Alex Nguyen
|
8eab8c47df
|
fix hrectbound move assignment
|
2021-01-15 00:22:27 -05:00 |
|
Alex Nguyen
|
b442b8c33c
|
add move assignment for hrectbound
|
2021-01-15 00:17:30 -05:00 |
|
Alex Nguyen
|
c8227266bf
|
add move assignment operator
|
2021-01-14 14:24:34 -05:00 |
|
Ryan Curtin
|
287c3bcfd2
|
Merge pull request #2142 from aabghari/master
HMM: calculate likelihood for data stream with/without pre-calculated emission probability
|
2021-01-12 08:58:25 -05:00 |
|
Ryan Curtin
|
cbc3773ecf
|
Merge branch 'master' into master
|
2021-01-11 17:23:01 -05:00 |
|
Ryan Curtin
|
0308fe001d
|
Apply suggestions from code review
|
2021-01-11 17:19:18 -05:00 |
|
Marcus Edel
|
907b7848d8
|
Merge pull request #2790 from abh2k/pr1
Fixed BCE Loss.
|
2021-01-09 17:46:45 +01:00 |
|
Marcus Edel
|
bd26c61c00
|
Merge pull request #2784 from Anmol2001/patch-1
Added copy and move constructors in Reparametrization layer.
|
2021-01-09 17:45:50 +01:00 |
|
Marcus Edel
|
fdf8c91a7e
|
Merge pull request #2776 from gauravghati/weightSetSizeVisitor
WeightSize function for LSTM, adaptive max and mean pooling layers.
|
2021-01-08 21:51:32 +01:00 |
|
 Anmolpreet SinghandMarcus Edel
|
cabee7d6a0
|
Update src/mlpack/methods/ann/layer/reparametrization_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-01-07 16:03:33 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
36b5db8557
|
Update src/mlpack/methods/ann/layer/reparametrization_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-01-07 16:03:17 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
4976ef4a12
|
Update src/mlpack/methods/ann/layer/reparametrization.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-01-07 16:02:59 +05:30 |
|
Marcus Edel
|
d2ed4ef236
|
Merge pull request #2794 from Abilityguy/BracedList
Added braced lists to remaining files.
|
2021-01-06 23:32:42 +01:00 |
|
Anmolpreet Singh
|
e64932fe29
|
fixed indentation
|
2021-01-06 00:23:27 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
ae39dcc06f
|
Update src/mlpack/tests/feedforward_network_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-01-06 00:12:33 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
de440b94b1
|
Update src/mlpack/tests/feedforward_network_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-01-06 00:12:19 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
d0a28cf709
|
Update src/mlpack/tests/feedforward_network_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-01-06 00:12:09 +05:30 |
|
Anush V Kini
|
b1b26d1ef8
|
Review fixes
|
2021-01-05 18:43:50 +05:30 |
|
Abhinav Anand
|
46940109b7
|
Minor code quality fix
|
2021-01-04 02:02:46 +05:30 |
|
Marcus Edel
|
854f4fec9f
|
Merge pull request #2792 from Abilityguy/InitList
Added braced lists to ann_layer_test.cpp.
|
2021-01-03 13:50:03 +01:00 |
|
Abhinav Anand
|
2dd75c45fb
|
Fixec backward pass for reduction
|
2021-01-03 08:09:22 +05:30 |
|
Abhinav Anand
|
f1fb7bf0a0
|
Fixed few issues
|
2021-01-03 02:40:15 +05:30 |
|
Abhinav Anand
|
2be61b05a1
|
Fixed few issues
|
2021-01-03 01:23:06 +05:30 |
|
Abhinav Anand
|
777c9ad899
|
Fixed few issues
|
2021-01-03 00:24:08 +05:30 |
|
Anmolpreet Singh
|
2e91fdfc52
|
fixing typos
|
2021-01-02 19:41:07 +05:30 |
|
Anmolpreet Singh
|
f29baecfbf
|
Update feedforward_network_test.cpp
I have changed the test network with stochastic option to be off so that randomization was leading to different predictions.
|
2021-01-02 12:39:04 +05:30 |
|
Anush V Kini
|
112e0f3a73
|
Added braced lists to files
|
2021-01-02 10:23:46 +05:30 |
|
Ryan Curtin
|
dffb8e599d
|
Merge pull request #2793 from mlpack/catch-header-updates-2.13.4
Upgrade Catch to 2.13.4
|
2021-01-01 20:19:51 -05:00 |
|
Anush V Kini
|
a6fe99668a
|
Another fix for the static analysis checks
|
2021-01-01 16:20:49 +05:30 |
|
Yashwants19
|
ae71523713
|
Upgrade Catch to 2.13.4
|
2021-01-01 10:20:18 +00:00 |
|
Anush V Kini
|
ee31b0ea9e
|
Fix for static analysis checks
|
2021-01-01 13:16:11 +05:30 |
|
Anush V Kini
|
d259e253e8
|
Added bracer lists to ann_layer_test.cpp
|
2021-01-01 11:25:45 +05:30 |
|
Abhinav Anand
|
2955b5d781
|
fixed test case
|
2020-12-31 20:38:47 +05:30 |
|
Abhinav Anand
|
fed1c43039
|
Made BCELoss to take mean over all elements
|
2020-12-31 19:13:06 +05:30 |
|
Abhinav Anand
|
6c25172153
|
Made BCELoss to take mean over all elements
|
2020-12-31 18:17:24 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
cc85d2035f
|
Update src/mlpack/methods/ann/layer/reparametrization.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2020-12-31 14:06:33 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
d4792860e0
|
Update src/mlpack/methods/ann/layer/reparametrization_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2020-12-31 14:06:21 +05:30 |
|
 Anmolpreet SinghandMarcus Edel
|
6ce3678b81
|
Update src/mlpack/methods/ann/layer/reparametrization_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2020-12-31 14:06:04 +05:30 |
|
Ryan Curtin
|
56ac3d219b
|
Merge pull request #2624 from shawnbrar/master
Added Adjusted R2
|
2020-12-30 19:07:08 -05:00 |
|
Ryan Curtin
|
a48e1585c6
|
Merge branch 'master' into master
|
2020-12-30 19:06:48 -05:00 |
|
Abhinav Anand
|
397000df02
|
changed test case
|
2020-12-31 04:53:31 +05:30 |
|
Abhinav Anand
|
a278511804
|
minor fix
|
2020-12-31 03:11:15 +05:30 |
|
Abhinav Anand
|
f10b288027
|
Fixed BCE Loss
|
2020-12-31 01:48:53 +05:30 |
|
Anmolpreet Singh
|
e730435b1d
|
Update feedforward_network_test.cpp
|
2020-12-29 22:46:48 +05:30 |
|
Anmolpreet Singh
|
71d4e76480
|
fixing typos
|
2020-12-29 13:37:12 +05:30 |
|