1. Homepage
  2. Programming
  3. DTS201TC Pattern Recognition - Coursework - Covid-19 CT Image Data Classification Using Principal Component Analysis

DTS201TC Pattern Recognition - Coursework - Covid-19 CT Image Data Classification Using Principal Component Analysis

Engage in a Conversation
XJTLUDTS201TCPattern RecognitionPCAKNNNaive Bayes ClassifierMulti-layer PerceptronPython

DTS201TC Pattern Recognition
CourseNana.COM

5 pm China time (UTC+8 Beijing) on Thursday 31ST October 2024 Around 1500 CourseNana.COM

I certify that I have read and understood the University’s Policy for dealing with Plagiarism, Collusion and the Fabrication of Data (available on Learning Mall Online). With reference to this policy I certify that: CourseNana.COM

My work does not contain any instances of plagiarism and/or collusion. My work does not contain any fabricated data. CourseNana.COM

By uploading my assignment onto Learning Mall Online, I formally declare that all of the above information is true to the best of my knowledge and belief. CourseNana.COM

Module code and Title CourseNana.COM

School Title CourseNana.COM

Assignment Title CourseNana.COM

Submission Deadline CourseNana.COM

Final Word Count CourseNana.COM

If you agree to let the university use your work anonymously for teaching and learning purposes, please type “yes” here. CourseNana.COM

Scoring For Tutor Use CourseNana.COM

Student ID CourseNana.COM

Stage of Marking CourseNana.COM

Marker Code CourseNana.COM

Learning Outcomes Achieved (F/P/M/D) (please modify as appropriate) CourseNana.COM

Final Score CourseNana.COM

1st Marker red pen CourseNana.COM

IM Initials CourseNana.COM

The original mark has been accepted by the moderator (please circle as appropriate): CourseNana.COM

Data entry and score calculation have been checked by another tutor (please circle): CourseNana.COM

Moderation green pen CourseNana.COM

2nd Marker if needed green pen CourseNana.COM

For Academic Office Use CourseNana.COM

Possible Academic Infringement (please tick as appropriate) CourseNana.COM

Date Received CourseNana.COM

Days late CourseNana.COM

Late Penalty CourseNana.COM

Category A CourseNana.COM

Category B Category C Category D Category E CourseNana.COM

Y/N Y CourseNana.COM

Total Academic Infringement Penalty (A,B, C, D, E, Please modify where necessary) _____________________ CourseNana.COM

Students CourseNana.COM

Please save your assignment in a PDF document, and package your code as a ZIP file. Submit both the technical report and the code file via Learning Mall Core to the appropriate drop box. Electronic submission is the only method accepted; no hard copies will be accepted. CourseNana.COM

You must download your file and check that it is viewable after submission. Documents may become corrupted during the uploading process (e.g. due to slow internet connections). However, students themselves are responsible for submitting a functional and correct file for assessments. CourseNana.COM

Weight: 40% CourseNana.COM

Overview: CourseNana.COM

This coursework is the assessment for DTS201TC and aims to evaluate understanding of pattern representation, feature discovery and selection, foundations of pattern recognition algorithms and machines including statistical, structural and neural methods. CourseNana.COM

Learning Outcomes: CourseNana.COM

A. demonstrate understanding of foundations of pattern recognition algorithms and machines, including statistical, structural and neural methods;
B. demonstrate understanding of data structures for pattern representation, feature discovery and selection;
CourseNana.COM

Avoid Plagiarism
Do NOT submit work from others.
Do NOT share code/work with others.
Do NOT copy and paste directly from sources without proper attribution. Do NOT use paid services to complete assignments for you. CourseNana.COM

Technical Report Requirements: CourseNana.COM

The student loads image data (Covid- 19 CT images) using Python package and reduces the high-dimensional data to a low dimensional data (e.g., dimension=20). The Covid-19 CT image dataset has 397 non- Covid-19 images and 349 Covid-19 images. Around 20 new features using the PCA dimension reduction can obtain a good classification performance without losing much accuracy.The student needs to compare model performance using the 20 new features with model performance using all original features. Three machine learning models (K-Nearest Neighbour (KNN) classifier, Naive Bayes Classifier and Multi- layer Perceptron (MLP) Neural Networks) will be used to compare the model performances using all original features and the 20 new features. The classification performance will be different using a different machine learning model algorithm. This also will affect the feature ranking performance. The student needs to rank the importance of the 20 new features using the three models (The student can set the feature as mean value for the feature ranking). Finally, the student needs to write a CourseNana.COM

technical report (around 1500 words) to include the following sections: CourseNana.COM

Report Title: Covid-19 CT Image Data Classification Using Principal Component Analysis (PCA) and K-Nearest Neighbour (KNN) Classifier, Naive Bayes Classifier and Multi-layer Perceptron (MLP) Neural Networks. CourseNana.COM

