Reputation: 3199
I'm looking for a Machine Learning library capable of classifying with radial basis function networks (for homework). Preferentially in Python, but Matlab/Octave is also acceptable.
I looked at PyML, PyBrain, scikit-learn and mlpy but couldn't find it in any of them.
Thanks
Upvotes: 2
Views: 1838
Reputation: 26069
Here'a a matlab FEX option for Radial Basis Function Network, and an older code from Mark Orr.
Upvotes: 1