Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 617
Florin M. Avatar asked Apr 14 '12 12:04

Florin M.


1 Answers

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

http://www.heatonresearch.com/encog

like image 83
Brannon Avatar answered Sep 17 '22 16:09

Brannon