Section 1: Introduction (7 marks) CourseNana.COM

Machine learning (ML) can learn from training data and it has demonstrated greater CourseNana.COM

accuracy in predicting Covid-19 than clinicians. CourseNana.COM

The students need to explain what is the problem using the original high dimensional image data for the Covid-19 prediction and introduce the possible solutions. CourseNana.COM

Section 2: Principal Component Analysis Method and Experimental Design (10 marks)
The student needs to give the correct PCA formula and explain why the PCA is needed for the application.
CourseNana.COM

Section 3: Experimental Results with Analysis (15 marks)
The student needs to use tables to show the correct experimental results with analysis in the report. The student also needs to analyze which model works best among the three models using all original features and the 20 new features, and how much loss of the accuracy using the PCA for the Covid-19 classification/prediction.
CourseNana.COM

Section 4: Conclusion (5 marks)
The student can conclude what are advantages and disadvantages using the PCA for the Covid-19 prediction based on the experimental results and PCA algorithm. The student also can conclude whether there is feature ranking uncertainty or not using the three machine learning models. The student can give recommendations to improve the Covid-19 prediction in this section.
CourseNana.COM

Section 5: References (3 marks)
The student need to read 3 or more than 3 reference papers for the technical report.
CourseNana.COM

Note: The student needs to write around 1500 words for the technical report and provide the Python code. CourseNana.COM

Figure 1: Covid-19 and Non-Covid-19 CT images CourseNana.COM

CourseNana.COM

Table 1 (Example): Three model performances using the 20 new features and all original features CourseNana.COM

Training Performance (50% of the image data) CourseNana.COM

Models kNN
Naive Bayes MLP-NNs
CourseNana.COM

Original features e.g., 93% CourseNana.COM

... ... CourseNana.COM

20 new features e.g., 90% CourseNana.COM

... ... CourseNana.COM

Test Performance (50% of the image data) kNN ... ...
Naive Bayes ... ... MLP-NNs ... ... CourseNana.COM

Table 2 (Example): Ranking 20 new features using PCA and all data CourseNana.COM

20 New Features CourseNana.COM

Feature 1 Feature 2 Feature 3 Feature 4 Feature 5 Feature 6 CourseNana.COM

Accuracy using k-NN classifier CourseNana.COM

e.g., 80% ... CourseNana.COM

... ... ... ... CourseNana.COM

Accuracy using Naive Bayes classifier CourseNana.COM

e.g., 82% ... CourseNana.COM

... ... ... ... CourseNana.COM

Accuracy using MLP-NNs classifier CourseNana.COM

e.g., 90% ... CourseNana.COM

... ... ... ... CourseNana.COM

............ Feature 20 ... ... ...  CourseNana.COM

Get in Touch with Our Experts

WeChat (微信) WeChat (微信)
Whatsapp WhatsApp
XJTLU代写,DTS201TC代写,Pattern Recognition代写,PCA代写,KNN代写,Naive Bayes Classifier代写,Multi-layer Perceptron代写,Python代写,XJTLU代编,DTS201TC代编,Pattern Recognition代编,PCA代编,KNN代编,Naive Bayes Classifier代编,Multi-layer Perceptron代编,Python代编,XJTLU代考,DTS201TC代考,Pattern Recognition代考,PCA代考,KNN代考,Naive Bayes Classifier代考,Multi-layer Perceptron代考,Python代考,XJTLUhelp,DTS201TChelp,Pattern Recognitionhelp,PCAhelp,KNNhelp,Naive Bayes Classifierhelp,Multi-layer Perceptronhelp,Pythonhelp,XJTLU作业代写,DTS201TC作业代写,Pattern Recognition作业代写,PCA作业代写,KNN作业代写,Naive Bayes Classifier作业代写,Multi-layer Perceptron作业代写,Python作业代写,XJTLU编程代写,DTS201TC编程代写,Pattern Recognition编程代写,PCA编程代写,KNN编程代写,Naive Bayes Classifier编程代写,Multi-layer Perceptron编程代写,Python编程代写,XJTLUprogramming help,DTS201TCprogramming help,Pattern Recognitionprogramming help,PCAprogramming help,KNNprogramming help,Naive Bayes Classifierprogramming help,Multi-layer Perceptronprogramming help,Pythonprogramming help,XJTLUassignment help,DTS201TCassignment help,Pattern Recognitionassignment help,PCAassignment help,KNNassignment help,Naive Bayes Classifierassignment help,Multi-layer Perceptronassignment help,Pythonassignment help,XJTLUsolution,DTS201TCsolution,Pattern Recognitionsolution,PCAsolution,KNNsolution,Naive Bayes Classifiersolution,Multi-layer Perceptronsolution,Pythonsolution,