Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colon and Lung Cancer Type Prediction using Deep Learning #375

Closed
adi271001 opened this issue Nov 5, 2023 · 2 comments · Fixed by #377
Closed

Colon and Lung Cancer Type Prediction using Deep Learning #375

adi271001 opened this issue Nov 5, 2023 · 2 comments · Fixed by #377
Assignees
Labels

Comments

@adi271001
Copy link
Contributor

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Colon and Lung Cancer Prediction Type using Deep Learning

🔴 Aim : To create a Deep Learning model which predicts the class of lung and colon cancer

🔴 Dataset : https://www.kaggle.com/datasets/andrewmvd/lung-and-colon-cancer-histopathological-images/

🔴 Approach : Modeil is built using Deep CNN algorithm it has 13 CNN Layers 5 Max pooling Layers and 3 Dense Layers ReLU and softmax have been used as activators and adamax has been used as optimizer.


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

  1. Import Libraries
  2. Perform Preprocessing of Data
  3. Creating all the required functions
  4. Split Data into test and train
  5. Build the DeepCNN model
  6. Train the model
  7. Predict on test data
  8. Recording the accuracy via plots like confusion matrix
  9. Saving the Model and predicition results in csv
  • What is your participant role? (Mention the Open Source program) OSEN Participant

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

@abhisheks008
Copy link
Owner

Issue assigned to you @adi271001. All the best and go ahead!

@adi271001
Copy link
Contributor Author

I have made a pull request

@abhisheks008 abhisheks008 linked a pull request Nov 7, 2023 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants