Cargo Features

Neuronika has no features set by default.

[dependencies]
neuronika = { version = "0.2.0", features = ["blas", "matrixmultiply-threading", "serialize"] }
blas

Enables blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

matrixmultiply-threading

Enables matrixmultiply-threading of ndarray

serialize

Enables serde of ndarray

Neuronika has 3 features without comments.