CSC583 Artificial Intelligence Algorithms Group Assignment (30%)
CSC583 Artificial Intelligence Algorithms Group Assignment (30%)
CSC583 Artificial Intelligence Algorithms Group Assignment (30%)
For that, a set of images taken from genuine and forged banknote-like specimens is created. Features
such as wavelet variance, wavelet skewness, wavelet kurtosis, and image entropy are extracted from
the images.
DATASET
The data file BankNote.csv given is the source of information for the classification problem.
**The dataset will be included with this assignment for your reference:
INSTRUCTIONS
Listed below are the mandatory implementation.
Data Exploration
1) View the data types of each feature (<df>.head, <df>.tail, <df>.info) and show the descriptive
statistics for numerical feature (<df>.describe). This allows you to have a general idea of the
dataset contents. We can also check if there are any missing data, and if yes, if they are severe
or not.
2) Briefly report on the properties of the data such as number of rows, features/attributes
Data Preparation
1) For features with missing data, find and show the missing data and then replace them with
the appropriate values.
2) You may implement any other useful data cleaning or transformation operations that are
helpful to build a better performing model.
3) Briefly discuss the problem of having missing data in this dataset (< 70 words)
CSC583 Artificial Intelligence Algorithms Group Assignment
2. Experiment:
2) Briefly discuss whether the performance change if the splitting ratio changed.
(< 70 words)
3. Model Building:
4. Evaluation:
2) Briefly discuss on your model performance based on the confusion matrix generated.
(< 70 words)
SUBMISSIONS
1) You will only submit one single PDF only. Combine the cover page and notebook file
as one single PDF.
4) Naming conventions: Do not put any spaces in the filenames. All your files must be named
using the following naming conventions:
<GroupLeader>_<Group>.<ext>
Akmal_A4CS2303A.pdf
**The template notebook file has included with this assignment for your reference:
GroupLeader_Group.ipynb.
RULES
MARKINGS
100