Metadata-Version: 2.1
Name: toydl
Version: 0.1.0
Summary: ToyDL: Deep Learning from Scratch
Home-page: https://shenxiangzhuang.github.io/toydl
License: MIT
Keywords: machine learning,statistics,engineering
Author: Xiangzhuang Shen
Author-email: datahonor@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Provides-Extra: full
Requires-Dist: tqdm (>=4.0.0,<5.0.0) ; extra == "full"
Project-URL: Repository, https://github.com/shenxiangzhuang/toydl
Description-Content-Type: text/markdown

<p align="center" style="font-size:40px; margin:0px 10px 0px 10px">
    <em>ToyDL</em>
</p>
<p align="center">
    <em>Deep Learning from Scratch</em>
</p>


# Installation
```bash
pip install toydl
```

