Open mearcla opened 2 years ago
Hello, thank your for reaching out yes the first parameters is your output_dim for my case its 34 i forgot to change it in the readme, tell me where did you find a problem? im happy to help.
Thank you so much for your reply, I am trying to adapt your code on my dataset, my dataset it look like this (consist of 7 columns and 1000 rows)
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
| | | | | | Class -- | -- | -- | -- | -- | -- | -- 0.25 | 0 | 0 | 0 | 0 | 0.25 | 1 0.625 | 0 | 0 | 0 | 0 | 0.625 | 4 1 | 0 | 0 | 0 | 0 | 1 | 2 0.5 | 0 | 0 | 0 | 0 | 0.5 | 1 0.75 | 0 | 0 | 0 | 0 | 0.75 | 1 0.375 | 0 | 0 | 0 | 0 | 0.375 | 3 1 | 0 | 0 | 0 | 0 | 1 | 2 1 | 0 | 0 | 0 | 0 | 1 | 2 1 | 0 | 0 | 0 | 0 | 1 | 2
Could you help me to understand why you used here: rbflayer = RBFLayer(34, initializer=InitCentersKMeans(X_train), betas=3.0,input_shape=(568,)):
34 as output_dim ? I am trying to use this code on my dataset but I have problem. any help please?