Skip to content

Diabetes Prediction using Logistic Regression & Neural Networks πŸ₯

Notifications You must be signed in to change notification settings

sajmaru/Pima_Diabetes_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pima Indians Diabetes Database πŸ₯

Goal of the project is to use Gradient Descent for logistic regression from scratch to train a model using a group of hyper-parameters to classify whether a patient has diabetes(class 1) or not (class 0). Based on Pima Indians diabetes dataset.

Then Neural networks model is trained on the same dataset to compare the output of the previous model.

Results πŸš€

  • Achieved an accuracy of 77.124% implementing Stochastic Gradient Descent from scratch.
  • Achived an accuracy of 78.512% training a Neural Network

Releases

No releases published

Packages

No packages published