Metadata-Version: 2.1
Name: aiinpy
Version: 0.0.18
Summary: A neural network building, training, and testing package
Home-page: https://github.com/seanmabli/aiinpy
Author: Sean Mabli
Author-email: seanmabli4@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/seanmabli/aiinpy/issues
Project-URL: Documentation, https://aiinpy.org
Project-URL: Source Code, https://github.com/seanmabli/aiinpy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Description-Content-Type: text/markdown ; charset=UTF-8
License-File: LICENCE

# aiinpy

aiinpy is an open source artificial intelligence package for the python programming language. aiinpy can be used to build neural networks (nn), convolutional neural networks (cnn), recurrent neural networks (rnn), long term short term memory networks (lstm), and gated recurrent units (gru). these networks can be trained with backpropagation as well as neuroevolution.

install aiinpy through pypi: **pip install aiinpy**

