LogisticRegression as NeuralNetwork This repository contains two python files: LogisticRegression.py -> This file has all the functions related to implementing the logistic regression Main.py -> This file imports the data and binds together all functions.