Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 307 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 307 Bytes

LispGrad

a lisp based autograd engine

Build

Linux

sudo apt-get update
sudo apt-get install sbcl
make ql

MacOS

brew install sbcl
make ql

Features

  • General Tensor Class
  • Non-linear Activation Functions
  • Convolution + Matrix Multiplication
  • Full test suite for NN ops