RBF_neural_network_python
RBF_neural_network_python copied to clipboard
an implementation of a Radial Basis Function Neural Network (RBFNN) for classification problem.
Results
4
RBF_neural_network_python issues
Sort by
recently updated
recently updated
newest added
RBF code
5
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...
Recently, I saw your code, which played a great role in my research.But I have some questions about your test data.What does each row and column in this data represent?Looking...