Add Radial Basis Function Neural Network (RBFNN)
Opened this issue · 2 comments
JeninaAngelin commented
Feature description
Radial Basis Function Neural Networks (RBFNNs) are a type of neural network that combines elements of clustering and function approximation, making them powerful for both regression and classification tasks. RBFNNs can efficiently model non-linear relationships with fewer parameters than traditional multilayer perceptrons, thanks to their unique architecture that uses radial basis functions (typically Gaussian) in the hidden layer.
This structure allows RBFNNs to approximate functions and decision boundaries with high accuracy while maintaining a relatively simple network structure.
Goals:
Requirements:
Tahmid019 commented
I would like to contibute
JeninaAngelin commented
I've submitted a PR but some tests are not passed