vishpat / candle-coursera-ml

Implementation of the Coursera ML course in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning with Rust using Candle

This repository features implementations of algorithms from the Stanford University / Coursera 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.

About

Implementation of the Coursera ML course in Rust


Languages

Language:Rust 100.0%