Reputation: 2169
I'm trying to find a code for a neural networks with the Gaussian function as Radial basis function. I want to use the BackPropagation Learning Rule.
I have all the datas so all i need is the RBF neural network. Thanks!
Upvotes: 6
Views: 2318
Reputation: 5424
The Encog library (C# and Java) has this functionality:
http://www.heatonresearch.com/encog
Upvotes: 6