Recipes/🤖 AI & ML/Neural Network
🤖

Neural Network

advanced

Deep learning framework

Derin ogrenme framework

Estimated Time
⏱️ 3-6 months
Essential Crates
📦 1

Tags

neural-networkdeep-learningmlai

Required Crates

Essential

tch
PyTorch bindings

PyTorch baglantilari

crates.io →
tch = "0.16"

Optional

candle-core
Pure Rust ML

Saf Rust ML

crates.io →
candle-core = "0.7"
burn
ML framework

ML framework

crates.io →
burn = "0.14"

Starter Template

Copy this Cargo.toml to get started:

[package]
name = "my-neural-network"
version = "0.1.0"
edition = "2021"

[dependencies]
tch = "0.16"
candle-core = "0.7"
burn = "0.14"
thiserror = "1"
tracing = "0.1"

Related Patterns

Learn these patterns to build this project effectively:

Other AI & ML Projects