Commit Graph
22790 Commits
Author SHA1 Message Date
Omar Shrit b39ded1dc4 Fix typo
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-28 18:30:40 +02:00
Omar Shrit d726940422 Add equality check
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-28 18:24:00 +02:00
Omar Shrit 4b7f55b5b5 Initialize logDevCot
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-28 18:20:29 +02:00
Omar Shrit 11ef838d11 Fix memory leaks in cellbound_impl
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-28 18:20:09 +02:00
Omar Shrit c7feb4eca6 Add some if define if using arma HDF5
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-28 18:14:43 +02:00
Omar Shrit 486b3db8ef Delete pointer of already allocated
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-28 18:11:56 +02:00
Omar Shrit 9e2b81796b Remove non required assert
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-28 18:02:19 +02:00
Omar Shrit ba8e4e93bf Use post increment for indecies
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-27 00:08:13 +02:00
Omar Shrit b24e1166a1 Remove ann_low_resource_main
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-27 00:05:40 +02:00
Omar Shrit fb84a029fe Remove knn_low_resource_main
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-27 00:05:12 +02:00
shritandRyan Curtin 61514625df Update style in src/mlpack/tests/main_tests/hmm_train_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-06-27 00:01:37 +02:00
Omar Shrit 27fcbd6941 Remove early_stop_at_min_loss callbacks for mlpack
A better version is implemented in ensmallen

Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-20 13:17:53 +02:00
Omar Shrit a7542b1573 Use post increment for indices
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-20 01:20:15 +02:00
Omar Shrit d5e6ece336 j++ into ++j and k++ into ++k
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-19 18:50:49 +02:00
Omar Shrit 50794b783b Replace i++ to ++i
Why?
Pre-increment is faster than post-increment

