deep learning operator
there was alot of deep learning models such as recurrent neural network, conventional neural network, ... and so on i wonder to which odel deep learning operator is belong?
Best Answer
-
The Deep Learning algorithm uses the one from H2O 3.8.2.6. I think it's the generic classification/regression one.
0
Answers
-
The Deep Learning algorithm uses the one from H2O 3.8.2.6. I think it's the generic classification/regression one.
0 -
Also, you might want to check out the Deeplearning4j extension here: https://www.rapidminerchina.com/en/2016/02/rapidminer-china-announces-rapidminer-deeplearning4j-integration/
It adds more capability.
1 -
is the Rapidminer DL4j algorithm free for us to download? it says its open source and free to download, however
under the link https://www.rapidminerchina.com/en/products/shop/product/deeplearning4j/ its not possible to access the extension...
any ideas?
1 -
kindly, check this link may be helpful for you "https://github.com/LostSummer233/rapidminer-extension-dl4j-pack"
2 -
thanks a lot,can you tell me what file do I need to put into the extensions folder or how do I configure it for Rapidminer?
edit: I think I got it by executing the gradlew built file...
0 -
0
-
you need to do gradlew installExtension
(this does the build and everything else)
NOTE: you need to make sure you set JAVA_HOME to where your JDK is installed, most have this pointing to the JRE instead..
ps: https://github.com/LostSummer233/rapidminer-extension-dl4j-pack is very incomplete and doesnt have most of the DL4J classes eg RNN. Looks like the author did this specifically for word2vec and CNN implementations.
0