Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 783 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 783 Bytes

ML-Logistic-Regression

Build a logistic regression model to predict whether a student gets admitted into a university. Suppose that you are the administrator of a university department and you want to determine each applicant's chance of admission based on their results on two exams. You have historical data from previous applicants that you can use as a training set for logistic regression. For each training example, you have the applicant's scores on two exams and the admissions decision. Your task is to build a classification model that estimates an applicant's probability of admission based the scores from those two exams. This outline and the framework code in ex2.m will guide you through the exercise.

  1. Logisctic Regression
  2. Regularized Logisistic Regression