Metadata-Version: 2.1
Name: aitk
Version: 1.0.18
Summary: Python tools for AI
Home-page: https://github.com/ArtificialIntelligenceToolkit/aitk
Author: Douglas Blank
License: BSD-3-Clause
Keywords: ai,artificial intelligence,robots,simulator,jupyter,python,machine learning,neural networks,keras,tensorflow
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aitk.algorithms (>=0.1.0)
Requires-Dist: aitk.robots (>=0.9.32)
Requires-Dist: aitk.networks (>=0.3.13)
Requires-Dist: aitk.utils (>=0.5.2)

# aitk: Artificial Intelligence Toolkit

[![DOI](https://zenodo.org/badge/339135763.svg)](https://zenodo.org/badge/latestdoi/339135763)

A pure-Python collection of tools and computational essays for exploring Artificial Intelligence, Machine Learning, and Robotics.

Computational Essays:

* [Evolving Robot Control](https://nbviewer.jupyter.org/github/ArtificialIntelligenceToolkit/aitk/blob/master/notebooks/EvolvingRobotControl.ipynb)
* [Structure of Convolutional Neural Networks](https://nbviewer.jupyter.org/github/ArtificialIntelligenceToolkit/aitk/blob/master/notebooks/Structure_of_Convolutional_Neural_Networks.ipynb)

This is a virtual package containing the following:

* [aitk.robots](https://github.com/ArtificialIntelligenceToolkit/aitk.robots/)
* [aitk.algorithms](https://github.com/ArtificialIntelligenceToolkit/aitk.algorithms/)
* [aitk.networks](https://github.com/ArtificialIntelligenceToolkit/aitk.networks/)
* [aitk.utils](https://github.com/ArtificialIntelligenceToolkit/aitk.utils/)
* [aitk.datasets](https://github.com/ArtificialIntelligenceToolkit/aitk.datasets/)


