Files
candle-coursera-ml/README.md
Vishal Patil 26c8803281 Inital commit
2024-04-01 20:19:08 -04:00

501 B

Machine Learning with Rust using Candle

This repository features implementations of algorithms from the Stanford University Machine Learning Course, all crafted in Rust using the Candle crate. Each example leverages diverse datasets from Kaggle to demonstrate the algorithms' applications.

All of the examples are CUDA enabled but can run on a machine without a GPU as well, though might be quite slow.