Skip to content

Determine which factors have higher chances to be leading causes of diabetes in the Pima Native American community through a neural network.

Notifications You must be signed in to change notification settings

Mathurkarishma/pima-diabetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Diabetes in Pima Native Americans

Using a neural network model to determine what causes diabetes in this community.
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgements

About The Project

We will be speaking into a dataset that describes the medical records for Pima Native Americans and whether or not each patient will have an onset of diabetes. The goal is to determine which factors have higher chances to be leading causes of diabetes in the Pima Native American community. By using a neural network model, one should expect to determine the significance behind certain characteristics when estimating either a diabetic or non-diabetic patient.

Here is a link to the Pima Native American Diabetes dataset information.

Built With

Getting Started

To get a local copy up and running, download the neural-network.R and the text input file, pima_diabetes.csv. Then run the code in an IDE software, such as RStudio. Set the working directory to the location of the CSV file.

Usage

The code guides you through the following:

  1. Importing the CSV file
  2. Visualizing the formatting of the variables (datatypes, number of rows/columns, measures of central tendancy, statistical descriptions, etc.)
  3. Download packages to build a neural network model
  4. Scale the independent variables to help speed up the learning phase of the model
  5. Exploring through histograms to find interesting variables
  6. Set the seed to allow for reproducability and split the dataset into a training set and test set
  7. Perform the neural network model and choose initial parameters, such as weights and hidden layers
  8. Visualize neural network when plotted and evaluate confusion matrix
  9. Change parameters to improve accuracy
  10. Compare model evaluation methods such as sensitivity, specificity, positive prediction value, negative prediction value, and prevalence of the data

Contact

Karishma Mathur - [email protected]

Project Link: https://github.com/Mathurkarishma/pima-diabetes

Acknowledgements

About

Determine which factors have higher chances to be leading causes of diabetes in the Pima Native American community through a neural network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages