Social Networks. An analysis of VK.com


Essai, 2016

13 Pages


Extrait


Analysis of the VK* social network

*VK is the largest European online social networking service. It is based in St. Petersburg.4 It is available in several languages, but is especially popular among Russian-speaking users

Objective:

To create a theory and software for extracting features out of the text information from the walls of social network users and then to group them by their interests.

Possible applications:

1. Improvement of the algorithms,which predicts information diffusion.
2. Advertising in social networks
3. Creation of databases or similar users
4. Promotion in social networks This file consists of 3 parts:

1. Theory
2. Test run
3. Run on a real network user References:

Theory

Introduction to the work:

In today’s world, millions of people every day, getting up from the bed in the morning and the first thing come to their page and travel through the social network. With time the page collects a lot of information. Information about the habits, interests, hobbies, political views - all in one degree or another is deposited on the user’s page. Some people do not even think what kind of informative trail they leave in social networks.

The idea of this work is to analyze one of the sources of information and on the basis of this data, to combine users into categories and give researchers the opportunity to study the characteristics of a group. As a source of information, we will take the wall of a user of the social network.

(This work was created as a tool to study the social network user environment, but in fact can be used in different applications and for different purposes. The generated code can be quickly reoriented to analyze the content of other social networks or sources of information.)

Approximations and idea of the study:

The first approximation of the work will consist in the fact that we will identify a user with the information on the wall of his account. Of course, this is not entirely correct, because there are many other modalities, which also carry information, but in this work, they will be ignored. The second approximation of the work is associated with the approximations used in the algorithms of BigARTM, such as a bag-of-words, for example. More information about the complete list of of these approximations can be found in2.

After a few experiments with vector models, I came to the conclusion that they were not very applicable to assess the degree of similarity. So I turned to a more powerful tool for text analysis, namely the topic model, which after a few trial runs immediately showed its ability to allocate the interpreted topics from a given set of texts.

Hence the idea: Each user will be characterized by its own distribution over topics.

After constructing a topic model, the matrices Φ and Θ will appear in the hands of researchers , the second of which will be the matrix of the object/topics. Upon receipt of the matrix Θ the researcher gets the regular task of clustering.

Next, we will describe each step of the in more detail work. The texts source :

Each account of a social network has dedicated place where the owner of the account and his friends can write messages. This place is called the “wall”. Each document of the processed collection represents the first 100 records from the wall of a friend of the investigated user of the social network. As a result, our collection consists of the texts from the walls of the accounts of the friends of the investigated users. The number 100 was chosen because the VK API does not allow to download more records from the wall of one account.

Sometimes a user does not allow the application to view his wall, so the final number of documents is the number of friends minus those who banned to explore their walls.

The texts preprocessing:

After the first construction of a topic model it becomes clear that preprocessing of the text in this case is not quite usual. Those works that came to me during my preparation, used the standard stemmer and lists of stop- words from a standard library (for example, SnowballStemmer). In the case of social networks, this approach is hardly applicable because of the huge amounts of slang stop words which are not included in the standard lists. So we had to make our own list of stop words. But creating a good list of stop words for social networks is a big job, one man is not enough for a such task, so it is better to use crowd sourcing for filling the list .

Topic model development:

This item is best to start with substantiation the choice of the regularizators and the coefficients to them.

In this project 4 regularizators were chosen, namely - sparsing of Φ, sparsing of Θ , decorrelator of Θ and topic selection.

Sparcing of Φ and Θ were chosen to meet the sparseness hypothesis (as for the implementation of subsequent clustering the fact that the matrices are sparse can be an advantage), and to reduce the entropy of the distribution.

Decorrelator Θ was chosen because, after clustering the researcher must answer the question, what topic unites each cluster. Decorrelator Θ contributes to various topics, thus making it easier to the researcher to perform his task.

As described in2 and4, automatic correction of regularization strategies is an open problem of machine learning, , therefore I used the strategy which was performed in5.

"Decorrelation coefficient grows linearly during the first 60 iterations up to the highest value γ = 200000 that does not deteriorate the model. Topic selection with τ = 0 . 3 is turned on later, after the 15-th iteration. Topic selection and decorrelation are used at alternating iterations because their effects may conflict. To get rid of insignificant words in topics and to prepare insignificant topics for further elimination, sparsing is turned on staring from the 40-th iteration. Its coefficients α t , β w gradually increase to zeroize 2% of Θ elements and 9% of Φ elements each iteration. As a result, we get a sequence of models with decreasing number of sparse interpretable domain- specific topics."

The clustering algorithm:

Ideal or better clustering algorithms do not exist.According to1, with a large number of objects we should choose fast hierarchical procedures for reductive measures of distance. Therefore, Ward’s hierarchical algorithm method has been chosen as the clustering algorithm. It is also stated in1, that the algorithm we have chosen seemed to the author to be the best method for recoverability of the partition.

The problem of unknown number of clusters:

Upon receipt of the dendrogram it is necessary to decide how to draw the line to get the most plausible number of clusters. In this paper we propose the following approach to solve this problem.

In each node of the dendrogram there is a division of a set of objects in 2 subsets. In order to decide if this step is necessary or not, it is proposed to test the data of each node for uniformity.

According to3, the following algorithm is to be applied to check the uniformity/homogeneity of multivariate data:

Abbildung in dieser Leseprobe nicht enthalten

Each subtree, passed the test, we will paint in one color. Then, it is easy to draw a line on the dendrogram to separate the clusters in a most reasonable way.

