https://github.com/mmaysami/rbf-nn
Python Package for Radial Basis Function Networks
https://github.com/mmaysami/rbf-nn
neural-networks python radial-basis-function
Last synced: 11 months ago
JSON representation
Python Package for Radial Basis Function Networks
- Host: GitHub
- URL: https://github.com/mmaysami/rbf-nn
- Owner: mmaysami
- License: gpl-3.0
- Created: 2017-03-07T21:43:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T19:38:13.000Z (almost 8 years ago)
- Last Synced: 2025-06-18T22:43:09.200Z (about 1 year ago)
- Topics: neural-networks, python, radial-basis-function
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python Package for Radial Basis Function Networks
Based on work of Mark J. L. Orr
(http://www.anc.ed.ac.uk/rbf/intro/intro.html)
AUTHOR
Mohammad Maysami
Intelligent Solutions, Inc.
LICENSE
Copyright (c) 2017
All Rights reserved.
You may use this code only under the conditions and terms
of the license contained in the file LICENSE if provided with
this source code. If you do not agree to these terms or no
license file is provided along with this package, you may not
use this software package.
This software package is provided by the copyright holders and contributors
"AS IS" and any express or implied warranties, including, but not limited to,
the implied warranties of MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE are disclaimed. In no event shall the copyright holder or contributors
be liable for any direct, indirect, incidental, special, exemplary, or consequential
damages (including, but not limited to, procurement of substitute goods or
services; loss of use, data, or profits; or business interruption) however caused
and on any theory of liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this software, even
if advised of the possibility of such damage.
PREREQUISITES
-> Python-2.7 or newer (http://www.python.org/)
-> NumPy-1.9 (http://numpy.scipy.org/)
-> Matplotlib-1.40 or newer (http://matplotlib.sourceforge.net/)
INSTALLATION NOTES
-> XXX To be completed
RUNNING THE PACKAGE IN PYTHON
-> XXX To be completed
PROCESSING WITH STDIN & STDOUT:
-> XXX To be completed