|
a |
|
b/README.md |
|
|
1 |
# Lung-Cancer-Prediction-System-Using-Hybrid-CNN-Machine-Learning-Algorithms |
|
|
2 |
Using a CT-Scan image to predict the lung cancer. Machine learning algorithms includes Random Forest, Logistic Regression and Support Vector Machine() |
|
|
3 |
|
|
|
4 |
## Models Used |
|
|
5 |
1. Convolutional Neural Network(CNN) - Support Vector Machine(SVM) |
|
|
6 |
2. CNN - Logistic Regression(LR) |
|
|
7 |
3. CNN - Random Forest(RF) |
|
|
8 |
|
|
|
9 |
## File Explanation |
|
|
10 |
1. The "**Data_Increasing.ipynb**" file is responsible for generating additional image through data augmentation. |
|
|
11 |
2. The "**Preprocessing_Segmentation.ipynb**" file is involved in both image preprocessing and classification tasks. |
|
|
12 |
3. The "**Lung Cancer Prediction System.ipynb**" file is the main file for the proposed system. |
|
|
13 |
4. The "**dataset**" file stores the lung cancer images, both before and after preprocessing. |
|
|
14 |
5. The "**best_model**" file stores the best model for each type of model used in the system. |
|
|
15 |
6. The "**preprocessing**" file stores the images produced during the preprocessing steps. |
|
|
16 |
7. The "**result**" file stores the images that will be displayed in the Lung Cancer Prediction System. |
|
|
17 |
|
|
|
18 |
# References |
|
|
19 |
Dataset used in this project (Iraq-Oncology Teaching Hospital/National Center for Cancer Diseases (IQ-OTH/NCCD) lung cancer datase) |
|
|
20 |
https://www.kaggle.com/datasets/hamdallak/the-iqothnccd-lung-cancer-dataset |