/RBF-Network

Radial Basis Function Network Implementation.

Primary LanguageJupyter Notebook

Radial Basis Function (RBF)

Description

Implementation of Radial Basis Function to predict sine function sin(x)

Getting Started

Dependencies

keras
tensorflow
matplotlib
numpy

Executing

this implementation is on ipynb environment.I also offer you to run this on google colab

Result

Here is result of sin(x) prediction with MLP in [-3, 3].

mlp

result of sin(x) prediction with RBF Network in [-3, 3].

rbf

Comparison of RBF Network prediction and MLP prediction and actual value of sin(x) in [-4, 4]:

compare

Authors

Amir Rezaei @ameerezae