Lung Cancer Detection Simple Project Using Neural Network
Lung Cancer Detection Simple Project Using Neural Network
Faisal Ahmed
Anik Deb Nath (1673)
Assistant Professor
Anurupa Barua (1681) Department of Computer Science & Engineering
Premier University, Chittagong
Contents
Introduction
Data
Conclusion
collection
Methodolog
Future work
y
Model
Limitations
Features
Model
Analysis
Architecture
Source
Result
Code
Introduction
Lung cancer is a significant public health issue. So Early detection and
diagnosis of lung cancer can significantly improve the survival rates of
patients.
1. Data Collection
2. Software , Libraries and Tools selection.
3. Data Pre-processing
a) Data Cleaning
b) Label Encoding
4. Define models
5. Split the data into training and testing
6. Implementing algorithms and activation function
7. Evaluate Performance
Data Collection
The dataset of this project is taken from kaggle. And after encode the label the dataset look like
Model Features
Model: Feed Forward.
Layer: one input layer , 4 hidden layer & single output
layer.
Activation Function: relu, sigmoid
Loss Function: Binary crossentropy
Inputs: 15
Output: 01
Model Architecture
This architecture for 15 inputs and one output.
Model Source Code
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense
Other loss functions may be more suitable for certain datasets and
should be explored.
Future work
There is still room for improvement the accuracy of predict cancer.
Further studies could explore: