Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 374 Bytes

File metadata and controls

8 lines (5 loc) · 374 Bytes

Logistic-_Regression_from_Scratch

I have implemented the logistic regression Model without using sklearn library and achieved 95% accuracy.

log_scratch_cost_graph

So,as the number of epoch increases the accurecy gets higher.

The accurecy I got for this model=95%