Minimalist ML framework providing neural network building blocks for the Candle machine learning library.
# Cargo.toml
[dependencies]
candle-nn = "0.9.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a linear layer and applies it to random input.
Add `candle-core` to dependencies and initialize a device before using `candle-nn`.
No dependency data recorded yet.