Skip to content

Latest commit

 

History

History

Logistic_Regression

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Matlab_Code

Matlab codes This is Matlab codes for logistic regression implement with cross validation and plot ROC curve for the analysis.

Loss function:

equation (1)

which is equivalent to the loss function in some online tutoring materials

equation (4)

The gradient of the negative log-likelihood cost function:

equation

And:

equation (3)