19 releases (7 breaking)
new 0.8.0 | Nov 12, 2024 |
---|---|
0.6.0 | Jun 29, 2024 |
0.4.1 | Feb 28, 2024 |
0.3.2 | Dec 20, 2023 |
0.3.1 | Nov 12, 2023 |
#8 in Machine learning
28,324 downloads per month
Used in 62 crates
(50 directly)
1.5MB
33K
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–18MB
~282K SLoC