Metadata-Version: 2.1
Name: baredl
Version: 0.0.2
Summary: A Python module for deep learning framework.
Home-page: https://github.com/shotahorii/baredl
Author: shotahorii
Author-email: sh.sinker@gmail.com
License: MIT
Keywords: machine-learning deep-learning deep-learning-from-scratch data-science
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: cupy


**baredl** is a Python deep learning framework with PyTorch-like interface. The framework is implemented using only Numpy and Cupy (for GPU computing). 

See also [bareml](https://github.com/shotahorii/bareml) for non-deep machine learning algorithm implementations.

## Installation 
```
$ pip install baredl
```

