RBF Neural Networks C #

I am trying to find code for neural networks with a Gaussian function as a radial basis function. I want to use the BackPropagation training rule.

I have all the data, so I only need an RBF neural network. Thanks!

+6
source share
1 answer

The Encog library (C # and Java) has the following functions:

http://www.heatonresearch.com/encog

+6
source

Source: https://habr.com/ru/post/913199/


All Articles