CPSC 552 – Data Mining – Assignment #1
Problem #1: Implement Naïve Bayes Algorithm from scratch for classification of the flower types in the Iris dataset. As explained in the lecture, this dataset contains 150 data items with 4 measurements for each flower. There are three classes of flowers (setosa, versicolor, virginica). The dataset contains 50 rows for each flower type.
Try to program this yourself. If you need help, the solution is given on the next page.
Problem #2: Implement the Naïve Bayes for wheat seed dataset. This is a three class dataset with 210 observations with 7 features. The variable names are as follows:
Area.
Perimeter.
Compactness
Length of kernel.
Width of kernel.
Asymmetry coefficient.
Length of kernel groove.
Last column indicates the class (1, 2, 3).
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme