Skip to content

simple RBF and EBF neural network implementation with tensorflow

Notifications You must be signed in to change notification settings

AmirmohammadRostami/BFNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RBFNeuralNetwork

simple radial basis function (RBF) and also elliptic basis function (EBF) neural network implementation with tensorflow (version 1.0)

this implementation baced on tensorflow.

  • for filndig Mu (center of each cluster for RBF centers) we use sklearn.kMeans (for now)
  • we use RLS (Recursive Least Square) method for learning models.
special thanks to my firend @Milad_Bohluli for helping me in implementation this class

About

simple RBF and EBF neural network implementation with tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages