Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
* Jones

License:
--------
GNU GPLv3

Installation:
--------------

1. git clone [email protected]:psibi/Neuron.git
2. $ python neuron.py

Bug Report:
-----------
Issue it here: https://github.com/psibi/Neuron/issues

Note:
------
Use Sample dataset provided in the repository for playing up with the simulator.