jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
742 stars 268 forks source link

PMML #15

Open gnitr opened 12 years ago

gnitr commented 12 years ago

Have you thought about supporting PMML? This XML standard allows you to exchange predictive models with other applications and it is quite well supported now. That would allow for instance a developer to build a neural network with Encog and deploy it into a more complex worflow in Knime or Weka for instance. Or vice-versa.

http://en.wikipedia.org/wiki/Predictive_Model_Markup_Language

http://www.dmg.org/v4-0-1/NeuralNetwork.html

jeffheaton commented 12 years ago

That is a very good idea! It would be a nice enhancement to Encog to read/write these files.

gnitr commented 12 years ago

Yes, I don't think it would be too difficult to implement and it would be quite an attractive feature to some people as it might open up new ways to integrate Encog within existing worflows.

rchillyard commented 11 years ago

Any progress on supporting PMML?