No description
Find a file
Batuhan Berk Başoğlu 0b3eefe9e2
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
Added the mirrors and license.
2025-11-12 00:56:28 -05:00
.github Added the mirrors and license. 2025-11-12 00:56:28 -05:00
.idea Added the Linear Regression implementations. 2025-09-22 18:10:43 -04:00
LICENSE.md Added the mirrors and license. 2025-11-12 00:56:28 -05:00
linear-regression-parkinsons.py removed unnecessary comments 2025-09-30 18:59:15 -04:00
logistic-regression-wdbc.py removed unnecessary comments 2025-09-30 18:59:15 -04:00
mini-batch-sgd-linear-regression-parkinsons.py removed unnecessary comments 2025-09-30 18:59:15 -04:00
mini-batch-sgd-logistic-regression-wdbc.py removed unnecessary comments 2025-09-30 18:59:15 -04:00
parkinsons_updrs.data Add files via upload 2025-09-13 10:42:19 -04:00
parkinsons_updrs.names Finished the implementation of the python code. 2025-09-22 18:10:43 -04:00
README.MD Added a README file. 2025-09-22 18:35:17 -04:00
wdbc.data Add files via upload 2025-09-13 10:59:03 -04:00
wdbc.names Finished the implementation of the python code. 2025-09-22 18:10:43 -04:00

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