logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Henry SimmonsEnglish
(5/5)

660 Answers

Hire Me
expert
Arthur AskeyData mining
(5/5)

887 Answers

Hire Me
expert
Antonio SullivanHistory
(5/5)

926 Answers

Hire Me
expert
Aashif AliStatistics
(5/5)

626 Answers

Hire Me
Microsoft Excel
(5/5)

In this project, we have to identify what is the best time to post in social networks.find the best times for a user to post on social networks

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

1. Overview

In this project, we have to identify what is the best time to post in social networks1. The objective is to find the best times for a user to post on social networks in order to maximize the probability of audience responses. We will use dataset for Facebook Pages. A Facebook page is a public profile that is created for businesses, brands, celebrities, causes, and other organizations to share the information with the large audience. Admin of the pages share the information, known as posts, to broadcast the information to the audience. Lifetime of a post is very short, typically few hours. Facebook uses a ranking algorithm where the rank depends on posting timestamp. Therefore, if it is not posted at right time, it may not reach to the maximum audience. There are different categories of Facebook Pages, such as e-commerce, telecommunication, hospitals, politicians, traffic control etc. Our goal is to see if there is any significant difference in users’ interaction pattern across these different categories of Facebook pages.

We are providing you a small dataset extracted from Facebook Pages in the form of Excel. This excel file contains information about pages such as category of a post message, no of likes, no of comments, posting timestamp, comments, time when comments were created, etc.

Following are the notations used in questions:

tk = 15 minute timespan(one bucket size). Four buckets represent one hour ck(p): number of posts created in time bucket k in a day

Ck(p): estimated number of posts created by page p, in each time bucket tk rk(u): reactions done by users of page p in each time bucket tk

Qk(p): estimated number of reactions received by page p in time bucket tk Sk(p): probability of receiving reactions on page in each time bucket tk Ak(C): aggregated no of posts created by category C in each time bucket tk W(p): fraction of reaction received by a page p in its category

RG(p,k): reaction gain of a page p at time bucket k

 

The database will have two tables---PostSummary and Comments---with following schema:

PostSummary (pid, category, postedBy, createdTime, message, likesCount)

Comments (pid, commentsText)

You can join the two tables using the pid attribute.

In Comments table there are many comments (in first row of Comments table itself) and comments are separated by special symbols ?#+@ (and comment time is there at the end of every comment)

Exercise 1:

You need to analyze the posting behavior of Facebook Pages using the PostSummary table.

Divide 24 hours of a day into 96 buckets each of 15 minute and create a vector Ck(p) for post profile as Ck (p) = [C1 (p),….. ,C96 (p)] ; k= 1, 2, 3, …,96. For example, C1(p) contains information about posts created between 12:00 AM to 12:15 AM.

Ck (p) is computed as follows:

Ck(p) = ∑m =0 ck(p)

Here, m is the time period of a year.

Plot the graphs of aggregated no of posts Ck(p) for daily analysis of the following four Traffic Pages namely Bengaluru Traffic Police, Kolkata traffic police and Hyderabad Traffic Police.

Exercise 2:

Similar to Exercise 1, you need to analyze the behavior of the reaction of users on Facebook Pages using the Comments table.

Iterate through reaction profile r(u) of users on each page p, compute Qk (p) as follows:

Qk(p) = ∑m =0 rk(u)

Here, m is the time period of one year

Plot the graphs of estimated number of reactions Qk(p) for daily analysis for the following four e- commerce Pages namely Flipkart, Amazon, Snapdeal and Myntra.

Hint: Each column contains multiple comments separated by ?#+@ followed by its time stamp. You have to extract the time stamp for each comment.

Exercise 3:

Create an excel chart to calculate the average number of likes per post for each category.

Create a word cloud for each organization (PostedBy).

Exercise 4:

Create a presentation to summarize your findings for all the above exercises in a PowerPoint.

Please feel free to add any other insights that you may draw from the data.

Exercise 5:

Create an approximately 500 words write-up to explain the social posting behavior adopted by various categories and any other insights you may have drawn from the data.

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

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

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme