gmanlan
|
c8a4abc6d6
|
sections/title fixed
|
2018-06-20 18:55:38 -07:00 |
|
gmanlan
|
68f7bc3af4
|
+ license headers
|
2018-06-20 18:55:06 -07:00 |
|
gmanlan
|
9de581cdbb
|
minor code tweaks + dataset note
|
2018-06-19 16:26:31 -07:00 |
|
gmanlan
|
d3214f7226
|
generic path to download the latest stable release
|
2018-06-19 16:25:57 -07:00 |
|
gmanlan
|
09985f35ff
|
fixing xcopy cmd issue using *
|
2018-06-19 16:09:06 -07:00 |
|
gmanlan
|
28b94c81a1
|
std::cout and model saving minor improvements
|
2018-06-19 16:08:22 -07:00 |
|
gmanlan
|
2519c0fc19
|
Sample ML C++ App for Windows (tutorial source code)
|
2018-06-18 16:32:39 -07:00 |
|
gmanlan
|
f29fefbfed
|
sample end-to-end ML C++ app tutorial
|
2018-06-18 16:29:49 -07:00 |
|
gmanlan
|
9186526453
|
sample end-to-end ML C++ app tutorial
|
2018-06-12 17:16:00 -07:00 |
|
gmanlan
|
b65a22a761
|
windows build tutorial using up-to-date versions
|
2018-06-12 17:15:32 -07:00 |
|
Marcus Edel
|
0128ef7194
|
Merge pull request #1429 from zoq/bigbatch_sgd_batch_bound_fix
BigBatchSGD batch size fix.
|
2018-06-11 19:05:35 +02:00 |
|
Marcus Edel
|
196e6cd246
|
Only increase the batch size if there are more samples left.
|
2018-06-11 15:57:27 +02:00 |
|
Marcus Edel
|
1959b50ccb
|
Use the correct batch size.
|
2018-06-10 18:16:05 +02:00 |
|
Marcus Edel
|
ef18691fa7
|
Merge pull request #1204 from ShikharJ/GAN
Generative Adversarial Network.
|
2018-06-10 14:00:22 +02:00 |
|
Shikhar Jaiswal
|
b294b31566
|
Additional Improvements and Remove Debugging Comments
|
2018-06-10 16:03:44 +05:30 |
|
Ryan Curtin
|
6e0df8755b
|
Update to latest stable release.
|
2018-06-08 16:13:34 -04:00 |
|
Ryan Curtin
|
30feead30d
|
Update to latest release.
|
2018-06-08 16:13:13 -04:00 |
|
Ryan Curtin
|
3b9f081090
|
Oops, missed one copyright year.
|
2018-06-08 16:13:05 -04:00 |
|
Ryan Curtin
|
4fc79b3770
|
Update copyright years.
|
2018-06-08 16:12:48 -04:00 |
|
Ryan Curtin
|
783f7487a0
|
Update git version number.
|
2018-06-08 16:11:11 -04:00 |
|
Ryan Curtin
|
db27d851e8
|
Update HISTORY for latest release.
|
2018-06-08 16:10:44 -04:00 |
|
Ryan Curtin
|
6a59dd568f
|
Merge pull request #1412 from rcurtin/shuffle-cv
Add shuffle parameter to KFoldCV constructor
|
2018-06-08 16:00:16 -04:00 |
|
Ryan Curtin
|
4c008c467d
|
Merge pull request #1421 from rcurtin/joss-doc-fixes
JOSS documentation fixes
|
2018-06-08 15:59:53 -04:00 |
|
Ryan Curtin
|
1917b1a841
|
Merge pull request #1424 from rcurtin/txt2man-fix
Only build man pages if CLI programs are being built.
|
2018-06-07 10:21:09 -04:00 |
|
Marcus Edel
|
e6c64a97db
|
Merge pull request #1355 from haritha1313/randSVD_cf
CF decomposition using RandomizedSVD.
|
2018-06-06 11:33:47 -07:00 |
|
Ryan Curtin
|
1d526141ac
|
Only build man pages if CLI programs are being built.
|
2018-06-05 11:32:53 -04:00 |
|
Ryan Curtin
|
af1f4d185e
|
Point out that Ubuntu repositories may not be up to date.
|
2018-06-04 14:43:02 -04:00 |
|
Ryan Curtin
|
2d910d3479
|
This is long overdue (write RF documentation).
|
2018-06-04 14:38:17 -04:00 |
|
Ryan Curtin
|
657b1a2992
|
Rewrite kRANN documentation to use language-agnostic macros.
|
2018-06-04 14:38:03 -04:00 |
|
Ryan Curtin
|
72b8d863e6
|
Fix wording and dangling apostrophe.
|
2018-06-04 14:37:50 -04:00 |
|
Ryan Curtin
|
81aa826bf4
|
Don't overwrite the 'perceptron' module in Python. (Thanks @rasbt!)
|
2018-06-04 14:37:30 -04:00 |
|
Ryan Curtin
|
3c98d1e218
|
Fix the parameter name we are using. (Thanks @rasbt!)
|
2018-06-04 14:37:05 -04:00 |
|
Ryan Curtin
|
08e330d1bc
|
Be sure to print output = if there are output parameters.
|
2018-06-04 14:36:21 -04:00 |
|
Ryan Curtin
|
c4d5744a10
|
Clarify any need for LD_LIBRARY_PATH setting.
|
2018-06-04 13:41:00 -04:00 |
|
Ryan Curtin
|
cad5a8301e
|
Add section on using the Python bindings without installing.
|
2018-06-04 13:28:04 -04:00 |
|
Ryan Curtin
|
c17f48107f
|
Fix condition, thanks Kirill for pointing it out.
|
2018-06-04 11:47:12 -04:00 |
|
Marcus Edel
|
9d1f364cc4
|
Merge pull request #1414 from akhandait/softplus-extendsupport
Extend support of Softplus function to matrices, cubes.
|
2018-06-03 20:18:54 -07:00 |
|
Ryan Curtin
|
ca97f482e3
|
Update documentation.
|
2018-06-01 11:55:14 -04:00 |
|
Ryan Curtin
|
cc8b31ac94
|
Expose Shuffle() to users.
|
2018-06-01 11:52:51 -04:00 |
|
Ryan Curtin
|
63ef26575d
|
Rename variables for clarity.
|
2018-06-01 11:52:42 -04:00 |
|
Ryan Curtin
|
c726c3208e
|
Remove trainingSubsetSize and clarify comments.
|
2018-06-01 11:51:42 -04:00 |
|
akhandait
|
3adc0c206a
|
used transform instead of for_each
|
2018-06-01 18:09:29 +05:30 |
|
akhandait
|
fe0db815c7
|
add support for all types
|
2018-06-01 17:43:45 +05:30 |
|
Haritha
|
6a301d7961
|
test time reduction
|
2018-06-01 10:57:24 +05:30 |
|
Ryan Curtin
|
3a62cf21a8
|
Safer handling of sparse matrix values arrays.
This fixes #1411.
|
2018-05-31 17:18:28 -04:00 |
|
Ryan Curtin
|
b71251de34
|
Add 'shuffle' parameter to KFoldCV.
|
2018-05-31 16:36:39 -04:00 |
|
Ryan Curtin
|
cd37c054e2
|
Add ShuffleData() with weights.
|
2018-05-31 16:36:19 -04:00 |
|
Ryan Curtin
|
c37df2f8d4
|
Handle training sets that don't divide evenly by k.
|
2018-05-31 16:35:54 -04:00 |
|
Shikhar Jaiswal
|
06ec627401
|
Implement O'Reilly Test
|
2018-05-31 23:26:39 +05:30 |
|
Shikhar Jaiswal
|
0f1af9d39d
|
Rebase to master
|
2018-05-31 23:26:39 +05:30 |
|