psibi / Neuron

A Neural Network Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

License:

GNU GPLv3

Installation:

1. git clone git@github.com: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.

About

A Neural Network Simulator

License:GNU General Public License v3.0


Languages

Language:Python 72.5%Language:JavaScript 27.5%