hikettei / cl-waffe2

[Experimental] Graph and Tensor Abstraction for Deep Learning all in Common Lisp
https://hikettei.github.io/cl-waffe2/
MIT License
133 stars 5 forks source link

[Enhancement] macros to add #8

Closed hikettei closed 1 year ago

hikettei commented 1 year ago

deftrainer

deftrainer is a macro to describe:

  1. criterion/optimizer
  2. Both of nodes of training phase, predicting phase

define-impl-1d-kernel

A template macro for users to implement a new backend without being familiar with complicated APIs (e.g.: call-with-view)

hikettei commented 1 year ago

TO ADD: Differentiable Composite

hikettei commented 1 year ago

Included in #47, so closing