AITool is a Python package that provides two high-level features:
- 封装了有百种算法(包括动态规划、统计模型、深度学习等等)
- 每种算法都自带数据,便于验证和使用。
- Encapsulates hundreds of algorithms. (Including dynamic programming, statistical models, deep learning, etc.)
- Each algorithm comes with its own data for easy verification and use
pip install aitool
# Todo
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。