No description
|
Some checks are pending
🪞 Push to Mirrors / gitlab (push) Waiting to run
🪞 Push to Mirrors / codeberg (push) Waiting to run
🪞 Push to Mirrors / forgejo (push) Waiting to run
|
||
|---|---|---|
| .github | ||
| .idea | ||
| LICENSE.md | ||
| linear-regression-parkinsons.py | ||
| logistic-regression-wdbc.py | ||
| mini-batch-sgd-linear-regression-parkinsons.py | ||
| mini-batch-sgd-logistic-regression-wdbc.py | ||
| parkinsons_updrs.data | ||
| parkinsons_updrs.names | ||
| README.MD | ||
| wdbc.data | ||
| wdbc.names | ||
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