Skip to content

A pedagogical implementation of Automatic Differation on multi-dimensional tensors.

License

Notifications You must be signed in to change notification settings

KaunilD/tensor-autograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Differentiation - [tensor_autograd]

A pedagogical implementation of Automatic Differentiation on multi-dimensional tensors.

Dependencies

  1. python 3.X
  2. Tensor Autograd uses packages included in standard distributions of python such as:
    1. os
    2. argparse
    3. sys
    4. setuptools (for installation)
    5. numpy as np :P

Installation

Install using python

$ cd tensor-autograd
$ python setup.py install

About

A pedagogical implementation of Automatic Differation on multi-dimensional tensors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages