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

7 lines
307 B
Markdown

# Logistic Regression
[Logistic regression](https://youtu.be/4u81xU7BIOc?si=7ZSLIqS-bzrBZWgL) (with regularization) model using gradient descent implemented for the MNIST [dataset](https://www.kaggle.com/datasets/hojjatk/mnist-dataset) to distinguish between zero vs non-zero digits.
```bash
cargo run
```