Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psibi/neuron
A Neural Network Simulator
https://github.com/psibi/neuron
Last synced: about 1 month ago
JSON representation
A Neural Network Simulator
- Host: GitHub
- URL: https://github.com/psibi/neuron
- Owner: psibi
- License: gpl-3.0
- Created: 2011-12-04T18:45:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-11T03:35:41.000Z (over 12 years ago)
- Last Synced: 2024-04-14T15:20:38.953Z (7 months ago)
- Language: Python
- Homepage:
- Size: 3.32 MB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Neuron: A Neural Network Simulator
-----------------------------------A neural network simulator which can be used to train and test a network. The major objective of this simulator is to perform function approximation. It uses FANN as it's Artificial Neural Network Library.
Authors:
--------* Sibi
* Siddarth
* JonesLicense:
--------
GNU GPLv3Installation:
--------------1. git clone [email protected]:psibi/Neuron.git
2. $ python neuron.pyBug Report:
-----------
Issue it here: https://github.com/psibi/Neuron/issuesNote:
------
Use Sample dataset provided in the repository for playing up with the simulator.