Skip to content

bilalzaidi88/Predicting-Diabetes-with-Multilayer-Perceptrons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Predicting-Diabetes-with-Multilayer-Perceptrons

Predicting Diabetes with Multilayer Perceptrons

Context

This dataset is originally from the National Institute of Diabetes and Digestive and Kidney Diseases. The objective of the dataset is to diagnostically predict whether or not a patient has diabetes, based on certain diagnostic measurements included in the dataset. Several constraints were placed on the selection of these instances from a larger database. In particular, all patients here are females at least 21 years old of Pima Indian heritage.

Content

The datasets consists of several medical predictor variables and one target variable, Outcome. Predictor variables includes the number of pregnancies the patient has had, their BMI, insulin level, age, and so on.

Columns

  • PregnanciesNumber of times pregnant

  • GlucosePlasma glucose concentration a 2 hours in an oral glucose tolerance test

  • BloodPressureDiastolic blood pressure (mm Hg)

  • SkinThicknessTriceps skin fold thickness (mm)

  • Insulin2-Hour serum insulin (mu U/ml)

  • BMIBody mass index (weight in kg/(height in m)^2)

  • DiabetesPedigreeFunctionDiabetes pedigree function

  • AgeAge (years)

  • OutcomeClass variable (0 or 1) 268 of 768 are 1, the others are 0

About

Predicting Diabetes with Multilayer Perceptrons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published