Commit Graph
22770 Commits
Author SHA1 Message Date
Ryan Birmingham 8d2ca2d88b section name duplication 2020-05-10 03:26:41 -04:00
Ryan Birmingham 81d1deaa2b latex errors, unfixed as of yet 2020-05-10 03:23:42 -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
kartikdutt18 74f662e1f0 fix clean up of move copy constructor
Move ampersand to the left to match the codebase
2020-04-24 20:25:54 +05:30
kartikdutt18 07cf3c5cd8 Added copy, move constructors and copy assignment operators
Fixed Line Length
2020-04-24 20:25:54 +05:30
Ryan Birmingham 1c25a1bda5 Merge pull request #2379 from rcurtin/linear_svm_julia
Add Julia binding for linear SVM.
2020-04-23 22:55:34 -04:00
himanshupathak21061998 ba1f7d227b Adding input output as parameter. 2020-04-23 15:54:35 +05:30
Ryan Curtin 0c7f4e733e Merge branch 'master' into julia-serialize 2020-04-22 07:45:00 -04:00
Ryan Curtin b83e6f56b5 Merge branch 'master' into julia-serialize 2020-04-22 07:44:38 -04:00
Ryan Curtin fe32799049 Clarify documentation. 2020-04-22 07:44:33 -04:00
Ryan CurtinandMarcus Edel 72a567715d Update src/mlpack/bindings/julia/print_model_type_import.hpp
Co-Authored-By: Marcus Edel <marcus.edel@fu-berlin.de>
2020-04-22 07:40:20 -04:00
Ryan Curtin 7654f7ea1e Remove Python 2.7 build from OS X. 2020-04-21 23:14:12 -04:00
Ryan Curtin c02a25852d Add Julia binding for linear SVM. 2020-04-21 17:30:20 -04:00
himanshupathak21061998 ee99a55951 Solving problem with inline string 2020-04-21 09:37:13 +05:30
himanshupathak21061998 e976a61026 Adding String lower case converter in util 2020-04-21 01:20:45 +05:30
Ryan Curtin 3068378653 Merge pull request #2373 from Yashwants19/Fix-Julia-Doc
Fix Julia documentation.
2020-04-20 15:26:20 -04:00
Ryan Curtin e540026047 Fully qualify AbstractSerializer now that we are importing Serialization. 2020-04-20 07:55:25 -04:00
Ryan Curtin d50b17889d Add Serialization as a dependency (it's in Base, so it should always be there). 2020-04-18 16:08:50 -04:00
Ryan Curtin 1401a22bea Fix CLITest. 2020-04-18 13:07:00 -04:00
Yashwant 54bf1741e9 Resolve some comments. 2020-04-18 21:53:37 +05:30
Yashwant Singh Parihar 803e2a8f61 Add some ignored options. 2020-04-18 21:27:21 +05:30
Yashwant Singh Parihar f18c84d7f3 Remove some extra options. 2020-04-18 21:27:21 +05:30
Yashwant 5477314a3e Fix Azure Pipeline 2020-04-18 21:27:21 +05:30