Commit Graph
25923 Commits
Author SHA1 Message Date
abh2k dfd5f142d8 fixed test case 2021-02-21 20:37:58 +05:30
abh2k 4394e99151 minor change 2021-02-19 03:15:22 +05:30
abh2k f6b626d717 Moved derivative to backward 2021-02-19 03:13:49 +05:30
abh2kandMarcus Edel f9fbf4d9b5 Removed space.
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-02-17 03:21:43 +05:30
abh2k 48deeeb3a6 Changes % to * 2021-02-16 04:36:30 +05:30
abh2k 0fe7756794 Update isrlu_impl.hpp 2021-02-15 10:24:01 +05:30
abh2k efcba77603 Update isrlu_impl.hpp
Use elementwise multiplication  while calculating `output(i)` and  used `output(i)` while calculating `derivative(i)`
2021-02-13 04:31:06 +05:30
Abhinav Anand 3c3d936f14 fixed test case 2021-02-09 11:51:31 +05:30
Abhinav Anand cf9af92045 changed layer_types 2021-02-09 10:59:05 +05:30
Abhinav Anand 43fb21edcc Minor code quality changes 2021-02-09 09:24:58 +05:30
Abhinav Anand 638be09256 minor change 2021-02-09 03:58:31 +05:30
Abhinav Anand 03115231bc Implemented ISRLU Activation Function 2021-02-09 03:47:23 +05:30
Abhinav Anand 709eb40dbe minor 2021-02-09 02:45:23 +05:30
Ryan Curtin 3b74b94961 Merge pull request #2824 from zoq/ci-brew-cask
brew cask instal is no longer supported
2021-02-04 21:46:54 -05:00
Ryan Curtin 0eef8d1aa9 Merge pull request #2823 from zoq/optimizer-test-remove
Remove no longer used test
2021-02-04 10:18:33 -05:00
Marcus Edel b63ca7d0ee Merge pull request #2772 from rcurtin/reset-cells-zero
Make sure all state values are set to zero on reset.
2021-02-03 23:33:54 +01:00
Ryan Curtin 71bdbb292b Merge pull request #2807 from rxng8/adamodel-move-assign
Static error: fix static error for list of classes
2021-02-02 21:13:22 -05:00
Marcus Edel b2366ab108 brew cask instal is no longer supported, use brew install --cask instead. 2021-02-03 01:21:35 +01:00
Marcus Edel 2d98d2ac9a Test file is no no longer used. 2021-02-03 01:03:11 +01:00
Ryan Curtin 041617d33c Merge pull request #2787 from NippunSharma/sanity_checks
added check_input_matrices option to python bindings
2021-02-01 21:23:24 -05:00
Alex Nguyen e730d21d01 Merge remote-tracking branch 'upstream/master' into adamodel-move-assign 2021-02-01 17:22:53 -05:00
Ryan Curtin dbabde9691 Merge pull request #2534 from rcurtin/negative-log-likelihood-numclasses
Use 0 to numClasses - 1, not 1 to numClasses in NegativeLogLikelihood
2021-01-30 11:24:17 -05:00
NippunSharma 9a3815fc14 changed name to PARAM 2021-01-29 18:08:37 +05:30
Nippun SharmaandRyan Curtin 23c39033de Update src/mlpack/core/util/io.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-01-29 18:04:40 +05:30
Alex Nguyen 8b6d068913 next static code fix 2021-01-29 01:59:45 -05:00
Alex Nguyen 53571929d5 next static code fix 2021-01-29 01:05:49 -05:00
Alex Nguyen b89b9fa46d Merge remote-tracking branch 'upstream/master' into adamodel-move-assign 2021-01-29 01:05:30 -05:00
Alex NguyenandRyan Curtin d7bc9e3648 Update src/mlpack/core/tree/hrectbound_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-01-29 00:04:59 -05:00
Ryan Curtin 5dd135b551 Fix (hopefully) last test. 2021-01-28 20:22:59 -05:00
Marcus Edel 0168d5883a Merge pull request #2770 from Anmol2001/master
Adding another overload member function of PCA::Apply().
2021-01-28 20:04:11 +01:00
Ryan Curtin b48ba3e77d Normalize labels of thyroid data. 2021-01-28 14:03:33 -05:00
NippunSharma 3664422c39 added comments 2021-01-28 13:23:23 +05:30
NippunSharma 5b76b2f5e7 changed PARAM_IN_WITH_NAME to PARAM_COMPLETE and editted other macros 2021-01-28 13:02:19 +05:30
Ryan Curtin 46281ee3ef Update HISTORY and ANN tutorial. 2021-01-27 19:20:44 -05:00
Ryan Curtin a5071d0fdb Merge remote-tracking branch 'origin/master' into negative-log-likelihood-numclasses 2021-01-27 19:17:56 -05:00
Marcus Edel ceb5bc19c7 Merge pull request #2781 from Abilityguy/MultiplyLayers
Added Copy and Move constructors to Multiply Layers.
2021-01-27 22:51:25 +01:00
NippunSharma 0914fe9439 added PARAM_IN_WITH_NAME 2021-01-27 16:01:41 +05:30
Alex NguyenandMarcus Edel dd8f73d246 Update src/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-01-26 23:32:46 -05:00
Alex NguyenandMarcus Edel e2adf5ec7c Update src/mlpack/methods/amf/termination_policies/incomplete_incremental_termination.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-01-26 23:32:37 -05:00
Alex NguyenandMarcus Edel 28f369cb14 Update src/mlpack/core/tree/hrectbound.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-01-26 23:32:29 -05:00
Marcus Edel f1c5ed9cb0 Merge pull request #2813 from rcurtin/kmeans++
Add k-means++ initialization.
2021-01-27 00:01:49 +01:00
NippunSharma ab3110e089 minor change 2021-01-27 00:33:23 +05:30
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
Alex Nguyen b87df26470 Merge remote-tracking branch 'upstream/master' into adamodel-move-assign 2021-01-24 22:29:02 -05:00
Ryan Curtin 3890be60f1 Update tolerance. 2021-01-24 17:21:07 -05:00
Ryan Curtin f3a9942368 Merge pull request #2797 from rcurtin/python-custom-install
Add PYTHON_INSTALL_PREFIX CMake option
2021-01-24 16:35:50 -05:00
NippunSharma 954f3c490e fixing parameter types while checking 2021-01-25 00:51:57 +05:30