-
Prediction by using "Model Import (Keras)" operator
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…
-
Tensor & Keras
How would we deploy a Flatten (Keras) layer in Tensor layers?
-
Keras Samples: iris-classification, s&p-500-regression got bugs
(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…
-
Help me resolve this Error
I'm facing issues while running this sample process of Iris Classification that comes under Keras sample folder using Keras model
-
is there any operator's reference manual for Keras Model
I want to understand the different parameters provided in the Keras model,
-
Script Terminated abnormally - Keras Samples
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:…
-
Keras Pandas module not found
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?
-
Getting
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…
-
How do I create a Convolutional Newral Network?
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"…
-
Bug message when running Keras: Extraction of nominal example value for non-nominal attribute 'RUL'
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…
-
Cast Keras model (PythonNativeObject) to Rapidminer kerasModelOObject
Hi there, is it currently possible to cast a keras model (as PythonNativeObject) to rapidminer.extension.keras.ioobject.KerasModellOObject? Regards, Sven
-
keras
while using keras i'm trying to double the filters in conv but i cant seem to find how to do it. any tips|?"
-
Hi, I have a rapidminer process for which I have to write down a python code. It is using Keras.
I have data as a csv file. I have to use this data to produce an address extraction code.
-
Modeling Long- and Short-Term Temporal Patterns
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…
-
Optimize Parameters for Keras Model?
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?
Can I get the full procedure to install the Keras extension in Rapid Miner? Thank you