Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
"Modular Neural Networks ?"
marcelvanvelzen
Hi,
Is it possible to specify more modular Neural Networks in RapidMiner ? For example, the 4-bit parity problem is best solved by splitting the problem into two examplesets and each having their own learner. So, in total there are three neural networks working together.
If possible, how can I specify this ?
Regards,
Marcel
Find more posts tagged with
AI Studio
Deep Learning + Neural Nets
Accepted answers
All comments
IngoRM
Hi Marcel,
sure. You could build two example sets by "copying" the data set with the IOMultiplier (don't worry, the data is actually not copied but only a view on it) and apply different ExampleFilter operator so that the data is splitted into the two desired example sets. Then you can apply two learners on both data sets on their own. You can now create predictions of the models and join them with the ExampleSetJoin operator. Then change the predictions to regular attributes with the ChangeAttributeRole operator and learn the final model on it.
It's a bit tricky but it should be possible. Of course, you could also write your own operator performing all these steps at once but I actually would always prefer this more modular way of working since you can more insight and control over the subprocesses.
Cheers,
Ingo
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups