Commit Graph
25649 Commits
Author SHA1 Message Date
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
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
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
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
Anmolpreet Singh 2ad3225f47 Added tests for copy and move constructors of Reparametrization 2020-12-27 15:59:32 +05:30
Anmolpreet Singh f8631f77db Added copy and move constructors for reparamterization
definition of  copy and move constructors for reparamterization.
2020-12-27 13:42:25 +05:30
Anmolpreet Singh eef10b5fe8 Adding Copy and move constructors for Reparametrization
Added declarations of Copy and move constructors for Reparametrization.
2020-12-27 12:42:36 +05:30
Yashwant Singh Parihar 55feac7690 Merge pull request #2783 from mlpack/boost-version-updates
Upgrade Boost Version in CMake script.
2020-12-27 06:09:40 +05:30
zoq a84e483791 Upgrade Boost Version in CMake script. 2020-12-26 10:23:12 +00:00
Yashwant Singh Parihar 48089b84e3 Merge pull request #2782 from RishabhGarg108/cmake-bindings
Disabling bindings by default in cmake.
2020-12-26 12:45:24 +05:30
Rishabh GargandMarcus Edel 00dce30b90 Fixed styling
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-12-25 18:44:37 +05:30
Marcus Edel 465974c8c8 Merge pull request #2780 from Yashwants19/update-boost-version
Scheduled cron GH-action workflow for updating Boost version.
2020-12-25 14:00:39 +01:00
RishabhGarg108 7ab28e7442 Updated HISTORY.md 2020-12-25 16:34:54 +05:30
RishabhGarg108 4a827779c9 Disabling bindings by default 2020-12-24 23:07:55 +05:30
Yashwant Singh Parihar 3bd154bbce Ahh, forget to delete armadillo folder. 2020-12-24 13:28:42 +05:30
Yashwant 58f3a0002c Scheduled cron GH-action workflow for updating Boost version. 2020-12-24 13:09:38 +05:30
Marcus Edel 7da22c55b4 Merge pull request #2762 from ayushsingh11/master
Adding triplet margin loss function.
2020-12-23 20:15:22 +01:00
Ryan Curtin 14e120148d Merge pull request #2778 from rcurtin/go-no-ints-in-gonum
Gonum can't hold ints, so remove slightly confusing documentation.
2020-12-23 08:37:34 -05:00
Omar Shrit 51182bdabf Merge pull request #2739 from NippunSharma/iss2071
Adding clear errors to RNN's and FFN's when the input shape is wrong
2020-12-23 11:45:05 +01:00
Ryan Curtin d4349b3a50 Gonum can't hold ints, so remove slightly confusing documentation. 2020-12-22 20:11:40 -05:00
ayushsingh11 0e6e82f2d7 Merge branch 'master' into master 2020-12-22 08:48:32 +05:30
Ryan Curtin a766ea292e Merge pull request #2266 from bisakhmondal/Removing-Decision-stump
Removing decision stump class
2020-12-21 22:03:08 -05:00
NippunSharma 93529c069d fixing conflicts 2020-12-21 18:29:49 +05:30
Omar Shrit 685de4d5a9 Merge pull request #2706 from NippunSharma/iss2590
Adding WeightSize() to transposed convolution, celu, c_relu, noisy_linear and parametric relu
2020-12-21 13:30:36 +01:00
Omar Shrit dc6b054dc5 Merge pull request #2771 from Anmol2001/patch-1
Update build.hpp
2020-12-21 13:23:21 +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
Anmolpreet SinghandRyan Curtin 3c5c2b9ca0 Update doc/guide/build.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-12-19 00:52:57 +05:30
Anmolpreet Singh 2d07ed063f Update README.md 2020-12-18 19:06:18 +05:30
Anmolpreet Singh dd442ac6b1 Update README.md
I am changing the URL of link to the Catch2 GitHub repository as the earlier one was not working.
2020-12-18 13:28:44 +05:30
Anmolpreet SinghandRyan Curtin eb7c5eb5c6 Update doc/guide/build.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-12-18 13:18:22 +05:30
Anmolpreet SinghandRyan Curtin 8f9e632b4b Update doc/guide/build.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-12-18 13:18:15 +05:30
Anmolpreet Singh 2147618dfa Update COPYRIGHT.txt 2020-12-18 11:46:20 +05:30
NippunSharma 1d66eb4078 fixing errors 2020-12-17 14:38:55 +05:30
Nippun Sharma f2594e52b3 changed () to <> in sequential 2020-12-17 14:03:58 +05:30
NippunSharma 01db8c739b added InputShape() to multihead_attention, positional_encoding, reparametrization, sequential 2020-12-17 13:28:48 +05:30
NippunSharma ceb6f7ebed fixing bilinear_interpolation.hpp 2020-12-17 11:03:33 +05:30
NippunSharma f61da066ed reverting back to REQUIRE_THROWS_AS 2020-12-17 11:00:56 +05:30
Nippun SharmaandRyan Curtin cad5e73aca Update src/mlpack/methods/ann/util/check_input_shape.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-12-17 10:51:05 +05:30
Nippun SharmaandRyan Curtin 6a0bf85cba Update src/mlpack/methods/ann/util/check_input_shape.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-12-17 10:50:04 +05:30
Ryan Curtin eb8fe0a83e Remove no-longer-needed files. 2020-12-16 16:39:31 -05:00
Anmolpreet Singh 3437c01cf2 Update build.hpp
I have documented the updates with the test commands and also added a memory warning with the make -j N command.
2020-12-17 00:58:23 +05:30
Ryan Curtin 2774b792cb Fix line wrap. 2020-12-15 20:26:39 -05:00
Ryan Curtin ab6a2bbc1e Merge remote-tracking branch 'origin/master' into Removing-Decision-stump 2020-12-15 20:26:09 -05:00
Ryan Curtin 55c5d3f23b Fix static code analysis issue. 2020-12-15 20:25:56 -05:00
Ryan Curtin 4d01fe5e91 Merge pull request #2766 from zoq/COPYRIGHT-2020
Update COPYRIGHT (year).
2020-12-15 20:22:21 -05:00