what is the type of deep learning algorithm in Rapidminer?

697 Views Asked by At

I use rapid-miner's deep learning operator for classification. But I can not find the type of deep learning algorithms. Does Rapidminer use Convolutional Neural Networks (CNNs) or Recurrent Neural Networks (RNNs) or others? Please help me.

2

There are 2 best solutions below

1
On BEST ANSWER

This is just a regular MLP (many layers of fully connected neurons), as specified in the documentation, no convolutions, recurrence or anything more complex, just good old MLP.

0
On

RapidMiner provides an H2O integration for multi-layer feed-forward artificial neural networks. There is also a new Kerras extension available which integrates an interface to the python library.

Regarding the DL4J project, you need to build the extension with gradle and then put the compiled *.jar file into the extension folder in your '.RapidMiner' folder.

Also feel free to ask further, or re-post, questions in the RapidMiner community forum.