14 lines
506 B
Markdown
14 lines
506 B
Markdown
# Mini Project of Machine Learning
|
||
|
||
This project implements linear regression on Parkinson’s disease data
|
||
(analytical solution and mini‑batch stochastic gradient descent) and
|
||
logistic regression on the Wisconsin Diagnostic Breast Cancer data
|
||
(using gradient descent and mini‑batch 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
|