Skip to main content

A lightweight deep learning library

Project description

tinynn

Build Status

tinynn is a lightweight deep learning framework written in Python3 (with NumPy).

tinynn-architecture

There are two branches (master and mini) in thie repo. The mini branch contains the minimal components to run a neural network. The master branch holds the latest stable code with more components and features. See Components down below.

Getting Started

Install

git clone https://github.com/borgwang/tinynn.git
cd tinynn
pip install -r requirements.txt

Examples

cd tinynn
# MNIST classification
python examples/mnist/run.py  

# a toy regression task
python examples/nn_paint/run.py  

# reinforcement learning demo (gym environment required)
python examples/rl/run.py

Components

  • layers: Dense, Conv2D, ConvTranspose2D, MaxPool2D, Dropout, BatchNormalization
  • activation: ReLU, LeakyReLU, Sigmoid, Tanh, Softplus
  • losses: SoftmaxCrossEntropy, SigmoidCrossEntropy, MAE, MSE, Huber
  • optimizer: RAdam, Adam, SGD, Momentum, RMSProp, Adagrad, Adadelta

Contribute

Please follow the Google Python Style Guide for Python coding style.

In addition, please sort the module import order alphabetically in each file. To do this, one can use tools like isort (be sure to use --force-single-line-imports option to enforce the coding style).

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tinynn-0.0.2.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

tinynn-0.0.2-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page