The most recent content from our members.
There's a wealth of content waiting for you to explore! Need support or have a question? Sign in or register to get started.
Hello, I want to create "prediction-model" by using "Model Import (Keras)". I trained DNN model for prediction in python and save the model as h5-file format. Then, I read the file by "Model Import (Keras)" and tried predicting, but it didn't work as I thought. The output of this operator was "classification", not…
How would we deploy a Flatten (Keras) layer in Tensor layers?
(I just checked all my extensions are up-to-date), under Keras Samples, the process of both "iris-classification", and "s&p-500-regression" couldn't be excused, the pop up error information is like this: Btw, I'm learning how to use keras model to predict a binary classification problem. I watched this tutorial ""An…
I'm facing issues while running this sample process of Iris Classification that comes under Keras sample folder using Keras model
I want to understand the different parameters provided in the Keras model,
Hello All, So, I've been able to run all the Keras samples in the Rapidminer repository except for the s&p-500-regression. I have the below error message which I think has something to do with Java or the operators being used. It would be great if someone can help on this! Thanks! * Exception:…
I have RM 9.8.000 and Anaconda 3. I have installed Keras extension and tried to run the Keras Samples -> iris-classification. Got the above error. It seems strange because I have no problems running the Jupiter from a Python module. Any suggestions?
While trying to do the Iris classification example, i keep getting "execution of python script failed error" on Mac OS. Python scripting and keras seem to be pointing to the same directory and test is "ok". I have read previous answers, they seem to address Windows OS, I do not know if my case is peculiar but i use a Mac…
I am new in Data Science and Rapidminer. Recently i was trying to implement CNN on my data set of Intrusion Detection System. But I have failed to do it. Is there any operator for CNN like Neural Net?Or there is any different way to implement it. My XML code for the neural network model is below- <?xml version="1.0"…
Hello, I have the following bug below when I tried to run Keras (Deep Neural Net 3 Dense layer with 1 Dropout layer). I've also attached the screenshot of my process. Note that I tried the same process with the different datasets but got no issue. Both datasets predict the numerical value (the label is number, not…
Hi there, is it currently possible to cast a keras model (as PythonNativeObject) to rapidminer.extension.keras.ioobject.KerasModellOObject? Regards, Sven
while using keras i'm trying to double the filters in conv but i cant seem to find how to do it. any tips|?"
I have data as a csv file. I have to use this data to produce an address extraction code.
Dear Rapidminer Community, I recently read about Multivariate Time Series Forecasting with LSTMs and tried to rebuild something similar in Rapidminer but I understood that this is only possible when using the Keras Extension? Is this correct? Or is there a way how to do this in Rapidminer without installing and setting up…
Dear guys, I am a newbie in Rapid Miner... Could you please show me any way to optimize parameters of Keras Model (Keras extension)? Any answer would be appreciated,... Thank you a lots
Can I get the full procedure to install the Keras extension in Rapid Miner? Thank you