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 ^0.15.4

ndarray:

Enable blas usage
See README for more instructions

matrixmultiply-threading

Enables matrixmultiply-threading of ndarray ^0.15.4

serialize

Enables serde of ndarray ^0.15.4

Neuronika has 3 features without comments.