NippunSharma
|
458b302c39
|
removed TUPLE_TYPE
|
2021-01-27 00:31:58 +05:30 |
|
NippunSharma
|
16ff91b60b
|
made definition of TUPLE_TYPE inline
|
2021-01-26 21:58:03 +05:30 |
|
NippunSharma
|
7ec4058f35
|
removed size_t conditions from CheckInputMatrices()
|
2021-01-26 19:08:07 +05:30 |
|
NippunSharma
|
f5b32bc890
|
removing size_t tests
|
2021-01-25 19:59:51 +05:30 |
|
NippunSharma
|
954f3c490e
|
fixing parameter types while checking
|
2021-01-25 00:51:57 +05:30 |
|
NippunSharma
|
0d31176db8
|
added check for unsigned matrix
|
2021-01-24 21:14:41 +05:30 |
|
NippunSharma
|
141b92d07c
|
fixes
|
2021-01-24 00:57:00 +05:30 |
|
NippunSharma
|
0c60d8c423
|
Merge branch 'sanity_checks' of https://github.com/NippunSharma/mlpack into sanity_checks
|
2021-01-24 00:37:10 +05:30 |
|
NippunSharma
|
723ecf82eb
|
added more tests
|
2021-01-24 00:36:50 +05:30 |
|
 Nippun SharmaandRyan Curtin
|
33af71dbce
|
Update src/mlpack/core/util/io.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2021-01-24 00:35:21 +05:30 |
|
NippunSharma
|
654e6503d8
|
updated HISTORY.md
|
2021-01-23 19:57:18 +05:30 |
|
NippunSharma
|
acc559f952
|
Merge branch 'master' of https://github.com/mlpack/mlpack into sanity_checks
|
2021-01-23 19:54:11 +05:30 |
|
NippunSharma
|
0e8e6f1ba1
|
simplification
|
2021-01-23 19:53:47 +05:30 |
|
Ryan Curtin
|
73a88bc854
|
Merge pull request #2814 from jeffin143/ceral-history
Add cereal library to history
|
2021-01-22 18:16:22 -05:00 |
|
 jeffin samandMarcus Edel
|
22e3fb4bff
|
Update HISTORY.md
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-01-23 01:40:33 +05:30 |
|
jeffin143
|
0c77578f47
|
Add cereal library to history
|
2021-01-22 21:18:33 +05:30 |
|
Marcus Edel
|
515da0e829
|
Merge pull request #2795 from ayushsingh11/master
Added WeightSize function for multihead_attention, multiply_constant and multiply_merge layers.
|
2021-01-18 19:20:27 +01:00 |
|
Marcus Edel
|
94dc6be5b5
|
Merge pull request #2755 from rcurtin/r-binding-fixes
R binding DESCRIPTION fixes.
|
2021-01-16 15:49:46 +01:00 |
|
NippunSharma
|
04dee7ee87
|
fix errors
|
2021-01-13 18:23:07 +05:30 |
|
Nippun Sharma
|
6ad120aa6e
|
added CheckInputMatrix() to reduce code block in CheckInputMatrices()
|
2021-01-13 17:38:39 +05:30 |
|
Nippun Sharma
|
dc398bfb64
|
fixing errors
|
2021-01-13 12:11:51 +05:30 |
|
Nippun Sharma
|
5e0a3472cd
|
added templated utility function
|
2021-01-13 12:05:12 +05:30 |
|
Ryan Curtin
|
4de66bbf0a
|
Um, right, C++ needs semicolons...
|
2021-01-12 20:22:00 -05:00 |
|
NippunSharma
|
7056aebcdf
|
fixed indent
|
2021-01-13 00:38:25 +05:30 |
|
NippunSharma
|
bfff19e88d
|
fixed indentations, random indices in tests, changed comments
|
2021-01-13 00:34:48 +05:30 |
|
Nippun Sharma
|
aeb0f49e9f
|
added inf functionality and tests
|
2021-01-12 20:10:18 +05:30 |
|
Ryan Curtin
|
33fb5d255f
|
Try to work around static code analysis issues.
|
2021-01-12 08:59:28 -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
|
cd48b339d3
|
Use CMake to automatically configure LICENSE file.
|
2021-01-11 17:43:20 -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 |
|
ayushsingh11
|
fe6facd9b4
|
Minor Fix - Removed redundant ()
|
2021-01-09 11:44:55 +05:30 |
|
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 |
|