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?
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?