首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
讲解CITS 2401编程、辅导R编程、R语言程序讲解 辅导留学生 Statistics统计、回归、迭代|辅导R语言程序
项目预算:
开发周期:
发布时间:
要求地区:
Computer Analysis
and Visualisation
Assignment 1
Tweet Analysis
Worth: 5% of the unit
Submission: Answer the questions on the quiz server.
Deadline: 11 March 2021 5pm
Late submissions: late submissions attract 5% raw penalty per day up to 7 days (i.e., 18 March 2021 5pm). After, the mark
will be 0 (zero). Also, any plagiarised work will be marked zero.
1. Outline
Natural language processing (NLP) is useful yet a difficult task. Our UWA Cybersecurity Research Group
has been focusing on rumour detection and generation in order to prevent rumours causing harm to the
society. As a first step, we built an Automated Rumour Generation Hub (ARGH) that uses various machine
learning (ML) and NLP techniques to generate rumours that are difficult to be identified by both humans
and machines. In particular, Twitter has been used as the source dataset as we often observe different
rumours circulating this social media platform. However, they don't provide analytical functions for us to
summarise the data, so we have to do that ourselves.
In this assignment, you will be carrying out simple data analysis tasks using tweets as outlined is the
Tasks section below, mostly just to test your basic Excel competency. More complex tasks will be carried
out in other assignments (stay tuned!).
Note1: This is an individual assignment, please don't share your solution/code/files with others (only
high-level discussion is allowed, e.g., the syntax of the formula, use of array formula with other examples
etc.). If it is found to be not your original work, then you may be penalised.
Note2: You may use intelligent formatting and colour combinations to display your worksheet in an
understandable manner. However, don't "pimp" up the worksheet.
Note3: You can find ARGH here: https://github.com/argh-rumor-detection/ARGH-Rumor-Generation,
where you can run ARGH yourself using Google Colab.
CITS 2401
Computer Analysis
and Visualisation
2. Tasks
Task 1
Import the original.txt into excel word by word. Here the term "word" refers to any sequence of letters
separated by a space. Note, the text qualifier should be set to {none} when you import the text. This
sheet should be named words_data. Finally, the whole data range should be named words. Figure 1
shows the example output of what it would look like if this task is done correctly.
Figure 1. words_data sheet snippet.
Task 2
Create a new sheet named uniques_data. Import the list of unique words from the uniques.txt file
provided. The words should be located from Cell A1. The whole range should be named uniques.
Task 3
1. In Column B: Calculate the frequency of the unique words from the words_data sheet. You must
use an array formula to do this. Name the cell range as freq.
2. In Column C: Calculate the number of letters used for each word from the words_data. This can
be calculated by simply multiplying the number of letters by its frequency count. Name the cell
range as letters.
3. In Column D: Calculate the rank based on the frequency values. You must use an array formula
to do this. Name the cell range as rank.
In addition, apply conditional formatting on rank where the bottom 10 ranked values (i.e., the 10
smallest values) are formatted with light red filled with dark red text.
Task 4
Create a new sheet named stats. Add the following columns From A2 to A7:
CITS 2401
Computer Analysis
and Visualisation
1. Average
2. Max
3. Min
4. Median
5. Mode
6. SD
Note, SD stands for standard deviation. Also, Average and SD should be rounded to 2 decimal places.
Next, add labels as follows (Cell: Value):
1. B1: Frequency
2. C1: Letters
3. D1: >Average
4. E1:
The "Frequency" category (Column B) is using freq to calculate the statistics of the data.
The "Letters" category (Column C) is using letters.
The ">Average" category (Column D) uses letters where values are greater than the average (i.e.,
value in cell C2).
The "
Populate all the statistics fields (i.e., B2:C7). You must not use any other supporting cells (i.e., you
should calculate all those stats directly using Excel formulas using previously populated cells only).
Note: the values in the uniques_data tab (i.e., freq and letters) should be treated as the entire
population.
Task 5
Create a new sheet named charts. In this sheet, create a histogram of letters. The bin size should
start from 0 and the gap between the bins are 20. For this, you must use an array formula.
Then, format the chart as follows:
1. The gap width is set to 0%.
2. The series outline is solid black line.
3. The series data labels are set to "Outside End".
4. The title is removed.
Task 6
In "charts" sheet, create a scatter chart using freq in x-axis and letters in y-axis. Then, format the
chart as follows:
1. Remove the title.
2. Add a linear trend line and display the R
2 value.
3. Add x-axis label "Frequency".
4. Add y-axis label "Letters".
The sample image of the charts sheet is provided in Figure 2, and your solution may look similar to this.
However, the data shown in the image is sample data and is not the correct result (I.e., your figures
may look different). The yellow blocks are added to the image to hide the sample data to avoid confusion.
Task 7
Insert a Treemap of uniques and letters into the "charts" sheet. Remove the title and the legend.
Change the size to 15cm height and 25cm width.
CITS 2401
Computer Analysis
and Visualisation
Figure 2. Sample image of the charts sheet (treemap not shown)
3. Submission
You should answer the questions related to the tasks above on the quiz server by the due date - 11 March
2021 5pm (drop dead due date 18 March 2021 with 5% raw penalty per day).
Submit your Excel workbook on the quiz server, you should name the file as A1_[student id].xlsx.
For example, if your student ID is 12345678, then your file name is A1_12345678.xlsx.
Fail to follow this will result in a penalty of 50%.
CITS 2401
Computer Analysis
and Visualisation
4. Rubrics
Criteria Highly Satisfactory (D, HD) Satisfactory (P, CR) Unsatisfactory (N)
Excel functions
(10 marks)
Understand various
Excel functions.
Demonstrate the
ability to carry out
various Excel
functionalities and
tools.
Demonstrated the ability to use
Excel functions fluently:
Correct use of Excel functions
as appropriate.
Demonstrated the ability
to use Excel functions:
Some correct uses of
Excel functions.
Failed to demonstrate
the ability to use Excel
functions:
Incorrect use of
Excel functions.
Excel formulas
(20 marks)
Understand the use of
Excel formulas.
Demonstrated the ability to
utilise Excel formulas fluently:
Correct use of Excel formulas
most adequate for the
problem.
Comprehensive understanding
of Excel formulas and their
usage.
Demonstrated the ability
to utilise Excel formulas:
Correct use of Excel
formulas for the
problem.
Understanding of
Excel formulas and
their usage.
Failed to demonstrate
the ability to utilise
Excel formulas:
Incorrect use of
Excel formulas.
Misunderstanding
of Excel formulas
and their usage..
Excel visualisation
(20 marks)
Understand the use of
Excel visualisation
tools.
Demonstrated the ability to
visualise using Excel:
The visualisation generated is
accurate and comprehensive.
Demonstrated the ability
to visualise using Excel:
The visualisation
generated is accurate.
Demonstrated the
ability to visualise using
Excel:
The visualisation
generated is not
accurate.
This assignment is worth a total of 50 marks.
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!