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
I want to Implement Deep Learning using Keras on macOS. I tried to run Iris sample for deep learing.
malik_waqar84
Member Posts: 4 Learner II
Answers
The keras extension in RM is not stable. RM has Deep learning extension which can be used for CNN and LSTM (Deep networks). This deep learning is available in market place and runs on DL4j instead of Keras. This also comes with sample processes for your understanding.
If you want to try keras. please look at the below thread where jpuente gave clear settings that are needed to run keras extension. You should use exact versions of packages suggested in the below thread.
https://community.rapidminer.com/discussion/comment/54662#Comment_54662
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
- which hyperlink did you go to (or did you just close it)?
- how can we make this process better so that you find this information?
The reasons I ask are because:Thanks!
Scott
thanks to you in advance
Yes, there is an issue with the shapes of CNN networks in keras extension. Even I tried many and nothing worked out. As this extension is kind of outdated due to new extension (Deep Learning) availability there is no much support for this.
I left keras extension and used python to develop models before the new deep learning extension was deployed by RM.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Did you download the new "Deep learning extension" in RM which has Iris data as an example provided? Screenshot provided in this post.
I applied to CNN in this IRIS data set sample and it worked well. Please see code below. For this code to work you should download the "Deep Learning" extension.
For Deep learning using keras in python, there are many sample programs available in Kaggle. One such CNN network is in the below link.
https://www.kaggle.com/moghazy/guide-to-cnns-with-data-augmentation-keras
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing