News

Implementation-of-Logistic-Regression-using-Numpy In this assignment, we will use a student exams results dataset (exams.csv). It is a collection of exam scores and a binary value indicating whether ...
This repository contains implementation for linear regression using python, only with numpy package. Both jupyter notebook (.ipynb) and markdown file (.md) can be found in the directory. Moreover, ...