Trevor Grant created FLINK-3742:
-----------------------------------
Summary: Add Multi Layer Perceptron Predictor
Key: FLINK-3742
URL: https://issues.apache.org/jira/browse/FLINK-3742
Project: Flink
Issue Type: Improvement
Components: Machine Learning Library
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
https://en.wikipedia.org/wiki/Multilayer_perceptron
Multilayer perceptron is a simple sort of artificial neural network. It
creates a directed graph in which the edges are parameter weights and nodes are
non-linear activation functions. It is solved via a method known as back
propagation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)