Coder Social home page Coder Social logo

capstone-project's Introduction

Capstone-project-Team-1

image

Brain Tumor Classification Project

This project focuses on the classification of brain tumor images using deep learning techniques leveraging Pytorch framework. The dataset used for this study is the Brain Tumor MRI dataset, which comprises four classes: Glioma, Meningioma, No tumor, and Pituitary. The primary objective is to classify images into one of these classes.

Dataset Overview

  • Total dataset size: 7,023 images
  • Training set: 5,712 images
  • Testing set: 1,311 images

Data Preparation

The dataset was obtained from Kaggle and downloaded using the Kaggle API. It was then extracted and processed in Google Colab. The PyTorch DataLoader module was utilized to transform the dataset into PyTorch format. Initially, a series of transformations were applied to the dataset, including resizing, converting it to a tensor, and normalization. A batch size of 32 was used for training.

Model Performance

The project involved training three different models for 10 epochs, employing a Crossentropy loss function, Adam optimizer, and a learning rate of 0.001 on a GPU device. The table below summarizes the results:

Model Name Training Loss Training Accuracy Testing Loss Testing Accuracy Time (seconds)
EfficientNet_B0 0.2368 0.9167 0.2461 0.9054 309.958
EfficientNet_B2 0.2763 0.9007 0.2685 0.8986 427.855
MobileNet 0.0263 0.9923 0.1065 0.9695 358.493

Conclusion

Overall, the project demonstrates the effectiveness of different deep learning models in classifying brain tumor images. Further optimizations and fine-tuning can potentially improve model performance.

capstone-project's People

Contributors

bbash avatar fatimamuhammadadam avatar smaliyu avatar abdulrahmanyusuf 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.