26 unstable releases (8 breaking)
new 0.9.0-alpha.3 | Apr 14, 2025 |
---|---|
0.8.4 | Mar 15, 2025 |
0.8.1 | Dec 7, 2024 |
0.8.0 | Nov 12, 2024 |
0.3.1 | Nov 12, 2023 |
#933 in Machine learning
29,588 downloads per month
Used in 73 crates
(56 directly)
1.5MB
35K
SLoC
candle-nn
lib.rs
:
candle-nn
Other Crates
Candle consists of a number of crates. This crate holds structs and functions that allow you to build and train neural nets. You may wish to look at the docs for the other crates which can be found here:
- candle-core. Core Datastructures and DataTypes.
- candle-nn. Building blocks for Neural Nets.
- candle-datasets. Rust access to commonly used Datasets like MNIST.
- candle-examples. Examples of Candle in Use.
- candle-onnx. Loading and using ONNX models.
- candle-pyo3. Access to Candle from Python.
- candle-transformers. Candle implemntation of many published transformer models.
Dependencies
~8–17MB
~230K SLoC