Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cybercase/pyradbas
- Owner: cybercase
- License: other
- Created: 2011-10-23T12:24:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T18:13:40.000Z (over 7 years ago)
- Last Synced: 2024-10-04T21:45:38.347Z (3 months ago)
- Language: Python
- Homepage:
- Size: 407 KB
- Stars: 12
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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