Skip to content

A python implement of radial basis function network (RBFN), which can accept multi-variable input.

License

Notifications You must be signed in to change notification settings

JerryI00/Radial-Basis-Function-Network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radial-Basis-Function-Network

A python implement of radial basis function network (RBFN), which can accept multi-variable input.

The dependencies:

  • python3
  • scikit-learn

Notes

  1. How to specify the centers is the most difficult. I specify the centers with clustering centers. ( So you can use any clustering algorithm to get the centers. ). Now, you can specify the number of centers as whatever you want.
  2. The scale length of each radial basis function can be different. But I set the scale length of each radial basis function with same value.

Test

test result

Reference

About

A python implement of radial basis function network (RBFN), which can accept multi-variable input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%