Skip to content

toydl: toy deep learning algorithms implementation, backend with self implement toy torch

License

Notifications You must be signed in to change notification settings

ai-glimpse/toydl

Repository files navigation

ToyDL

Deep Learning from Scratch

Coverage PyPI Package

Overview

ToyDL, as an education project, is aimed to make the concepts behind the deep learning as clear as possible. I do believe the key to reach the target is SIMPLE, as simple as possible. I'm trying to use little code to build this library, although it's not simple enough yet.

Get Started

Installation

pip install toydl

Documentation

Related Projects