Recently I was trying to make a deep neural network in KNIME with Keras. I am aware about RMSprop and have already tested its export in PMML but I was wondering whether we would export any Keras model to PMML. And if yes, then how.
I am ware that we can write the Keras model as the .model
with the “Model Writer” node. But, I want in PMML format.
And still, if Keras is not possible with PMML for some reason, then are there any alternatives in KNIME to make the deep network and then export as PMML?
Thank you.