Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project Title: Leukemia Prediction and Classification from Peripheral Blood Smear ( PBS ) Images Project Description: Objective: The objective of this project is to develop
Project Title: Leukemia Prediction and Classification from Peripheral
Blood Smear PBS Images
Project Description:
Objective: The objective of this project is to develop a machine learning model that:
Predicts the presence of leukemia disease from Peripheral Blood Smear PBS images
Classifies the images into different types of leukemia:
Dataset: Utilize the provided dataset containing PBS images from suspected leukemia patients. The
dataset is divided into two classes: benign and malignant. The malignant class further includes subtypes
of leukemia: Early PreB PreB and ProB ALL.
The dataset is available in Kaggle website: Acute Lymphoblastic Leukemia ALL image dataset
kaggle.com
Tasks:
Leukemia Prediction Binary Classification:
Data Preprocessing:
Preprocess the data given and show your prepared dataset.
Split the dataset into training and testing sets, considering the temporal aspect.
Train a binary classification model to predict the presence or absence of leukemia disease.
Choose an appropriate binary classification model eg logistic regression, support vector machine
Evaluate the binary classification model using relevant metrics eg accuracy, precision, recall
Image Classification Multiclass Classification:
Utilize the PBS images to train a classification model that distinguishes between different types
of leukemia benign Early PreB PreB ProB
Choose and implement a suitable image classification model eg Convolutional Neural
Network CNN
Evaluate the classification model using appropriate metrics eg accuracy, precision, recall
Integration of Models:
Integrate the image classification and leukemia prediction models to provide a comprehensive
diagnosis.
Assess the overall performance of the combined model.
Deliverables:
Python script containing the code for data preprocessing, model training, image classification,
leukemia prediction and evaluation.
Written report explaining the methodology, model choices, and results.
Visualization of the prediction results and performance metrics.
Interpretation of the combined model's performance for leukemia prediction.
Justify your selection for the ML model and Upload your final data with your project.
You can compare between two or three models.
The performance of the model should be high dont submit low performance model
Write appropriate references that you used to complete your project.
If you want to use different tool Exe. Matlab, etc. this will be accepted.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started