The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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?
Tagged:
0
Best Answer
-
Thomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn
The Deep Learning algorithm uses the one from H2O 3.8.2.6. I think it's the generic classification/regression one.
0
Answers
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.
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?
kindly, check this link may be helpful for you "https://github.com/LostSummer233/rapidminer-extension-dl4j-pack"
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...
wow @naglaafci, are you the author? Can we contribute if we want to?
~Martin
Dortmund, Germany
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.