basicai

...


Keywords
machine-learning, pytorch, pytorch-cnn
License
Apache-2.0
Install
pip install basicai==0.1

Documentation

Project Title

BasicAI

Description

Set of Python classes for solving basic AI problems.

Getting Started

Dependencies

  • PyTorch 1.0+
  • Numpy
  • Matplotlib

Installing

pip install basicai or pip install git+https://github.com/dejanbatanjac/basicai.git

To uninstall: pip uninstall basicai

Help

Author

Dejan Batanjac

Version History

  • 0.1
    • Initial version with setup

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

Made

Made based on installing-the-package tutorial and twine.