Commit Graph
27527 Commits
Author SHA1 Message Date
shubham1206agra e19c00a008 trying to initialize env_type var in same header 2022-05-09 21:00:51 +05:30
shubham1206agra 61550e0678 converted sparse autoencoder to .hpp 2022-05-09 20:48:19 +05:30
shubham1206agra d8f2ea43c5 converted sparse coding to .hpp 2022-05-09 19:38:05 +05:30
shubham1206agra a13ab0a8e3 converted radical to .hpp 2022-05-09 13:51:07 +05:30
shubham1206agra 0bef9de383 converted randomized svd to .hpp 2022-05-09 13:30:06 +05:30
shubham1206agra 4f19adc1ad converted softmax regression to .hpp 2022-05-09 12:30:09 +05:30
shubham1206agra 6a63ba1d4f fix missing inline 2022-05-01 12:41:36 +05:30
shubham1206agra 75d3333b1f converted cosine tree to .hpp 2022-05-01 12:05:19 +05:30
shubham1206agra c5bb70f77f trying different approach 2022-04-30 19:40:06 +05:30
shubham1206agra f99fd3585d adding extern again :( 2022-04-30 18:07:40 +05:30
shubham1206agra 059c0dcc33 idk :( 2022-04-30 17:55:50 +05:30
shubham1206agra a8a43970cf trying to fix multiple declaration 2022-04-30 12:43:59 +05:30
shubham1206agra 4ab0f48e9b adding mlpack export in static var 2022-04-30 12:08:21 +05:30
shubham1206agra 087c58dffb trying extern 2022-04-30 12:03:14 +05:30
shubham1206agra af6f110484 correction 2022-04-30 11:50:27 +05:30
shubham1206agra 1b49b18cbd forgot to remove extern 2022-04-30 11:43:31 +05:30
shubham1206agra 1e96d07af7 experimenting ways to export global variable 2022-04-30 11:42:28 +05:30
shubham1206agra 947c73653f converted ColumnsToBlocks to .hpp 2022-04-29 12:52:49 +05:30
shubham1206agra 626f034ce5 added small comment 2022-04-29 12:43:08 +05:30
shubham1206agra 8b4e4c37c7 converted regression distribution to .hpp 2022-04-29 12:41:16 +05:30
shubham1206agra 623717a68e changed laplace distribution to .hpp 2022-04-29 12:28:58 +05:30
shubham1206agra 2a451e3047 converted guassian to .hpp 2022-04-29 12:10:55 +05:30
shubham1206agra 3d18d41a5e converted gamma distribution to .hpp 2022-04-29 11:56:33 +05:30
shubham1206agra 36f76a996a converted discrete distribution to .hpp 2022-04-29 11:35:08 +05:30
shubham1206agra e7201e27ec forgot to add inline :) 2022-04-27 13:04:12 +05:30
shubham1206agra abdb3c609d converted diagonal guassian distribution to .hpp 2022-04-27 12:52:42 +05:30
Omar Shrit fdc7af7a6a Merge pull request #3091 from shrit/header-only
mlpack Header only initiative
2022-04-17 11:13:01 +01:00
Omar ShritandMarcus Edel 10f722bc83 Update src/mlpack/core/data/save_image.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-04-16 21:40:15 +02:00
Ryan Curtin 3279ed3034 Merge pull request #3153 from zoq/atomic-llvm
Check if atomics need `-latomic` linking.
2022-04-16 09:45:49 -07:00
Omar Shrit eefb010434 Apply @rcurtin modification to check STB version
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-16 16:20:14 +01:00
Marcus Edel 2ab6d44697 Merge pull request #3187 from mlpack/boost-version-updates
Upgrade Boost Version in CMake script.
2022-04-14 15:46:50 -04:00
zoq 3cad2018c0 Upgrade Boost Version in CMake script. 2022-04-14 10:05:15 +00:00
Ryan Curtin befe007a5f Merge pull request #3180 from LiuZhuojin/dev
Replace boost::heap::priority_queue with std::vector
2022-04-13 19:09:39 -07:00
LiuZhuojin edead61d17 Update contributor list 2022-04-14 09:53:55 +08:00
LiuZhuojin 44c8cff9a8 Replace boost::heap::priority_queue with std::vector 2022-04-13 09:33:03 +08:00
LiuZhuojin 538c9e798c Add vector and queue to standard includes 2022-04-13 00:40:08 +08:00
LiuZhuojin f26741f633 Replace boost::heap::priority_queue with std::vector 2022-04-13 00:38:40 +08:00
LiuZhuojin 9f95174313 Replace boost::heap::priority_queue with std::vector 2022-04-13 00:27:28 +08:00
LiuZhuojin 0c6958e08a Replace boost::heap::priority_queue with std::vector 2022-04-09 15:04:31 +08:00
LiuZhuojin 562f25f4ea Replace boost::heap::priority_queue with std::vector 2022-04-09 14:58:28 +08:00
LiuZhuojin ae69f60927 Replace boost::heap::priority_queue with std::vector 2022-04-08 13:53:10 +08:00
Marcus Edel de94eee688 Merge pull request #3177 from mlpack/cli11-header-updates-2.2.0
Upgrade CLI11 to 2.2.0.
2022-04-07 22:50:49 -04:00
Yashwants19 4dee90e10d Upgrade CLI11 to 2.2.0 2022-04-01 10:00:54 +00:00
Omar Shrit c4bb721ef5 Merge pull request #3132 from shubham1206agra/boo-rem
Removing Remaining Boost
2022-03-27 16:04:42 +01:00
shubham1206agra 7b12966f11 Removed static_cast as approx uses double anyway.
Fixing a typo in comments.
2022-03-24 10:30:53 +05:30
Marcus Edel 32af9968f2 Prettify C++ code used to check for atomic linkage. 2022-03-16 23:23:01 -04:00
Marcus Edel e964c7cba2 If we use MSVC no need to check for atomic. 2022-03-15 22:14:12 -04:00
Omar Shrit 8868c12060 Let us see inital try for STB test
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-03-13 21:28:32 +00:00
Marcus Edel b5dfa9561b Merge pull request #3144 from hello-fri-end/fixLossFunctions
Fix bugs in ANN loss functions.
2022-03-10 22:40:54 -05:00
shubham1206agra 58a7d5abd7 removing extra line 2022-03-06 19:53:02 +05:30