Commit Graph
18622 Commits
Author SHA1 Message Date
Marcus Edel ea634094bb Merge pull request #1346 from Prabhat-IIT/SELU
Selu Activation Function.
2018-04-07 16:32:52 +02:00
Marcus Edel bb503e2faa Merge pull request #1349 from sourabhvarshney111/alphaDropout
Add Alpha dropout.
2018-04-07 16:17:04 +02:00
Sourabh Varshney 8ed60d7992 Add description and style fix 2018-04-06 23:05:58 +05:30
Prabhat d156b8d85e Fix style issues 2018-04-06 22:54:58 +05:30
Prabhat b5424b3dce Fix style issues 2018-04-05 08:56:42 +05:30
Sourabh Varshney 310f0bca1a Add alphaDash in BOOST Serialization 2018-04-05 01:38:51 +05:30
Sourabh Varshney a442a15f80 Description for alphadash 2018-04-04 17:47:47 +05:30
Sourabh Varshney 6cc8042391 Use static constexpr 2018-04-04 01:44:29 +05:30
Sourabh Varshney 16640dfeb4 Modified according to comments 2018-04-04 00:31:20 +05:30
Sourabh Varshney 2f1e4a6c83 Correct typo 2018-04-03 01:36:14 +05:30
Sourabh Varshney 94911bda86 Remove #define and used declaration 2018-04-03 01:28:43 +05:30
Sourabh Varshney 8460ce3afc Corrected according to comments 2018-04-03 01:06:43 +05:30
Sourabh Varshney 8a8aebd16e Merge pull request #1 from dakshitagrawal97/alpha_dropout
Alpha dropout
2018-04-03 00:26:50 +05:30
Ryan Curtin b6b96de5df Add note about Docker image. 2018-04-02 10:07:51 -04:00
Marcus Edel 8e18f01f4b Merge pull request #1347 from sourabhvarshney111/style-fix
Very minor style fix.
2018-04-01 20:08:44 +02:00
Sourabh Varshney 4aa5fa8008 Very minor style fix 2018-03-31 16:17:32 +05:30
Prabhat 4dbcb54e8c Style change 2018-03-31 13:39:54 +05:30
Ryan Curtin 522c6f9900 A safer way is to just strip any extra spaces. 2018-03-30 21:51:06 -04:00
Ryan Curtin b2a9d8e47f Update version number to something newer than the latest release. 2018-03-30 21:04:41 -04:00
Ryan Curtin e1748b7a00 Choose a clearer version name. 2018-03-30 21:04:22 -04:00
Ryan Curtin 44def24b4f Update SOVERSION and VERSION. 2018-03-30 21:04:15 -04:00
Ryan Curtin 2ac51b51a0 Update version number. 2018-03-30 21:04:11 -04:00
Ryan Curtin 7065ce6323 Update documentation to latest stable version. 2018-03-30 21:04:07 -04:00
Ryan Curtin d94796cc33 Merge pull request #1324 from sourabhvarshney111/ann
Removed Reduntant Constructor and modified comments
2018-03-30 17:55:11 -07:00
Ryan Curtin 67e781b18c Merge pull request #1343 from rcurtin/remove-deprecated
Remove deprecated functionality for mlpack 3
2018-03-30 17:51:49 -07:00
Ryan Curtin ddfd3e33ea Merge pull request #1344 from zoq/python_setup
Space between compiler flags
2018-03-30 17:51:31 -07:00
Marcus Edel cf9d1ad5c1 Put a space between compiler flags. 2018-03-31 02:37:21 +02:00
Ryan Curtin 12f63dcd55 Change 'slogan' to something not C++ specific. 2018-03-30 17:54:14 -04:00
Ryan Curtin 18a9cc97e2 Fix incorrect documentation. 2018-03-30 17:53:52 -04:00
Ryan Curtin 4411e395c1 Remove change notice since the change is now done. 2018-03-30 17:44:53 -04:00
Ryan Curtin 9e0024e52e Add a few more things. 2018-03-30 17:44:24 -04:00
Ryan Curtin 8985af2fd6 Add license to files. 2018-03-30 15:31:54 -04:00
Ryan Curtin 88a0d86521 Merge remote-tracking branch 'upstream/master' into remove-deprecated 2018-03-30 15:15:41 -04:00
Ryan Curtin bdfa403245 Remove deprecated functionality. 2018-03-30 15:14:07 -04:00
Ryan Curtin 99ecb076b3 Add updated HISTORY.md. 2018-03-30 15:14:00 -04:00
Ryan Curtin 11def98121 Merge pull request #1339 from rcurtin/doc-update
Quickstart guides for CLI and Python
2018-03-30 12:06:29 -07:00
Ryan Curtin 1cbde306bc Link to the correct version-specific documentation.
This will need to be changed when the code is updated.
2018-03-30 14:06:12 -04:00
Ryan Curtin f047dfb32c Use specific Doxygen syntax types. 2018-03-30 14:05:23 -04:00
Ryan Curtin 688a9c04dc Add intro section so Doxygen doesn't pick up the first line as a summary. 2018-03-30 14:04:22 -04:00
Ryan Curtin 020a0066ab Add the quickstart tutorials to the tutorials list. 2018-03-30 14:01:35 -04:00
Ryan Curtin bd91b3777f Merge branch 'yamidark-reduce_overhead_range_search' 2018-03-30 10:41:14 -04:00
Ryan Curtin e67305ffbe Fix static code analysis issues. 2018-03-30 10:28:11 -04:00
Ryan Curtin bc7e6448ec Merge branch 'reduce_overhead_range_search' of https://github.com/yamidark/mlpack into yamidark-reduce_overhead_range_search 2018-03-30 10:26:56 -04:00
Ryan Curtin 25f87ddcb9 Fix typo. 2018-03-30 10:25:37 -04:00
Ryan Curtin e8cdd79210 Merge pull request #1316 from Wenhao-H/cfmaintest
Add CF binding tests, refactor cf_main.cpp, and bugfix in RegularizedSVD
2018-03-30 07:23:45 -07:00
Ryan Curtin 989209c81c Some minor documentation updates. 2018-03-29 21:06:25 -04:00
Ryan Curtin 56ea937941 Don't forget to add the DBSCAN Python binding. 2018-03-29 21:06:00 -04:00
Ryan Curtin 328280717c Add quickstart guides. 2018-03-29 21:05:37 -04:00
Marcus Edel 6193dd2fb6 Merge pull request #1338 from zoq/doc_fixes
Minor reference and style fix.
2018-03-30 00:06:27 +02:00
Marcus Edel eb099eadc2 Minor reference and style fix. 2018-03-29 23:41:11 +02:00