22 unstable releases (7 breaking)
new 0.8.3 | Feb 15, 2025 |
---|---|
0.8.1 | Dec 7, 2024 |
0.8.0 | Nov 12, 2024 |
0.6.0 | Jun 29, 2024 |
0.3.1 | Nov 12, 2023 |
#152 in Machine learning
31,073 downloads per month
Used in 66 crates
(54 directly)
1.5MB
34K
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
~7–18MB
~290K SLoC