Commit Graph
21489 Commits
Author SHA1 Message Date
jeffinsam a34a615af9 update documentation and style issues 2019-11-03 12:24:01 +05:30
jeffinsam ea401b7dd3 Add callback test for lmnn 2019-11-03 11:24:16 +05:30
jeffinsam d81c298b9c Add callback to lmnn 2019-11-03 11:23:56 +05:30
jeffinsam 1038dea80e Add callback test for nca 2019-11-03 11:13:41 +05:30
jeffinsam f866842490 Add callback to nca 2019-11-03 11:13:06 +05:30
Ryan Curtin c17b731731 Merge pull request #2065 from rcurtin/stb-dir-fix
Reference a version number in the STB directory
2019-11-02 11:44:32 -04:00
Toshal Agrawal 2560dd21db Merge pull request #2059 from hrishikeshSuresh/gan-callbacks
extending callbacks to gan.
2019-10-31 01:10:35 +05:30
Hrishikesh S b20b1d9aed fixed another styles issue 2019-10-30 12:02:25 +05:30
Hrishikesh S d0396a9553 added the missing parameter 2019-10-30 09:40:45 +05:30
Hrishikesh S 187a33a311 fixed style issue 2019-10-30 09:15:38 +05:30
Hrishikesh S 3535365093 fixed conflict 2019-10-30 09:08:40 +05:30
Hrishikesh Suresh e2ebc41978 Merge branch 'master' into gan-callbacks 2019-10-30 01:54:50 +05:30
sy0814k 23ca4540f0 Merge pull request #2066 from rcurtin/cf-test-fix
Fix random failures for RecommendationAccuracyBiasSVDTest`
2019-10-29 23:28:20 +09:00
Toshal Agrawal b34db91bb9 Merge pull request #1770 from walragatver/improve_gan_serialize
Improving Gan Serialization.
2019-10-29 19:43:21 +05:30
Hrishikesh S d36730c5ec adding parameter description for OptimizerType & optimizer 2019-10-29 02:24:08 +05:30
Hrishikesh S 89b30966c9 changing callback from PrintLoss() to ProgressBar() 2019-10-28 17:51:13 +05:30
Ryan Curtin f2eda99676 Fix random failures for BiasSVD test. 2019-10-27 23:14:54 -04:00
Ryan Curtin 1cce0e9478 Reference a version number in the STB directory. 2019-10-27 22:26:52 -04:00
Hrishikesh S 7f28f5b3dd fixing style issues 2019-10-26 20:56:21 +05:30
Hrishikesh S 094d2378c3 adding description for callbacks & checking whether callback works 2019-10-26 20:48:20 +05:30
Marcus Edel 447a0f89b8 Minor style fixes (whitespace, line width). 2019-10-25 20:54:31 +02:00
Marcus Edel ead888614b Merge pull request #2057 from vss96/LR_Callback_Function
Exposing ensmallen callback function for Logistic Regression.
2019-10-25 20:51:39 +02:00
Vikas Shetty 7169e5d172 Adding name to COPYRIGHT.txt 2019-10-24 00:01:21 +05:30
Hrishikesh S 67045b5eed adding a callback to train() in gan test 2019-10-23 11:55:03 +05:30
Hrishikesh S 5a29c6a26b fixed syntax 2019-10-23 10:43:53 +05:30
Hrishikesh S 9e19be34fb extend callbacks to gan 2019-10-23 10:38:44 +05:30
Ryan Curtin 8da0947776 Merge pull request #2036 from sriramsk1999/coverspill
Move/Copy Assignment operators for CoverTree and SpillTree
2019-10-22 09:28:44 -04:00
Vikas Shetty 32ff07e6e8 Fixing comma and line length issue 2019-10-22 09:43:02 +05:30
Vikas Shetty 4abba4f5f0 Minor style fix 2019-10-22 09:38:56 +05:30
Sriram de69ee0bbf Removed unnecessary children.clear() 2019-10-21 21:42:34 +05:30
Sriram 6f9ff5494a Added check before deletion
Fixed bug with Copy Constructor/Assignment
2019-10-21 19:53:13 +05:30
Sriram b06ca62a06 Aesthetic Improvements 2019-10-21 18:21:13 +05:30
Sriram 3daf466822 Style fix 2019-10-21 13:44:23 +05:30
Sriram 90ce3b5827 Freeing unused memory (Additions) 2019-10-21 13:17:09 +05:30
Vikas Shetty 77b36ddcbc Fixing test for callback 2019-10-21 10:19:44 +05:30
Vikas Shetty 80dd4f5d8e Fixing style issues 2019-10-20 17:31:47 +05:30
Vikas Shetty adb3040bf1 Adding test for callback 2019-10-20 17:28:47 +05:30
Sriram 915003e586 Freeing memory that will not be used 2019-10-20 14:10:07 +05:30
Ryan Curtin f5bf6b1990 Merge pull request #2054 from khizirsiddiqui/edit-readme
Update Readme
2019-10-20 02:23:02 -04:00
Khizir Siddiqui 86ad8529a2 typo fix
correct `eough` to `enough`
2019-10-20 08:31:28 +05:30
Vikas Shetty ebe104bf29 Changing style for Optimize 2019-10-19 23:08:24 +05:30
Vikas Shetty 0d325bac9e Fixing style issue 2019-10-19 22:55:25 +05:30
Vikas Shetty 60b13abcff Adding callback parameters for Logistic Regression 2019-10-19 22:38:40 +05:30
Vikas 88392ccfd0 Merge pull request #1 from mlpack/master
Updating forked repo
2019-10-19 21:23:50 +05:30
Khizir SiddiquiandRyan Curtin fa77e7b6e2 Apply suggestions from code review
Co-Authored-By: Ryan Curtin <ryan@ratml.org>
2019-10-18 21:45:14 +05:30
Marcus Edel e3c6f4192c Merge pull request #2038 from Saahitya/expose-callbacks
Exposed the ensmallen callbacks to the Train methods of FFN and RNN.
2019-10-18 17:07:32 +02:00
Khizir Siddiqui e7521fc9bf update README.md [Under PR Review] 2019-10-17 12:57:31 +05:30
Ryan Curtin a4eb23f7b2 Merge pull request #2052 from walragatver/padding_serialize
Serialize padding layer in convolution layer and atrous convolution layer.
2019-10-15 18:59:35 -04:00
Khizir Siddiqui 90aae3377e Merge branch 'master' of https://github.com/mlpack/mlpack into edit-readme 2019-10-14 22:28:56 +05:30
Khizir Siddiqui 7b911496d2 Changes as per review 2019-10-14 22:18:30 +05:30