This repo detecated to the analysis at the Pima-Indians diabetes which 768 row and 9 columns at the columns are :
0- preg = Number of times pregnant
1- plas = Plasma glucose concentration in an oral glucose tolerance test
2- pres = Diastolic blood pressure (mm Hg)
3- skin = Triceps skin fold thickness (mm)
4- test = 2-Hour serum insulin (mu U/ml)
5- mass = Body mass index (weight in kg/ (height in m) ^2)
6- pedi = Diabetes pedigree function
7- age = Age (years)
8- class = Class variable (1: tested positive for diabetes, 0: tested negative for diabetes)
The implementation done by using Keras and the accuracy and loss results are:
As we could see from this model(the photo of the model is attached bellow) we got 80.95% accuracy which is higher than any results which exists over the Internet:
After the definition of the inital model I retrain the last model and I got the improvment at the accuracy which is 81.39% and the loss accuracy is also improved compare to the previous model: