Mini-Project-of-Machine-Lea.../README.MD

14 lines
506 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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