Metadata-Version: 2.1
Name: tinyml
Version: 0.0.1
Summary: A Tiny Pure Python Machine Learning Library
Home-page: https://github.com/autoai-org/tinynet
Author: Xiaozhe Yao
Author-email: askxzyao@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# TinyNet

> The neural network framework implemented in pure python.

![Build](https://github.com/xzyaoi/tinynet/workflows/Test%20Coveralls/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/xzyaoi/tinynet/badge.svg)](https://coveralls.io/github/xzyaoi/tinynet)

## Documents.

[Online Documents](https://tinynet.autoai.org)

## Credits

I was inspired by the following materials:

* https://wiseodd.github.io/techblog/2016/07/16/convnet-conv-layer/
* http://cs231n.stanford.edu/
* https://cs230.stanford.edu/
* [A guide to Convolution Arithmetic for Deep Learning](https://arxiv.org/pdf/1603.07285.pdf)
* https://github.com/many-facedgod/Numpy-Atrous-Transposed-CNN

