Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielburdeno authored Jan 7, 2022
1 parent 31e582f commit cff323d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The data we used in this modeling was initially stored at Mendeley Data, a secur

![Pneumonia_lungs](Images/pneumonia_fives.png)

# Data Preperation & Augmentation
# Data Preparation & Augmentation

In order to pass our image datasets through a neural network we need to preprocess the images into usable data. We rescale the data by dividing by 255 due to the images being x-ray (greyscale). We also resize each image to be 64 by 64 pixels so they are all the same size. Due to the unsuable nature of the validation set given, we utlize a validation split within ImageDataGenerator to produce a 80% - 20% split on our train set - validation set respectively. Class mode is binary as we are trying to predict normal vs. pneumonia images (binary classifcation).

Expand Down

0 comments on commit cff323d

Please sign in to comment.