Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 687 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 687 Bytes

Neuro Lab - A General Artificial Neural Network Model (GANN)

Artificial Neural Network

A general neural network model with variable configuration to experiment on for image recognition, speech recognition, sentiment analysis e.t.c

Easily experiment on different architectures {input(features) nodes, no of hidden layers and output nodes} and training parameters i.e lambda, no of iterations (epoch number) e.t.c

The motivation behind Neuro Lab is to have one neural network being used for any classification problem.

Supported Python versions

Neuro Lab supports Python 3+.