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

307 B

Logistic Regression

Logistic regression (with regularization) model using gradient descent implemented for the MNIST dataset to distinguish between zero vs non-zero digits.

cargo run