Recent changes can be viewed by looking at Releases
How to determine the current stable public API is documented at Stable API
deepclrun
becomesdeepcl_train
: handles training, and validation, using labelled datadeepclexec
becomesdeepcl_predict
: handles creating predictions from unlabelled data- lua wrappers removed. Effort for lua has moved to cltorch and clnn, both of which are well underway :-)
deepcl_predict
can take input from a file, using GenericLoader, same formats as training, or from stdindeepcl_predict
can output to a file, or to stdout, in text or binary format
- migrated the underlying maths functions to use the new lua kernel templater