Marcus Edel
84c08fe249
Merge pull request #2382 from nishantkr18/normal-dist
...
Addition of Normal Distribution to ANN module.
2020-05-14 23:01:34 +02:00
Shikhar Jaiswal
aa7a86ed0e
Merge pull request #2371 from nishantkr18/patch-1
...
Forward function update for softplus_function.hpp
2020-05-14 16:20:31 +05:30
Nishant Kumar
4293c98b9c
Update HISTORY.md
2020-05-13 12:25:38 +05:30
nishantkr18
214dc882b8
applied suggested changes
2020-05-12 17:37:14 +05:30
Ryan Curtin
aa2f59fa24
Merge pull request #2293 from jeffin143/split-shuffle
...
Add shuffle data paramter to data_split
2020-05-11 21:51:44 -04:00
Marcus Edel
819fa486e0
Merge branch 'master' into split-shuffle
2020-05-11 18:12: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
nishantkr18
f364ac853f
style fixes
2020-05-09 22:46:50 +05:30
nishantkr18
8fd21e34d6
changes made acc to suggestion
2020-05-09 22:34:42 +05:30
nishantkr18
a73452de2e
modified tests for softplus
2020-05-09 16:06:01 +05:30
nishantkr18
9d91545e98
added isnan and isinf condition check in softplus
2020-05-09 14:47:24 +05:30
nishantkr18
db78bbb7ae
added .vscode by mistake..
2020-05-09 02:40:14 +05:30
nishantkr18
6298b622e7
suggested changes added
2020-05-09 02:37:31 +05:30
nishantkr18
6e0973d255
added template parameter discription
2020-05-09 00:39:15 +05:30
nishantkr18
90c6177c98
comment changes
2020-05-09 00:28:20 +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
jeffin143
58ec7b87d3
Style correction and add test for 0 and 1 ration
2020-05-04 11:25:14 +05:30
jeffin143
c0253045c6
handle edge case
2020-05-04 00:53:27 +05:30
jeffin143
9ed9fc63b8
Merge https://github.com/mlpack/mlpack into split-shuffle
2020-05-04 00:46:37 +05:30
jeffin sam and Ryan Curtin
43e1e27a1c
Apply suggestions from code review
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-05-04 00:42:58 +05:30
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
nishantkr18
12b68e7791
added jacobian test and added template to normal dist
2020-04-26 17:11:55 +05:30