Metadata-Version: 2.1
Name: aimaster
Version: 1.2.3
Summary: Artificial Neural Network learning tools
Home-page: https://github.com/kasinathps/aimaster
Author: Kasinath P.S
Author-email: kasinathps@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: scipy

Artificial Neural Network learning and experimentation tools with live visualization.  
(NOTE: Donot use visualization with large networks :) as it has memory constraints.)  

This module needs numpy and scipy installed.  

Contents:  

nn1hlnb		:: Neural Network with '1' Hidden Layer and No Bias.  
nn1hlib		:: Neural Network with '1' Hidden Layer with input Bias.  
nn1hlhb		:: Neural Network with '1' Hidden Layer with hidden layer Bias.  
nn1hlfb		:: Neural Network with '1' Hidden Layer with full bias(both input and Hidden layer Bias).  
tools		:: contains aimaster's tools like visualization functions.

Feel free to experiment with aimaster.  

