php-ml/docs/machine-learning
David Monllaó 4af8449b1c Neural networks improvements (#89)
* MultilayerPerceptron interface changes

- Signature closer to other algorithms
- New predict method
- Remove desired error
- Move maxIterations to constructor

* MLP tests for multiple hidden layers and multi-class

* Update all MLP-related tests

* coding style fixes

* Backpropagation included in multilayer-perceptron
2017-05-18 00:07:14 +02:00
..
association Support for multiple training datasets (#38) 2017-02-01 19:06:38 +01:00
classification Support for multiple training datasets (#38) 2017-02-01 19:06:38 +01:00
clustering Fix documentation links 2017-01-05 20:37:48 +00:00
cross-validation create docs for StratifiedRandomSplit 2016-07-11 00:07:07 +02:00
datasets Fix wrong docs references (#79) 2017-04-13 21:34:55 +02:00
feature-extraction create docs for tf-idf transformer 2016-07-12 00:21:34 +02:00
metric add ClassificationReport docs 2016-07-19 22:17:03 +02:00
model-manager Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
neural-network Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
preprocessing Update imputation example to use transform method (#57) 2017-03-09 20:41:15 +01:00
regression Support for multiple training datasets (#38) 2017-02-01 19:06:38 +01:00
workflow add docs for Pipeline 2016-07-12 00:00:17 +02:00