An open API service indexing awesome lists of open source software.

https://github.com/shakilgithub20/diabetes-prediction

Using machine learning to determine whether a patient has diabetes or not. applied data cleansing, modeling, visualization.
https://github.com/shakilgithub20/diabetes-prediction

kares loss-functions machine-learning neural-network nnfl optimizer pandas python sklearn tensorflow

Last synced: 3 months ago
JSON representation

Using machine learning to determine whether a patient has diabetes or not. applied data cleansing, modeling, visualization.

Awesome Lists containing this project

README

        

# Diabetes Prediction using Machine Learning
Statistical models to predict incident are often based on variables, Here, I pursued some main goal. Such as, I train an artificial neural network with dataset and predict the diabetes(Target value of 0/1).
# Details about the dataset:
The datasets consists of several medical predictor variables and one target variable, Outcome.
1) Preg = Number of times pregnant.
2) GLU = Plasma glucose concentration a 2 hours in an oral glucose tolerance test
3) BP = Diastolic blood pressure (mm Hg)
4) ST = Triceps skin fold thickness (mm)
5) INS = 2-Hour serum insulin (mu U/ml)
6) BMI = Body mass index (weight in kg/(height in m)^2)
7) DPF = Diabetes pedigree function
8) Age = Age in years

9) Outcome = 1 - YES (meaning the patient might Diabetes); 0 - NO (the patient doesn't Diabetes).

Number of Observation Units: 768.

Variable Number: 9