Skip to content

Turing is an Autograd Engine which as said computes gradients for your neural network.

License

Notifications You must be signed in to change notification settings

shauray8/turing

Repository files navigation

Turing

Turing is an Autograd Engine which as said computes gradients for your neural network. This is a very light weight autograd engine

Example

from turing import Tensor

x = Tensor(10) + Tensor(20)
y = Tensor(10) * 99
z = Tensor.eye(2, requires_grad=False)

## Tensor is just a numpy array with gradients

About Turing

** updating readme .

Usw somw kind of tests maybe travus ??

About

Turing is an Autograd Engine which as said computes gradients for your neural network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published