Commit Graph
455 Commits
Author SHA1 Message Date
Ryan Curtin d86198cd17 Update HISTORY.md. 2021-10-31 18:09:13 -04:00
Ryan Curtin 9a1646adb1 Merge remote-tracking branch 'origin/master' into julia-fix-categories 2021-10-16 12:33:28 -04:00
Ryan Curtin 0994b08419 Merge remote-tracking branch 'origin/master' into r-duplicate-model-fix 2021-08-17 10:21:45 -04:00
Ryan Curtin 24b41c7e38 Merge remote-tracking branch 'origin/master' into julia-fix-categories 2021-08-17 10:20:45 -04:00
Ryan Curtin d3bb846726 Update HISTORY for threadsafe-io branch. 2021-08-16 16:44:49 -04:00
Ryan Curtin 078854c05e Merge remote-tracking branch 'origin/master' into r-duplicate-model-fix 2021-08-16 16:42:40 -04:00
jeffin sam bf61e977fd Merge branch 'master' into multilabel_softmargin_loss 2021-08-14 20:32:26 +05:30
Ryan Curtin ff73e7c363 Update HISTORY.md. 2021-08-13 21:36:32 -04:00
Ryan Curtin 0a3edbf93d Merge remote-tracking branch 'origin/master' into julia-fix-categories 2021-08-12 13:11:44 -04:00
Marcus Edel 3b3109cec1 Merge pull request #3001 from rcurtin/softmax-regression-probs
Add 'probabilities' option to softmax regression binding.
2021-07-30 21:37:05 -04:00
Rishabh GargandRyan Curtin edb9879f2a Update HISTORY.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-07-13 13:44:08 +05:30
Rishabh Garg f9f43d4957 Add a log to HISTORY.md 2021-07-12 10:36:33 +05:30
Ryan Curtin 6f1daebf38 Merge remote-tracking branch 'origin/master' into julia-fix-categories 2021-07-06 09:32:54 -04:00
Ryan Curtin 7e71a8c113 Update HISTORY.md. 2021-06-29 19:38:25 -04:00
Ryan Curtin 2fc791085f Update history. 2021-06-14 14:53:44 -04:00
Ryan Curtin 05e358d668 Make history comment more accurate. 2021-06-08 09:42:42 -04:00
Ryan Curtin cd9d58ad57 Update HISTORY.md. 2021-06-07 16:38:38 -04:00
Ryan Curtin d0e8351126 Update history. 2021-06-07 13:13:04 -04:00
Marcus Edel 0259155841 Merge pull request #2964 from rcurtin/hoeffding_tree_empty_constructor
Better handling of empty Hoeffding trees.
2021-06-05 20:23:10 -04:00
Ryan Curtin 639f1d3e4e Update HISTORY. 2021-06-02 17:54:09 -04:00
Ryan Curtin 052a0216d9 Update HISTORY. 2021-06-01 19:15:56 -04:00
Nippun Sharma 1218a3a078 Merge branch 'master' into access_models 2021-05-28 10:21:08 +05:30
Nippun Sharma 2ca058b3a7 added to history 2021-05-28 09:59:14 +05:30
Rishabh Garg 2a6152dfcd Update HISTORY.md 2021-05-09 06:54:09 +05:30
Rishabh Garg b2a5fe6454 Merge branch 'master' into random-split 2021-05-09 06:52:44 +05:30
fawwazmayda 594c002f4f adding flatten_t_swish
adding test

adding Flatten T  Swish

Update activation_functions_test.cpp

Update flatten_t_swish.hpp

fixing mistype

fixing style

improve styling

Update flatten_t_swish_impl.hpp

Update flatten_t_swish.hpp

Update flatten_t_swish_impl.hpp

Update COPYRIGHT.txt

Update activation_functions_test.cpp

Update activation_functions_test.cpp

fix style

Update flatten_t_swish_impl.hpp

Update flatten_t_swish_impl.hpp

Update flatten_t_swish_impl.hpp

Update history.md
2021-05-08 13:16:02 +08:00
Rishabh Garg dd9383d226 Update HISTORY.md 2021-04-26 20:14:49 +05:30
Rishabh Garg 82be58a305 Added to HISTORY.md 2021-04-25 06:07:59 +05:30
Ryan Curtin 22eb09e5d4 Don't build mlpack_test as part of make. 2021-04-23 22:10:38 -04:00
Rishabh Garg c312ccf7ed Merge branch 'master' of https://github.com/mlpack/mlpack into warm-start 2021-04-01 07:55:33 +05:30
Rishabh GargandRyan Curtin 5d3d81de28 Update HISTORY.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-03-27 22:43:09 +05:30
Rishabh Garg 416cd7cf8c Added a missing newline 2021-03-27 21:48:04 +05:30
Rishabh Garg fb928ae37f Added to HISTORY.md 2021-03-27 21:40:04 +05:30
Ryan Curtin ab182f9d0c Update HISTORY. 2021-03-20 13:56:15 -04:00
Ryan Curtin 56e3364547 Update history. 2021-03-13 17:33:48 -05:00
Ryan Curtin b11720c4de Update history. 2021-03-05 09:31:44 -05:00
jeffin sam ebaa6c3161 Merge branch 'master' into multilabel_softmargin_loss 2021-02-28 21:02:14 +05:30
jeffin143 180f91770d Merge upstream 2021-02-22 12:41:43 +05:30
jeffin143 733db6a95c Merge upstream 2021-02-21 23:24:00 +05:30
Abhinav Anand ef61aa5b9d merged with master 2021-02-12 06:47:45 +05:30
jeffin sam f96934dc67 Merge pull request #2803 from rcurtin/model-no-visitor
Remove boost::visitor from `Model` classes
2021-02-07 19:11:13 +05:30
Marcus Edel 06ed1d6dda Merge branch 'master' into pixel_shuffle 2021-02-04 22:41:20 +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
Marcus Edel b7f614a66b Merge branch 'master' into model-no-visitor 2021-01-28 19:58:35 +01:00
Ryan Curtin 46281ee3ef Update HISTORY and ANN tutorial. 2021-01-27 19:20:44 -05:00
Marcus Edel f1c5ed9cb0 Merge pull request #2813 from rcurtin/kmeans++
Add k-means++ initialization.
2021-01-27 00:01:49 +01:00
Ryan Curtin 099dc29afe Merge remote-tracking branch 'origin/master' into model-no-visitor 2021-01-25 18:18:28 -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 654e6503d8 updated HISTORY.md 2021-01-23 19:57:18 +05:30
Ryan Curtin 31859c50cf Merge remote-tracking branch 'origin/master' into model-no-visitor 2021-01-22 18:58:34 -05:00