A simple and efficient implementation of Radial Basis Function Neural Network using NumPy and scikit-learn.
rbfnn/
: RBFNN model implementationexamples/
: Regression and classification demosrequirements.txt
: Install dependenciesREADME.md
: Project overview
pip install -r requirements.txt
python examples/regression_example.py
python examples/classification_example.py