Due to the fact that the uniformity/homogeneity test in the form presented above, was derived for the sets of X, Y which contain large number of elements, the test is not always applicable in practice. The practice has shown that the test can be considered passed if Q ≤ 0 . 2

Summary:

After performing the algorithm/items described above, the researcher receives on hands the matrix people/topics/clusters. Operating with this matrix, we can find answers to questions about our environment in a social network

Test run

In this section we show the results of the algorithm on an account specially created in the VK social network.

The following 9 people have been added as friends to the account:

Politicians:

Unus-Bek Evkurov - leader of Ingushetia

Sergey Mironov - leader of the political party "Fair Russia" Dmitry Medvedev - Russian Prime Minister

Ramzan Kadyrov - head of the Chechen Republic

Foxford professors:

Mikhail Penkin - the 1st year physics professor

Imran Alkeskerov - the 2nd year physics professor

Russian rap singers

Stas Konchenkov Big Russian Boss

Fighters:

Buvaisar Saitiev - multiple Olympic champion in freestyle wrestling For familiarization please see below the graph perplexity/iterations:

Abbildung in dieser Leseprobe nicht enthalten

We see that the matrices have converged per 1 iteration. Please see the resulting dendrogram below.

It is reasonable to assume that the algorithm should divide people by occupation. In this case, we know the number of clusters (4) in advance, and it will not be difficult to draw the line (for example, D = 0 . 6).

Abbildung in dieser Leseprobe nicht enthalten

Let us see, in which clusters the friends of the test account fell.

As we can see from the matrix below, in this example, the algorithm worked well as a diagonal matrix is obtained.

Some topics are especially characteristic of certain clusters. For example, topic number 0 is particularly characteristic for the rap singers, and topic number 5 is typical for the teachers.

Let us take a look at them:

(All images are on the next page)

Abbildung in dieser Leseprobe nicht enthalten

It is evident that the topics are interpretable.

Run on the real network user

In this section we try to analyze a real network user account.

As an example we take the account of my classmate, who kindly allowed me to use it.

For familiarization please see below the graph perplexity/iterations:

Abbildung in dieser Leseprobe nicht enthalten

If we will have a look at the heatmap of the matrix Θ we will see that all topics are very sparse.

Abbildung in dieser Leseprobe nicht enthalten

Let us look at the interpretability of some topics:

Abbildung in dieser Leseprobe nicht enthalten

The table above shows that:

Topic 1 is dedicated to visits to the movies, theater Topic 5 is dedicated to the MIPT university. Topic 6 is dedicated to recipes

Topic 8 is dedicated to school and the associated events Topic 12 is dedicated to athletes in the gym

We construct a dendrogram and paint it in accordance with the results of the homogeneity test on its nodes.

Abbildung in dieser Leseprobe nicht enthalten

We can see that more than half of the friends are alike. Let us place the boundary so that the monochrome segment is divided minimally, but provided that big leaps of distances (D = 1 . 5).are cut off. A total of 16 clusters came out.

After this step, we obtain the matrix people/features/clusters. Analyzing the resulting matrix allows us to answer a variety of questions about the environment in the social network. For example we can calculate the the group of people who are most interested in the university (MIPT). Let us get 4 most vivid representatives of the group, in which the average percentage of topic 5 (MIPT) occurrence is the highest, and see who people really are. Results:

Mikhail Penkin - MIPT professor

Shamil Musin - MIPT Youth Committee member Evgeny Chernyavsky - MIPT professor

Oleg Ermakov - representative of the 3d year the Management and Applied Mathematics Faculty in the student council.

We can see that the algorithm has given the people who are directly connected with the university.

Summary:

Based on of the experiments performed I think that the algorithm is applicable in practice. However, there is space for improvement and development, namely: improving the list of stop words, setting more intelligent regularization strategy of the model, identification and removal of the stop-topics, which do not characterize the user of a social network ( for example, the topic of birthday greetings).

[...]


1 Illustrative Mathematical Statistics. (M.B.Lagutin)

2 Topic modeling in BigARTM: theory, algorithms, applications. (K.V.Vorontsov)

3 Verification of the hypotheses about the distribution uniformity and symmetry for multidimensional data. (N.K.Bakirov)

4 http://www.machinelearning.ru/

5 Additive Regularization of Topic Models for Topic Selection and Sparse Factorization (K.V.Vorontsov) (The work is designed for people, who are familiar with Topic modeling theory, otherwise please read article5 )

Fin de l'extrait de 13 pages

Résumé des informations

Titre
Social Networks. An analysis of VK.com
Auteur
Année
2016
Pages
13
N° de catalogue
V340983
ISBN (ebook)
9783668309050
ISBN (Livre)
9783668309067
Taille d'un fichier
486 KB
Langue
anglais
Mots clés
social media, network, online database, online advertisement, advertising, VK
Citation du texte
Mihail Novichkov (Auteur), 2016, Social Networks. An analysis of VK.com, Munich, GRIN Verlag, https://www.grin.com/document/340983

Commentaires

  • Pas encore de commentaires.
Lire l'ebook
Titre: Social Networks. An analysis of VK.com



Télécharger textes

Votre devoir / mémoire:

- Publication en tant qu'eBook et livre
- Honoraires élevés sur les ventes
- Pour vous complètement gratuit - avec ISBN
- Cela dure que 5 minutes
- Chaque œuvre trouve des lecteurs

Devenir un auteur