Commit Graph
220 Commits
Author SHA1 Message Date
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 83b697dd1e Update DOIs where possible. 2018-05-21 10:32:11 -04:00
Ryan Curtin a30f5f8c11 Add explicit 'None' affiliations. 2018-05-16 10:35:22 -04:00
Ryan Curtin c611bf5c00 Update version number. 2018-05-10 23:22:34 -04:00
Ryan Curtin 3d492cb736 Update Python binding guide, since packages are now available. 2018-05-10 23:22:14 -04:00
Ryan Curtin d6e1dbf678 Convert Fedora instructions to python2, but note that we could also use python 3. 2018-05-05 11:48:03 -04:00
Ryan Curtin 972ead97fa Fix dependency name. 2018-05-05 11:44:40 -04:00
Ryan Curtin b437cbb160 Add JOSS paper for submission. 2018-04-30 14:50:10 -04:00
Ryan Curtin b6b96de5df Add note about Docker image. 2018-04-02 10:07:51 -04:00
Ryan Curtin 7065ce6323 Update documentation to latest stable version. 2018-03-30 21:04:07 -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 328280717c Add quickstart guides. 2018-03-29 21:05:37 -04:00
Marcus Edel eb099eadc2 Minor reference and style fix. 2018-03-29 23:41:11 +02:00
Ryan Curtin 7138af283d Explicitly specify pytest-runner. 2018-03-29 17:34:54 -04:00
Ryan Curtin 78a9149cca Refactor documentation and tutorials to bring things up to date.
Also fixes a few doxygen issues.
2018-03-28 21:05:24 -04:00
Ryan Curtin c2decaf1cd Refactor and update build documentation. 2018-03-26 16:59:20 -04:00
Ryan Curtin cf0613af7d Remove ambiguity in section names so links work right. 2018-03-26 16:38:10 -04:00
akhandait 0f023d7395 use https instead of http 2018-03-18 10:40:38 +05:30
akhandait 7dbbbb43da change link to tutorial page 2018-03-17 19:59:39 +05:30
Marcus Edel 0454300939 Fix style and grammar issues. 2018-03-14 17:42:21 +01:00
Marcus Edel 4d3f3b66e0 Grammar and punctuation fix. 2018-03-13 22:41:26 +01:00
Marcus Edel c24cdc94a0 Add basic ann tutorial. 2018-03-12 17:33:14 +01:00
Ryan Curtin 7fead71e00 Merge pull request #1252 from rcurtin/optimization_wrappers
Mixin classes for optimizers, FunctionType API checks, and speedups
2018-03-07 07:23:55 -08:00
Ryan Curtin 9f69eb6cbf Fix doxygen links. 2018-03-01 10:57:13 -05:00
Ryan Curtin 69cd36265f Merge remote-tracking branch 'upstream/master' into optimization_wrappers 2018-02-27 20:53:12 -05:00
Prabhat cd4cd2d962 Merge branch 'master' into RemoveEmptyClustersKmeans 2018-02-26 19:24:54 +05:30
Ryan Curtin 6c3f84b50f Clarify documentation. 2018-02-20 09:33:38 -05:00
Ryan Curtin 324b93521f Add lots of information about FunctionType checks to the new tutorial. 2018-02-15 21:57:41 -05:00
Marcus Edel b8f70919a9 Minor style and spelling fixes. 2018-02-14 14:28:05 +01:00
Marcus Edel 04b0fe6b91 Add optimizer tutorial. 2018-02-13 20:52:09 +01:00
Prabhat 1ad0866dbb Added example code for AllowEmptyClusters and KillEmptyClusters 2018-02-13 02:59:33 +05:30
Prabhat 10aa8eaa98 Documentation Updated
Allow empty clusters section is corrected and a new section of Kill empty clusters is added
2018-02-12 06:30:52 +05:30
Ryan Curtin b223998e3b Link to bindings tutorial. 2017-12-11 10:08:52 -05:00
Ryan Curtin b8ee319818 Refactor words to be more clear. 2017-09-26 11:11:07 -04:00
Ryan Curtin a6065e486d Fix comments from Kirill. 2017-09-25 10:43:27 -04:00
Ryan Curtin 8e5846575a Update tutorials, add more examples and links to other classes. 2017-09-18 14:20:20 -04:00
Kirill Mishchenko 10e632cb9c Split into two tutorials 2017-09-18 14:20:20 -04:00
Kirill Mishchenko 6de1a020af Add a tutorial for the CV and HPT modules 2017-09-18 14:20:20 -04:00
Ryan Curtin 21349b38bf Merge pull request #1075 from shikharbhardwaj/scd
Implementation of Stochastic Coordinate Descent
2017-09-14 11:50:21 -04:00
Ryan Curtin f74e306734 Minor spelling fixes and documentation fixes. 2017-08-28 15:47:47 -04:00
kartik nighania 49ff33b042 Add Conventional Neural Evolution (CNE) optimizer tutorial. 2017-08-27 22:00:22 +02:00
Ryan Curtin 99ba55393c Update version numbers to latest stable version. 2017-08-25 20:31:34 -04:00
Shikhar Bhardwaj 1d42aa9d47 Add references for relevant papers in SCD implementation.
Use arma::dot instead of arma::norm in LogisiticRegressionFunction::PartialGradient
2017-08-23 19:40:08 +05:30
Shikhar Bhardwaj 6ff9b468f7 Update documentation to rename FeatureGradient -> PartialGradient 2017-08-23 18:03:51 +05:30
Shikhar Bhardwaj 4ffdd789ac Better formatting and minor fixes in FunctionType documentation
Add descriptive comments and inline linear algbra operations in LogisticRegressionFunction::FeatureGradient
2017-08-23 17:33:45 +05:30