aboutsummaryrefslogtreecommitdiff
path: root/docs/ml-guide.md
diff options
context:
space:
mode:
authorAlexander Ulanov <nashb@yandex.ru>2015-08-20 20:02:27 -0700
committerXiangrui Meng <meng@databricks.com>2015-08-20 20:02:27 -0700
commitdcfe0c5cde953b31c5bfeb6e41d1fc9b333241eb (patch)
treee777c708c4366a63985cf4458447b1e0a1c60c6e /docs/ml-guide.md
parentcdd9a2bb10e20556003843a0f7aaa33acd55f6d2 (diff)
downloadspark-dcfe0c5cde953b31c5bfeb6e41d1fc9b333241eb.tar.gz
spark-dcfe0c5cde953b31c5bfeb6e41d1fc9b333241eb.tar.bz2
spark-dcfe0c5cde953b31c5bfeb6e41d1fc9b333241eb.zip
[SPARK-9846] [DOCS] User guide for Multilayer Perceptron Classifier
Added user guide for multilayer perceptron classifier: - Simplified description of the multilayer perceptron classifier - Example code for Scala and Java Author: Alexander Ulanov <nashb@yandex.ru> Closes #8262 from avulanov/SPARK-9846-mlpc-docs.
Diffstat (limited to 'docs/ml-guide.md')
-rw-r--r--docs/ml-guide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ml-guide.md b/docs/ml-guide.md
index c64fff7c03..de8fead352 100644
--- a/docs/ml-guide.md
+++ b/docs/ml-guide.md
@@ -179,6 +179,7 @@ There are now several algorithms in the Pipelines API which are not in the lower
* [Decision Trees for Classification and Regression](ml-decision-tree.html)
* [Ensembles](ml-ensembles.html)
* [Linear methods with elastic net regularization](ml-linear-methods.html)
+* [Multilayer perceptron classifier](ml-ann.html)
# Code Examples