Description
Implement classifier based on artificial neural network (ANN). Requirements:
1) Use the existing artificial neural network implementation https://issues.apache.org/jira/browse/SPARK-2352, https://github.com/apache/spark/pull/1290
2) Extend MLlib ClassificationModel trait,
3) Like other classifiers in MLlib, accept RDD[LabeledPoint] for training,
4) Be able to return the ANN model
Attachments
Issue Links
- is part of
-
SPARK-9471 Multilayer perceptron classifier
- Resolved
- relates to
-
SPARK-5575 Artificial neural networks for MLlib deep learning
- Resolved