From 9dca0a8a0ad5bacf01488cb87f7a3b7765f22593 Mon Sep 17 00:00:00 2001 From: Vishal Patil Date: Mon, 1 Apr 2024 20:23:00 -0400 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7b6bb..1260095 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Machine Learning with Rust using Candle -This repository features implementations of algorithms from the Stanford University [Machine Learning Course](https://www.youtube.com/@machinelearningandai3274), all crafted in Rust using the [Candle](https://github.com/huggingface/candle) crate. Each example leverages diverse datasets from Kaggle to demonstrate the algorithms' applications. +This repository features implementations of algorithms from the Stanford University / Coursera [Machine Learning Course](https://www.youtube.com/@machinelearningandai3274), all crafted in Rust using the [Candle](https://github.com/huggingface/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. \ No newline at end of file