Shubham Agrawal
ee52187afd
changed to residual layer
2022-06-13 20:43:21 +05:30
Shubham Agrawal
dd24cc652f
small mistake in writing tests
2022-06-11 18:27:21 +05:30
Shubham Agrawal
0832bb75c2
Merge branch 'mlpack:master' into lambda-map-reduce
2022-06-11 11:55:55 +05:30
Shubham Agrawal
481dd67a1e
size issue logs
2022-06-10 18:35:47 +05:30
Shubham Agrawal
7aad8b81f0
size issue logs
2022-06-10 17:20:00 +05:30
Shubham Agrawal
cdf2912074
operator issue in vector
2022-06-10 14:37:06 +05:30
Shubham Agrawal
6cf0a0eb7c
small mistake.
2022-06-10 10:51:22 +05:30
Shubham Agrawal
59b487f221
removing syntax error.
2022-06-10 10:19:46 +05:30
Marcus Edel
5c93ed80f0
Merge pull request #3206 from shubham1206agra/adaptive-pooling
...
Adaptative Pooling layer.
2022-06-09 23:56:49 -04:00
Omar Shrit
b7e6bd444c
Merge pull request #3195 from shubham1206agra/header-only
...
Header Only #2
2022-06-09 14:45:48 +01:00
Shubham Agrawal
9e5d62f28e
added back
2022-06-09 10:02:31 +05:30
Shubham Agrawal
5123f7aafe
changes acc. to suggestions.
2022-06-09 09:29:13 +05:30
Shubham Agrawal and Ryan Curtin
769187e68e
Apply suggestions from code review
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2022-06-09 09:16:31 +05:30
Ryan Curtin
9e4d681cae
Merge pull request #3222 from rcurtin/fix-r-build
...
Remove BH from R build
2022-06-08 16:02:03 -04:00
Ryan Curtin
5e7eb988b8
Adapt SoftmaxType to new API. ( #3220 )
2022-06-07 16:29:01 -04:00
Ryan Curtin and heisenbuug
8331081d06
Fix windows build ( #3216 )
...
* Removing boost::Tokenizer
* Adding Tokenize() based on std::strtok()
* Remove `using namespace boost`.
* Refactor Tokenize() to match the needs of the ARFF loader.
* Clarify functionality of the method.
* Get rid of all of the remaining parts of Boost!
* Fix accidentally-introduced spacing.
* Remove Boost from build scripts too.
* Are the tests being built in release mode?
* Use correct option name.
* Attempt to run executable manually to see what DLLs are missing.
* Make the slash go the right way...
* Maybe try to print something...?
* Not sure if this will give me what I need...
* Try copying the Armadillo DLL.
* Okay, well what's in the directory then?
* Okay, maybe it's OpenBLAS that's missing?
* Maybe I have to use PowerShell?
* Remove step that fails.
* Try to gather some more information.
* Try running outside of CMake.
* Did I specify the name wrong?
* Maybe PowerShell gives better output?
* Is ldd available?
* Is libopenblas.dll in the right directory?
* Copy the .dlls, not the .dll.a for OpenBLAS.
* Try using CTest directly to run the tests.
Co-authored-by: heisenbuug <tgopimanohar@gmail.com >
2022-06-07 10:08:11 -04:00
Shubham Agrawal
6dba88badb
removing thread_local to test failing tests.
2022-06-05 20:37:38 +05:30
shubham1206agra
ac5daca8d5
add documentation.
2022-06-05 10:35:40 +05:30
Ryan Curtin
376c01e425
Remove BH from R build.
2022-06-04 21:44:08 -04:00
Shubham Agrawal
1256ba41b7
changed random code
2022-06-04 17:12:41 +05:30
Shubham Agrawal
03beac1894
changes acc to suggestions.
2022-06-04 16:45:52 +05:30
shubham1206agra
b4e586a5d5
changes acc to suggestions.
2022-06-03 12:23:47 +05:30
shubham1206agra
c4cd575cc8
Changes acc to suggestions.
2022-06-03 11:19:49 +05:30
Marcus Edel
d47d5ee816
Merge pull request #3218 from rcurtin/kfoldcv-test-fix
...
Fix `KFoldCVPerceptronTest`.
2022-05-31 13:39:30 -07:00
Ryan Curtin
f4bf1a08c2
Make the test easier: after all, what we care about is that it compiles.
2022-05-29 18:25:18 -04:00
Ryan Curtin
9fa0130a0d
Merge pull request #3215 from rcurtin/finally-remove-boost
...
Finally remove boost!
2022-05-29 17:09:02 -04:00
Marcus Edel
3dc0f1d5ea
Merge pull request #3217 from rcurtin/license-fix-attempt
...
Update license to help Github's processing.
2022-05-29 09:29:56 -07:00
Ryan Curtin
9df0e0fec5
Merge pull request #3214 from Ansh-Sarkar/documentation-fixes
...
Fixed All Link Related Issues
2022-05-28 16:56:57 -04:00
Ryan Curtin
4f13362cf4
Merge pull request #3208 from rcurtin/remove-boost-load-arff
...
Remove boost tokenization from LoadARFF()
2022-05-28 16:54:18 -04:00
Ryan Curtin
6507877b53
Update dates.
2022-05-28 12:47:58 -04:00
shubham1206agra
6b9dc533d9
fixing minor bug
2022-05-28 22:05:14 +05:30
Ryan Curtin
41adcb2ffe
Update license to help Github's processing.
2022-05-28 11:19:36 -04:00
shubham1206agra
49d3dd4896
removed extra class
2022-05-28 20:18:32 +05:30
shubham1206agra
78bc52c4ff
Revert "removed extra class"
...
This reverts commit 5531a01938 .
2022-05-28 20:17:48 +05:30
shubham1206agra
5531a01938
removed extra class
2022-05-28 20:13:55 +05:30
shubham1206agra
cb6b3f4c2f
Changes according to suggestions.
2022-05-28 20:09:12 +05:30
Ryan Curtin
5814bc6d2e
Remove Boost from build scripts too.
2022-05-27 16:14:43 -04:00
Ryan Curtin
9910d24dbe
Fix accidentally-introduced spacing.
2022-05-27 16:12:54 -04:00
Ryan Curtin
89dfbb600a
Get rid of all of the remaining parts of Boost!
2022-05-27 15:17:37 -04:00
Ryan Curtin
c15bf6924a
Merge remote-tracking branch 'origin/master' into finally-remove-boost
2022-05-27 15:01:23 -04:00
Ansh Sarkar
dec2ad2057
fixed all link related issues
2022-05-26 05:21:02 +05:30
Ryan Curtin
6c960cf592
Merge pull request #3212 from rcurtin/batchsizetest-fix
...
Fix VanillaNetworkBatchSizeTest
2022-05-25 16:16:41 -04:00
Ryan Curtin
ee987b74f5
Merge pull request #3207 from rcurtin/remove-fastmks-boost
...
Remove boost::priority_queue from FastMKS
2022-05-25 16:16:28 -04:00
shubham1206agra
05cf69c5ee
lambda map reduce initial implementation
2022-05-25 15:06:28 +05:30
Ryan Curtin
41f78705ec
Clarify functionality of the method.
2022-05-24 18:29:17 -04:00
Ryan Curtin
1fe6452d13
Remove accidental debugging output.
2022-05-24 18:14:07 -04:00
Ryan Curtin
b0961500db
Properly initialize the gradient matrix.
2022-05-22 21:44:31 -04:00
Marcus Edel
9daf24f787
Merge pull request #3210 from Ansh-Sarkar/documentation-fixes
...
Updated link to repository issues page in README.md.
2022-05-19 16:02:34 -07:00
Ansh Sarkar
395ce1b879
Updated link to repository issues page in README.md
2022-05-17 19:12:57 +05:30
shubham1206agra
cb04a42148
forgot to change training param of pool layers
2022-05-17 13:25:33 +05:30