Code Monkey home page Code Monkey logo

resnet50-chestcancer-detection's Introduction

ResNet50-ChestCancer-Detection

This project implements the ResNet50 architecture from scratch and utilizes it for classifying chest cancer using the Chest CT-scan Images dataset available on Kaggle.

Project Highlights

  • implementation of ResNet50 from scratch.
  • Transfer learning using the ResNet50 model as a backbone.
  • Classification of chest CT scan images.
  • Monitoring and visualizing training and validation accuracy.

Introduction to ResNet

resnet50

Residual Networks, or ResNets, are a type of deep neural network architecture that was introduced to address the vanishing gradient problem in very deep networks. ResNets achieve this by using skip connections, also known as shortcut connections, to allow the gradients to flow directly through the network, making it easier to train very deep networks.

The core idea behind ResNet is the residual block. Instead of learning the desired output, these blocks learn a residual or the difference between the desired output and the current output. By stacking multiple residual blocks, deep networks can be trained more effectively.

Dataset

The dataset used for this project is the Chest CT-scan Images dataset, which can be found here.

Model Evaluation

I have trained and evaluated the ResNet50-based model on the Chest CT-scan Images dataset. Below is a plot illustrating the accuracy of the model on both the training and validation datasets:

Training and Validation Accuracy Plot

The x-axis represents the training epochs, while the y-axis represents the accuracy.

Additional Resources

  • If you want to learn more about the ResNet architecture, you can read this article on ResNet.

resnet50-chestcancer-detection's People

Contributors

sevdaimany avatar

Stargazers

 avatar  avatar  avatar  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.