Skip to content

Working through the Kaggle Chest Xray dataset in Python and Keras/Tensorflow. We use Convolutional Neural Networks (CNN) to build our model. We also demonstrate how you can visualize inner layers of a neural network.

Notifications You must be signed in to change notification settings

Robby955/ChestXray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Chest Xray Data

Working through the Kaggle Chest Xray dataset in Python and Keras/Tensorflow.This data consists of thousands of chest xrays. The chests are either normal(Healthy) , or sick(Pneumonia). The goal is to recoginize if a chest is healthy or sick based off the chest xray.

What is this

Is an image of some of the training data.

To accomplish this we utilize Convolutional Neural Networks with relu activations, and we utilize tensorflows built in functionallity. We utilize ImageDataGenerator to augmnet images to artifically increase training data size.

We also visualize some inner layers using tensorflows built in functions.

What is this

We also visualize max pooling layers.

What is this

And our final results!

What is this

What is this

About

Working through the Kaggle Chest Xray dataset in Python and Keras/Tensorflow. We use Convolutional Neural Networks (CNN) to build our model. We also demonstrate how you can visualize inner layers of a neural network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages