Is there a way to import a RapidMiner MLP-ANN in OpenCV?
问题 I trained and validated a MLP Model in RapidMiner Studio. My Input Values are already normalized to [-1, 1]. As far as I understood, the MLP is already defined by its weights. As you can see here, the ANN has one Hidden Layer: http://i.stack.imgur.com/qhVP0.png Now I'm trying to import this in OpenCV, as I don't want to retrain the whole model. I got all weights per Node + Bias from RapidMiner. OpenCV offers the function CvANN_MLP::load(), where I am able to load a XML or YML file. I tried to