Code Monkey home page Code Monkey logo

brain-tumor-detection's Introduction

Brain Tumor Detection

Build a model using Convolutional Neural Network for image classification. Images

CNNs are widely used in image recognition, image classification, object detection, face recognition etc.

Convolutional Neural Network have various layers of processing which provides more accurate results.

A Convolutional Neural Network is a special type of an Artificial Intelligence implementation which uses a special mathematical matrix manipulation called the convolution operation to process data from images.

Data Source

train = contains the training data/images for teaching our model.

val = contains images which we will use to validate our model. The purpose of this data set is to prevent our model from Overfitting. Overfitting is when your model gets a little too comfortable with the training data and can't handle data it hasn't see....too well.

test = this contains the data that we use to test the model once it has learned the relationships between the images and their label (Tumor/Not-Tumor)

Model training

brain

Epochs = 20 Steps per Epochs = 12 Validatiob Steps = 25

Result accuracy depends on Epochs, more the number of epochs , more accurate results

Screenhshots

GUI screenshot braint-1

braintumor_2

brain-tumor-detection's People

Contributors

chaitanya-0310 avatar

Watchers

 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.