Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybercase/pyradbas

Simple radial basis function networks for python
https://github.com/cybercase/pyradbas

Last synced: 2 months ago
JSON representation

Simple radial basis function networks for python

Awesome Lists containing this project

README

        

Python implementation of Radial Basis Function Networks.
This package aims to provide a numpy implementation of RBFN in python.

Currently you can import an RBFN from Matlab(R) Neural Network Toolbox(TM) and
run it in python. You can use the mlab.export_code to generate the matlab export
script and then use mlab.load to load to run the exported network.

Also you can train your own network using the following functions:

train_exact - Build an exact RBFN from a given Input-Output set.
train_ols - Build an RBFN according to the OLS Algorithm.

More informations available at http://cybercase.github.com/pyradbas