Metadata-Version: 2.1
Name: aimaster
Version: 2.4.6
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
Requires-Dist: matplotlib

aimaster
========

Artificial Neural Network learning and experimentation tools with live visualization.  
(NOTE: Donot use pipe visualization with very large networks ðŸ˜….)  

This module needs `numpy` and `scipy` installed.
And `matplotlib` for visualization.

Feel free to experiment with aimaster.  

## Installation

Use `pip install aimaster` or `pip3 install aimaster` to install package from PyPI.  