I know that gcc generated the same code, but it is easier to
keep a good practice

Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-19 18:50:37 +02:00
4806e9ae1e Added accessor methods for ANN layers. (#2321)
* Added accessor methods. Tests left to be done.

* Test cases written. Minor typo fix.

* Fix a minor typo in comments.

* Fix style issue.

* Apply suggestions from code review

Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>

* Final minor fixes in some of the comments.

* Updated HISTORY.md

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2020-05-10 17:39:32 +02:00
favre49 0c1d887bce Merge pull request #2395 from rcurtin/sparse-lsh
Templatize `LSHSearch` to allow sparse matrices
2020-05-10 13:41:57 +05:30
Ryan Curtin 883c0fcfc7 Remove random seed. 2020-05-07 14:38:42 -04:00
Ryan Curtin 2520176451 Update with correct PR number. 2020-05-07 13:37:11 -04:00
Ryan Curtin 96464835f3 Update history. 2020-05-07 13:32:49 -04:00
Ryan Curtin 2a9658a6ba Add test to make sure sparse functionality works right. 2020-05-07 13:32:05 -04:00
Ryan Curtin b0b7f3ff48 Adapt LSHSearch to allow MatType template parameter. 2020-05-07 13:31:54 -04:00
Bisakh Mondal 28d724140b Adding elliot activation (#2268)
* styles added

* added implementation for Elliot Activation Function

* Reference url attached

* elliot layer added

* elliot activation test added

* typo fixed

* cmake updated & name added in copyright

* Styles Fixed

* Styles Fixed

* Merge

* Updated & added to History.md

* Conflicts Resolved

* Unnecessary changes removed

While rebasing, unwanted changes occurred.

* Url fixed
2020-05-05 21:10:42 +02:00
sy0814k 944f15048d Merge pull request #2394 from bisakhmondal/gmmFix
GMMTest Tolerance update
2020-05-04 17:25:22 -07:00
Ryan Birmingham 58527f6eff Merge pull request #2195 from kartikdutt18/Add-Adaptive-Pooling
Addition of Adaptive Pooling (mean and max).
2020-05-03 15:09:12 -04:00
Bisakh Mondal 0026d92c04 d2 , d3 tolerance updates 2020-05-03 17:41:05 +05:30
Bisakh Mondal ac7c94a46a d1 tolerance increased 2020-05-03 17:24:39 +05:30
Ryan Curtin c3fb2eb48f Merge pull request #2392 from kartikdutt18/RemoveSomeWarnings
Remove -Wreorder warning in  LARS.
2020-05-01 19:02:44 -04:00
kartikdutt18 39e08d6355 History updated 2020-05-02 00:24:54 +05:30
kartikdutt18 baa7416b1e Added layer to layernames, layer_types 2020-05-02 00:23:42 +05:30
kartikdutt18 6eae57e18e Finished new definition as wrapper and added tests
Style Fix

Remaining style fix

Add reset option

Style and Typo fixes

Style and Typo fixes

Typo-Fix

Removed reset line that used to set it to false

Changed reset

Update History.md

Better comments

Better comments in pooling layers as well

Update History.md
2020-05-02 00:23:40 +05:30
kartikdutt18 c73e194b08 Update adaptive_mean_pooling
Reverting to prev method

wrapper
2020-05-02 00:23:23 +05:30
kartikdutt18 fe29ecbdeb Update adaptive_max_pooling 2020-05-02 00:23:23 +05:30
kartikdutt18 1a17ff6d69 Completed and tested MaxPooling, Added both layers to layer_names.hpp
Style Fix

Minor style fix
2020-05-02 00:23:23 +05:30
kartikdutt18 b2c247f6d3 Add adaptive poolin
Add adaptive poolin

Resolve merge conflict

Add empty line at eof
2020-05-02 00:23:23 +05:30
kartikdutt18 3ccd9befa9 Remove warning in LARS 2020-05-01 16:57:26 +05:30
Marcus Edel 5322aaafdf Merge pull request #2390 from rcurtin/adaboost-doc-fix
Fix AdaBoost documentation example.
2020-04-30 21:14:36 +02:00
Ryan Curtin e6e70d9b0b Add new block to HISTORY.md for next version. 2020-04-29 17:36:40 -04:00
Ryan Curtin 6ad55698d7 Update version to next release version. 2020-04-29 17:36:40 -04:00
Ryan Curtin 44e1bebd15 Update version to 3.3.1. 2020-04-29 17:36:40 -04:00
Ryan Curtin 6422861fda Update with release date and version. 2020-04-29 17:36:22 -04:00
Ryan Curtin 4fadbce3df Add labels parameter to example. 2020-04-29 17:08:45 -04:00
Ryan Birmingham 0e10c6343a Merge pull request #2377 from himanshupathak21061998/add-tolower
Adding String lower case converter in util
2020-04-28 17:01:13 -04:00
Ryan Curtin 43e1c372e9 Merge pull request #2374 from kartikdutt18/LarsCopyConstructor
Add Copy, Move Constructors and Copy, Move Operators for LARS class.
2020-04-27 22:12:41 -04:00
kartikdutt18 b0fbeb6a8c Merge branch 'LarsCopyConstructor' of https://github.com/kartikdutt18/mlpack into LarsCopyConstructor 2020-04-27 12:51:57 +05:30
kartikdutt18 452ad102c6 Add comments and seperate code in blocks for readibility 2020-04-27 12:48:58 +05:30
kartikdutt18 55ceb9a5a4 Merge branch 'master' into LarsCopyConstructor 2020-04-26 11:51:27 +05:30
Ryan Birmingham 9672d5d153 Merge pull request #2376 from rcurtin/julia-serialize
Add native Julia serialization for mlpack models
2020-04-25 16:14:52 -04:00
kartikdutt18 a9ca0d4c0b Update History.md to resolve conflict 2020-04-24 20:56:58 +05:30
kartikdutt18 e03aafc4be Updated copy and move constructors to check if matGram points to internally held matrix, Updated History.md 2020-04-24 20:26:27 +05:30