Florin M.
Florin M.

Reputation: 2169

RBF Neural Networks C#

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

Answers (1)

Brannon
Brannon

Reputation: 5424

The Encog library (C# and Java) has this functionality:

http://www.heatonresearch.com/encog

Upvotes: 6

Related Questions