reflection

In project one we can get the following value:

score=(p_count-n_count)/N = 0.009309542280837859

p_score=p_count/N = 0.036850271528316526

n_score=n_count/N = 0.027540729247478666

N = 2578

P_count =95

N_count=710

n_hit_list=710

The above value can reflect the total number of the words of comments I received or posted and how many positive and negetive comments I have. In the process, I learn that only when you try your best to show something valuable and meaningful that other users will post some comments under the pages of your passages. If your passages are only interesting while not meaningful, it just attracts some users to visit your blogs instead of giving some comments, that is why my comments were less at the beginning. From the value of score, we can know the equality of my blogs, the larger the score is,the better the blog is.On the contrary, the smaller the value is, the worse the blog is.

The following is the negative words I have received.

[‘useless’, ‘complex’, ‘doubt’, ‘problems’, ‘insufficient’, ‘burden’, ‘vicious’, ‘shortage’, ‘strict’, ‘complex’, ‘crime’, ‘shortage’, ‘famine’, ‘deficiencies’, ‘contradiction’, ‘ignore’, ‘unwilling’, ‘contradiction’, ‘self-interest’, ‘damage’, ‘harmful’, ‘harmful’, ‘damage’, ‘urgent’, ‘problem’, ‘poverty’, ‘problem’, ‘poor’, ‘poverty’, ‘neglect’, ‘poor’, ‘problem’, ‘poverty’, ‘poverty’, ‘poverty’, ‘poverty’, ‘discrimination’, ‘problems’, ‘injustice’, ‘evil’, ‘problem’, ‘issues’, ‘issues’, ‘suffering’, ‘harm’, ‘discordant’, ‘irresponsible’, ‘harm’, ‘harm’, ‘irresponsible’, ‘unrest’, ‘unrest’, ‘unrest’, ’emergency’, ‘doubts’, ‘waste’, ‘waste’, ‘propaganda’, ‘problem’, ‘propaganda’, ‘hell’, ‘horrible’, ‘alarm’, ‘doubt’, ‘issue’, ‘elimination’, ‘threats’, ‘danger’, ‘losing’, ‘bad’, ‘issues’]

And these words list are the positive words I have received.

[‘works’, ‘like’, ‘accurate’, ‘impressive’, ‘better’, ‘protect’, ‘interesting’, ‘comprehensive’, ‘helpful’, ‘comprehensive’, ‘useful’, ‘useful’, ‘better’, ‘logical’, ‘comprehensive’, ‘vivid’, ‘easy’, ‘appreciate’, ‘good’, ‘helping’, ‘important’, ‘valuable’, ‘logical’, ‘good’, ‘thoughtful’, ‘comprehensive’, ‘improved’, ‘pretty’, ‘good’, ‘interests’, ‘glad’, ‘effective’, ‘clear’, ‘prominent’, ‘lead’, ‘rich’, ‘important’, ‘accurate’, ‘available’, ‘better’, ‘rich’, ‘improve’, ‘important’, ‘lead’, ‘best’, ‘good’, ‘effective’, ‘good’, ‘great’, ‘peace’, ‘harmony’, ‘respect’, ‘strong’, ‘great’, ‘favorite’, ‘stimulate’, ‘protection’, ‘appreciate’, ‘recommended’, ‘well’, ‘trump’, ‘clear’, ‘benefit’, ‘excellent’, ‘timely’, ‘enough’, ‘soft’, ‘effective’, ‘clear’, ‘improved’, ‘advanced’, ‘improve’, ‘good’, ‘effectively’, ‘effectively’, ‘great’, ‘protection’, ‘better’, ‘better’, ‘protect’, ‘feasible’, ‘feasible’, ‘thank’, ‘facilitate’, ‘improvement’, ‘welcome’, ‘well’, ‘good’, ‘better’, ‘protection’, ‘harmony’, ‘good’, ‘wonderful’, ‘good’, ‘thank’]

In project two:

ug.in_degree(MY_ID) = 8

ug.out_degree(MY_ID) = 12

nx.closeness_centrality(ug,MY_ID) = 0.4038

nx.betweenness_centrality(ug)[MY_ID] = 0.0308

From the above value, we can know that how many users I have given comments to and how many users posting comments to me.The first value ug.in_degree show that there are eight bloggers visit my blogs, posting some comments to me, it means that they are interested in my views in some topics and my blog have given them a deep impression. What’s more, the value of ug.out_degree is 12, which means that I was attracted by 12 blogger’s blogs, and maybe I have bulit some close relationship with them. 

Closeness_centrality, the sum of the distances from one point to all other points. After normalization, a number between 0 and 1 is obtained. The larger the number is, the higher the closeness_centrality of this point is. A point with a high degree of proximity to the center indicates that this point is closest to any other point, and is also reflected in the center position in space,meaning that this point(user) is very significant in the netwroks.

When participating in the creation of blog and commenting on others’ blog, the first blog was written with less content due to some reasons at the beginning. It was only a literal interpretation of some topics, which did not go deep into the causes, strategies, views and other aspects, so less users interacted with me. However, after commenting on others’ blog, I found that how to improve the recognition of more people in my blog from then on, so my user participation is getting higher and higher in the follow-up blog, which ultimately leads to no difference between in-degree and out-degree. In general, my participation is more active, and I haved made many friends by sharing some interesting blogs.

一个有关“reflection”的想法

留下评论

通过 WordPress.com 设计一个这样的站点
从这里开始