为什么 MLP 分类器在 Apache Mahout 中被弃用?

Why was MLP Classifier deprecated in Apache Mahout?

我想知道为什么要使用 MultiLayerPerceptron http://apache.github.io/mahout/0.10.1/docs/mahout-mr/index.html?org/apache/mahout/classifier/mlp/MultilayerPerceptron.html and all classes within MLP Package of Apache Mahout were deprecated. This was done as part of https://issues.apache.org/jira/browse/MAHOUT-1676。 JIRA 问题没有提及这样做的任何原因。我计划在我的项目中使用这个分类器,但由于它已被弃用,我现在犹豫是否要使用它。我没有看到 Javadoc 中提到的 类 的任何替代版本。使用 Mahout for MLP 的人有任何想法吗?

我不确定如何回答这个问题,因为它基本上是题外话。 mahout 团队认为社区使用 MLP 的次数不多,到目前为止维护起来很痛苦。因此他们决定删除它,因为在其他框架中存在其他很好的实现。