LinjianLi / tinynn-autograd

tinynn with automatic differentiation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinynn-autograd

tinynn-autograd is a deep learning framework with automatic differentiation, built upon tinynn.

install

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

run example

cd tinynn-autograd
python3 examples/mnist/run.py

Resources

License

MIT

About

tinynn with automatic differentiation

License:MIT License


Languages

Language:Python 100.0%