1. The Extended Assignment (EA) is an open-book assessment. Students can refer to online resources, learning materials, textbooks, and other reading materials to answer the questions that have been posted in the assessment.
2. Answer ALL questions.
3. The duration to complete the EA is TWENTY-FOUR (24) HOURS.
4. Students are allowed ONE (1) attempt to do the EA successfully where only ONE (1) duly completed EA submission is permitted. Multiple submissions are NOT allowed.
5. MAXIMUM file size for your EA submission to be uploaded to ULearn is 20MB.
6. Please upload your answers in ONE (1) PDF file.
7. Please make sure your answer in the PDF file is clear and readable and name your file as follows: "your name_your ID_EA Answer"
8. Late submission and unclear/unreadable answer will not be accepted.
NOTE: You are required to submit “CERTIFICATION OF ORIGINALITY” in the first page of your answer sheet.
1. a. Consider the structure of training data with 32 rows as shown in TABLE Q1 for a classification problem with four possible classes.
Fill up appropriate headers for <attr1>, <attr2>, attr3> and
<attr4> according to attributes of your own training data. Headers for ID and Class have been provided. Later, fill up data corresponding to the four attributes and the four-option Class. The type of data for
<attr1> is binary, <attr2> is continuous, <attr3> is nominal, and
<attr4> is ordinal. The values for each attribute must be diverse. Based on the training data that have been furnished, compute the
Entropy for the overall collection of the training data, the attribute with binary data, the attribute with continuous data using multiway split, the attribute with nominal data using multiway split, and the attribute with ordinal data using multiway split. The split breakdowns for attributes requiring multiway split must be clearly indicated. Lastly, suggest with justification which attribute in the training data is the most heterogenous.
[35 marks]
b. Suppose that you have been hired by a digital news agency to summarize top-10 daily news on a specific vertical such as computing, medicine, finance, entertainment, or law in Malaysia. As a junior data scientist, suggest a complete text mining process that you will perform to achieve the goal.
[15 marks]
2. TABLE Q2 displays an unfilled temperature readings summary from ABC weather station in East Borneo comparing October, November, and December from 1990 till 1999 to that of from 2010 till 2019. The table should display the number of months in which the average maximum daily temperature was low (< 16oC), medium, or high (> 26oC). The investigation aims to discover whether a significant difference between the two rows exists.
Firstly, furnish TABLE Q2 with data in the Low, Medium, and High columns. The data for 1990-1999 must be unique from that of 2010-2019.
Assuming that the readings are independent from month to month, let unknown parameters ππ,π be the probability that a month's reading goes to bin π ∈
{πΏππ€, πππππ’π, π»ππβ} in decade π ∈ {1990 − 1999, 2010 − 2019}. As a junior data scientist, you have been requested to (i) provide expressions for the maximum likelihood estimates πΜπ,π, stating what to maximize and over which variables, (ii) establish a null hypothesis π»0 such that the probabilities are identical in both 1990-1999 and 2010-2019 and these probabilities are called
ππ to provide the maximum likelihood estimates πΜπ under π»0, perform a test onto π»0 using the test statistics given as
and (iii) considering parametric sampling to compute the distribution for π‘ under π»0. Additionally, your tasks also include (iv) explaining the relevance of one- sided test vs two-sided test for this investigation, (v) providing pseudocode to compute the p-value for the π»0 test, and finally (vi) explaining an advantage and a disadvantage of a count-based test as opposed to a linear regression-based test.
[50 marks]
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