Added a README file.
This commit is contained in:
parent
32f5ceb5a7
commit
bac9763b0a
1 changed files with 14 additions and 0 deletions
14
README.MD
Normal file
14
README.MD
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue