Commit Graph
311 Commits
Author SHA1 Message Date
Ryan Curtin 8b2cb33a32 Update HISTORY.md. 2020-07-15 08:57:34 -04:00
Omar Shrit 064a36d6d2 Merge branch 'master' into cli11
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-07-07 12:23:58 +02:00
Ryan Curtin 89473e4948 Merge pull request #2452 from rcurtin/ipmetric-ownership-fix
Fix ownership of kernels for FastMKS
2020-07-05 19:48:53 -04:00
Omar Shrit 97a11ccd34 Merge branch 'master' into cli11
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-07-04 23:50:10 +02:00
shritandRyan Curtin 503de0f3e9 Update HISTORY.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-07-04 17:19:25 +02:00
Mrityunjay Tripathi 9c496efae3 Merge branch 'master' of https://github.com/mlpack/mlpack into poisson_nll_loss 2020-07-02 21:13:48 +05:30
Omar Shrit f302c391d7 Updating HISTORY with the current changes
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 20:29:11 +02:00
Mrityunjay Tripathi d666d0bf3c Merge branch 'master' of https://github.com/mlpack/mlpack into poisson_nll_loss 2020-06-29 19:21:05 +05:30
Ryan Curtin 70f847afac Update HISTORY. 2020-06-28 13:43:31 -04:00
Marcus Edel cb37d6638f Merge branch 'master' into nsteplearning 2020-06-24 21:34:08 +02:00
Ryan Birmingham 8168578810 Merge pull request #2406 from khizirsiddiqui/silhouette_score
Add Silhouette Score and Pairwise Distance
2020-06-24 10:46:36 -04:00
Ryan Curtin 26e2cebeee Merge remote-tracking branch 'origin/master' into ipmetric-ownership-fix 2020-06-21 12:33:34 -04:00
Yashwant 74d4725181 Add comment and Update HISTORY.md. 2020-06-20 10:41:15 +05:30
Khizir SiddiquiandRyan Birmingham 37ae6c4268 Update HISTORY.md
proper position of version in history.md

Co-authored-by: Ryan Birmingham <birm@rbirm.us>
2020-06-19 18:16:54 +00:00
nishantkr18 fab27295e6 minor style fixes and using deque for buffer 2020-06-19 21:46:19 +05:30
nishantkr18 eaf964a92d minor bug fix in rl_comp test and History update 2020-06-19 17:13:59 +05:30
Khizir Siddiqui 0f402eb3de update readme.md 2020-06-19 15:19:19 +05:30
Khizir Siddiqui 1f6603ddf1 update history.md 2020-06-19 11:28:07 +05:30
Ryan Curtin 640370f82c Add new block to HISTORY.md for next version. 2020-06-18 14:55:27 -04:00
Ryan Curtin 0c159e114f Update history. 2020-06-18 14:55:18 -04:00
Ryan Curtin 242eaff291 Remove unstarted history block. 2020-06-18 14:50:49 -04:00
Ryan Curtin 689843217a Add new block to HISTORY.md for next version. 2020-06-18 14:19:23 -04:00
Marcus Edel f41cbf7ace Merge branch 'master' into ipmetric-ownership-fix 2020-06-16 23:50:52 +02:00
saksham189 398a27657c Merge pull request #2261 from himanshupathak21061998/add-rbf
Implementing Simple Radial Basis Function Layer
2020-06-16 20:35:23 +05:30
Ryan Curtin 410139e40f Merge remote-tracking branch 'origin/master' into ipmetric-ownership-fix 2020-06-15 17:20:07 -04:00
Nishant Kumar eb03a48b17 Merge branch 'master' into noisy 2020-06-14 22:22:22 +05:30
Yashwant 136f176d1d Apply suggestions by @rcurtin. 2020-06-14 10:17:44 +05:30
himanshupathak21061998 641fb2c074 Changing implementation and removing gradient function 2020-06-13 02:37:09 +05:30
nishantkr18 f708f443f9 added include in qlearning test, and updated history 2020-06-13 01:55:11 +05:30
Mrityunjay Tripathi f7aa70d4ab Merge branch 'master' of github.com:mrityunjay-tripathi/mlpack into poisson_nll_loss 2020-06-10 08:18:46 +05:30
Ryan Curtin 774e09d7d5 Update HISTORY. 2020-06-09 14:00:47 -04:00
Ryan Curtin 7e0f30ed07 Update HISTORY. 2020-06-08 17:12:10 -04:00
nishantkr18 1dddedfbe2 reverted 9 previous commits 2020-06-03 17:23:53 +05:30
nishantkr18 884713286d HISTORY update 2020-06-02 19:00:54 +05:30
himanshupathak21061998 16bb5e6608 Adding copy constructor to layers 2020-05-29 14:56:11 +05:30
kartikdutt18 1f9c950047 Merge branch 'master' into Add-NMS 2020-05-22 10:51:05 +05:30
kartikdutt18 09a22b05b5 NMS Definition
Add Definition of NMS

Style Fix

Complete implementation, remove subviews next

Fix build failure to access in subview

Implementation complete for row type

Style Fix

Complete implementation, Add tests

Add tests

Return indices, style fixes, check for indices in tests as well as bounding boxes

Remove arma::reverse and use flipud

Style changes, Add param description and Update history.md

Fix two subtle bugs. :)

Update HISTORY.
2020-05-22 10:50:00 +05:30
Ryan Curtin 4dbf517fd1 Update HISTORY. 2020-05-20 17:06:24 -04:00
nishantkr18 0de61b4d87 changed HISTORY.md and removed mutator for action in dqn 2020-05-18 17:14:22 +05:30
Ryan Birmingham 9a9b40bc7f Merge branch 'master' into sparse_mat_load_save 2020-05-17 02:18:58 -04:00
Ryan Birmingham 43ec350784 Add readme description for #2344 and #2400 2020-05-17 02:17:33 -04:00
Mrityunjay Tripathi e326ccf821 Merge branch 'master' of github.com:mrityunjay-tripathi/mlpack into poisson_nll_loss 2020-05-15 18:58:08 +05:30
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
Nishant Kumar 4293c98b9c Update HISTORY.md 2020-05-13 12:25:38 +05:30
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
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
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
jeffin143 9ed9fc63b8 Merge https://github.com/mlpack/mlpack into split-shuffle 2020-05-04 00:46:37 +05:30