/miniflow

Deep learning system for self learning

Primary LanguagePythonMIT LicenseMIT

MiniFlow

A tiny pytorch-alike deep learning framework as a learning project.

This project is mainly for learning purpose. It is not intended to be used in production. Largely inspired by Tinygrad

Goals

    1. Build a tiny deep learning framework from scratch (with essential modules)
    1. Train a tiny model on MNIST dataset.

License

MIT license

Note

This project has been set up using PyScaffold 4.3. For details and usage information on PyScaffold see https://pyscaffold.org/.