iomartin
iomartin

Reputation: 3199

Radial Basis Function Library

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

Answers (1)

bla
bla

Reputation: 26069

Here'a a matlab FEX option for Radial Basis Function Network, and an older code from Mark Orr.

Upvotes: 1

Related Questions