Skip to content

Python implementation of Radial Basis Function network with no external packages

Notifications You must be signed in to change notification settings

artisan1218/RBF-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

RBF-Network

Python implementation of Radial Basis Function network with no external packages

Sample data setup

Function defination:

where x ranges from 0~1 and the noise ranges from -1 to 1

image

The final curve looks like this:

image

Training process

The training process includes forward-pass, backward-pass and online update for the weights. Using k-means to dertermine the centers and variance of the training data and use these two parameters as the initial setup

Result

image

About

Python implementation of Radial Basis Function network with no external packages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published