Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 619 Bytes

Description

This is my implementation for Logistic regression for a classification task, dropout during training is also included. Dataset used in training and evaluation is breast cancer dataset.

The model training is done using SGD (stochastic gradient descent).

You can check the derivation of derivative for weight in doc.pdf.

Dependency

Run the following command to install dependencies:

pip install -r requirements.txt

How to run

The complete code is in run_sgd.py:

python run_sgd.py