GithubHelp home page GithubHelp logo

covid19-xray-'s Introduction

Pneumonia Detection in X-ray Images Project

This project is an implementation of a deep learning model to detect pneumonia in X-ray images of patients. The model uses a Convolutional Neural Network (CNN) architecture with three convolution layers to extract relevant features from the images and classify them as "Normal" or "Pneumonia."

Project Overview

Early detection of pneumonia is crucial for effective treatment and patient recovery. This project utilizes deep learning techniques to automate the analysis of X-ray images and identify the presence of pneumonia.

Neural Network Architecture

The CNN model used in this project consists of three convolution layers, followed by pooling layers and dense layers. The architecture is as follows:

  1. Convolutional Layer with 32 filters, 3x3 kernel size, ReLU activation function.
  2. Max Pooling Layer with a 2x2 pool size.
  3. Convolutional Layer with 64 filters, 3x3 kernel size, ReLU activation function.
  4. Max Pooling Layer with a 2x2 pool size.
  5. Convolutional Layer with 128 filters, 3x3 kernel size, ReLU activation function.
  6. Max Pooling Layer with a 2x2 pool size.
  7. Dense layers followed by an output layer with sigmoid activation.

Obs.: On the 'pneumonia' and 'normal' folders are the data of test set. If you want to see all archives go to the link below. The project can also be found at: link to the Kaggle dataset

image

covid19-xray-'s People

Contributors

guilhermegobbo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.