Added a README file.

This commit is contained in:
Batuhan Berk Başoğlu 2025-09-22 18:35:17 -04:00
parent 32f5ceb5a7
commit bac9763b0a
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo

14
README.MD Normal file
View file

@ -0,0 +1,14 @@
# Mini Project of Machine Learning
This project implements linear regression on Parkinsons disease data
(analytical solution and minibatch stochastic gradient descent) and
logistic regression on the Wisconsin Diagnostic Breast Cancer data
(using gradient descent and minibatch stochastic gradient descent).
All algorithms are written in Python.
# Authors
- Batuhan Berk Başoğlu, 260768350 - batuhan-basoglu
- Shaani Bellemare, 261159662 - ShaaniBel
- Jared Tritt, 260763506 - Jaredtritt