Skip to content

Naive torch implementation for unraveling the mystery of Deep Learning.

Notifications You must be signed in to change notification settings

xin-w8023/mini-torch

Repository files navigation

Mini-Torch

This repository tries to implement a naive version of torch to explain the secrets behind the deep learning framework. It is not the same as the official torch, it is just implemented in a way that borrows the api style of the torch. The exact implementation is different.

It is all python, without any c++ or cuda code, easy for readers to understand. It also has mathematical formula derivations so that the reader can know why the code is written the way it is.

About

Naive torch implementation for unraveling the mystery of Deep Learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published