← Back to context

Comment by zelphirkalt

3 years ago

Some time ago I wrote this: https://notabug.org/ZelphirKaltstahl/guile-ml -- It contains a parallelized decision tree implementation in GNU Guile, a Scheme dialect. There is also https://github.com/lloda/guile-ffi-cblas which at least gives fast matrix multiplication. Example usage I have here: https://notabug.org/ZelphirKaltstahl/guile-math-examples/src...

I don't know what is in the book, but things are possible.

For sure, Lecun wrote a DL framework in Lisp decades ago.