Git Product home page Git Product logo

deep-tumor-insight's Introduction

Deep-Tumor-Insight

Table of Contents


Project

  1. Data Exploration
  • The Brain Tumor Detection 2020 Kaggle dataset, consisting of 3065 MRI images separated into two classes (Tumor โ€“ Non-Tumor) brain, was used.
  1. Data Analysis
  • cv2.COLOR_RGB2LAB was used to apply equalization histogram to perceptual lightness.
  • Analysis of histograms indicated that the affected brains had much more perceptual lightness intensity.
  1. CNN Model
  • The model included mainly 3 Conv2D layers with maxpooling and ReLU activation functions, followed by Flatten, Dense, Activation, Dropout, Dense and Activation layers.
  1. Model Training
  • Binary crossentropy loss function was used for binary classification.
  • Adam optimizer, a stochastic gradient descent optimization algorithm, was chosen to train the deep learning model as it can handle sparse gradients on noisy problems.
  1. Model Evaluation
  • The model achieved a validation accuracy of 97% which indicates its potential for detecting brain tumors accurately.

Information

  • This project is Mathematical Modeling using PDEs for Detection of Brain Tumor which was required by our college to further join a competition where our team pirates got the 2nd place in it. The content of this project includes:
    • Poster which illustrates our full project
    • Implementing our algorithm using Deep Learning to detect brain tumor in Jupyter Notebook (Accuracy 97%)
    • Report which describes the full research process
    • Presentation to present our full idea

Technologies

  • NumPy
  • Matplotlib
  • Keras
  • TensorFlow
  • PIL
  • SciPy

Setup

To run this project, install it locally using pip:

Shell

$ cd ../"project_path"
$ jupyter notebook brain-tumor-detection-notebook.ipynb

Poster

Project Poster


Notebook

Project Notebook


Report

Project Report


Presentation

Project Slides


Team

Name
Mahmoud Salman
Ibrahim Mohamed
Kamel Mohamed
Youssef Shaaban
Dina Khalid
Youssef Kadry
Neveen Mohamed
Esraa Ali

deep-tumor-insight's People

Contributors

mahmoud1yaser avatar

Watchers

Kostas Georgiou avatar  avatar

Forkers

esraa-alii

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.