All Projects → masatoi → cl-zerodl

masatoi / cl-zerodl

Licence: other
Common Lisp implementation of "deep-learning-from-scratch"

Programming Languages

common lisp
692 projects
Terra
27 projects

cl-zerodl

Install

$ sudo apt install libblas-dev liblapack-dev
$ ros install cl-cuda melisgl/mgl-mat masatoi/cl-zerodl

In config files of common lisp implementations such ~/.sbclrc,

(defvar *lla-configuration*
  '(:libraries ("/usr/lib/x86_64-linux-gnu/libblas.so.3")))

for openblas

$ sudo apt install libopenblas-base libopenblas-dev
$ locate libblas.so.3
/usr/lib/x86_64-linux-gnu/openblas/libblas.so.3

In ~/.sbclrc,

(defvar *lla-configuration*
  '(:libraries ("/usr/lib/x86_64-linux-gnu/openblas/libblas.so.3")))

Usage

See example/mnist.lisp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].