Hacker News new | ask | show | jobs
by agrafix 3313 days ago
You can for example prevent "runtime" bugs due to combining layers/vectors/matrixes of the wrong dimensions.
1 comments

regarding compiling

>Grenade layers are normal haskell data types which are an instance of Layer, so it's easy to build one's own downstream code. We do however provide a decent set of layers, including convolution, deconvolution, pooling, pad, crop, logit, relu, elu, tanh, and fully connected.

it's called a README for a reason.