You are on page 1of 2

CSAI516 – Pattern Recognition

Project
Weight: Project + Presentation total points: 10

Objective:
This project helps students to understand the course topics and give them exercise which
requires analysis, design and apply for a problem of students’ own choice. The project
will be done individually or group work. You will do an analyze problem based on the
complex pattern recognition system, design, develop and evaluate for the specific
application.
1) Choose dataset that is proper to your application idea from UCI Machine Learning
Repository (https://archive.ics.uci.edu/ml/index.php) you can download the dataset in to
your current directory. Or any other recourse for datasets.

2) Print head and tail of data by using Pandas functions head () and tail ().

3) pre-process and Clean the data if needed.

4) Import the package such as Matibplot, Sklean and Scatter Plot etc...

5) Visualize the data in different types.

6) Apply methods from the pattern recognition for different types of applications. There
are different types of supervised learning such as classification and regression or
unsupervised learning such as clustering, select one of these methods to build your model.

7) Evaluate the performance of your model by using are accuracy, F1-score, precision,
recall and confusion matrix.

Submission deadline 27 November 2021


Submission Guidelines
• • Use Matlab or Python.
• • Do not SIMPLY Copy & Paste form Internet.
• •
• • Remember, the early submission you make, the more grades you earn.
• • Submissions for the project must be in (PDF) format and .mat files (for Matlab)
or Jupyter notebook (for Pyhton).
• • Submission must be via BLACKBOARD.

,Good Luck

You might also like