Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 507 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 507 Bytes

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