Version Version Version Version

lightnn

The light(`light` means not many codes here) deep learning framework for study and for fun. Join us!

How to install

pip install

pip install lightnn

python install

python setup.py install

Modual structure

models

activations

losses

initializers

optimizers

layers

utils

gradient check

examples

Document instructions

References

  1. Keras: a polular deep learning framework based on tensorflow and theano.
  2. NumpyDL: a simple deep learning framework with manual-grad, totally written with python and numpy.([Warning] Some errors in backward part of this project)
  3. paradox: a simple deep learning framework with symbol calculation system. Lightweight for learning and for fun. It's totally written with python and numpy.
  4. Bingtao Han's blogs: easy way to go for deep learning([Warning] Some calculation errors in RNN part).