Glossary Adjacency matrix Adjective Orientation Similarity Aspect coverage Bipartite networks CAO Collaborative filtering Complete graph

Size: px
Start display at page:

Download "Glossary Adjacency matrix Adjective Orientation Similarity Aspect coverage Bipartite networks CAO Collaborative filtering Complete graph"

Transcription

1 Glossary Adjacency matrix The adjacency matrix is a matrix whose rows and columns represent the graph vertices. A matrix entry at position (i, j) contains a 1 or a 0 value according to whether an edge is present between the nodes i and j Adjective Orientation Similarity The adjective orientation similarity evaluates the semantic orientation similarity of all the adjective terms between two given sentences Aspect coverage Aspect coverage can be defined as the percentage of topic aspects covered by the summary of reviews Bipartite networks A bipartite network is a set of network nodes divided into two disjoint sets such that no links are present between two nodes within the same set CAO An affect analysis system for emoticons created by Michal Ptaszynski Collaborative filtering collaborative filtering is one common algorithm used for building recommender systems. It tries to predict the utility of an item for a particular user based on the ratings on this item given by other similar users, or the ratings on similar items given by this user; the former is called user-based collaborative filtering, and the latter is called item-based collaborative filtering. (Toward the next generation of recommender systems: a survey of the state of the art and possible extensions, by G. Adomavicius, and A. Tuzhilin, IEEE Transactions on Knowledge and Data Engineering, Vol. 17, Issue 6, pp , June 2005) Complete graph A complete graph is a graph where each pair of vertices is linked by an edge Computer-mediated communication A way of communication between humans that occurs through the use of two or more electronic devices Confusion matrices Given a classification model, the confusion matrix indicates in which way the predictions are performed by the model. The rows represent the known classes of the data, i.e., the class labels. The columns are the classes predicted by the model. The value of a matrix entry at position (i, j) corresponds to the number of data items with known class i and predicted class j Connected components The connected components of a graph represent the set of largest subgraphs, where any two vertices are linked to each other by paths, and which are not connected to other vertices in the original graph Springer International Publishing Switzerland 2015 Ö. Ulusoy et al. (eds.), Recommendation and Search in Social Networks, Lecture Notes in Social Networks, DOI /

2 282 Glossary Connectivity Value Connectivity value structurally represents a user and its connection in the network Crawling Model Conmponents and their relationships for systematically browsing the World Wide Web (Twitterverse in this case) Dynamic Network Dynamic network is an architecturally variable network that conforms to the change in the attributes of the entities in the network Edge weight Edge-weight is the measure of the strength of the relation between the users at either end of the edge. It is computed as a weighted sum of the communication and recommendation flowing through that edge Edge-source The end of the edge or the link that initiates the communication is called as the source Edge-target The end of the edge or the link that listens to the communication is called as the target Emoticons Facial marks or movements that are composed of letter and used in text messages Evolutionary Principle Incorporating temporal changes by being true to the present and not deviating dramatically from the past Geodesic A geodesic of a graph G is a shortest path between two vertices (u,v)of G. The length of the maximum geodesic in G is the graph diameter, the length of the minimum geodesic is defined as the graph radius Glastonbury festival A five-day music festival that takes place near Pilton, Somerset, England Growth rate It is the ratio of the number of users influenced in a time window to the number of non-influenced users in that time window Influence flow Influence flow is the spread of influence through the edges/links in the network Influence value Influence value is computed as a function of the number of influenced neighbors and the strength of the relation between them Influence Influence is the state where a user starts using a product or service because of direct or viral marketing Intrinsic Value A normalized score calculated as a composition of various attributes of a user in reference to the marketable product or service Jaccard similarity Jaccard similarity coefficient measures similarity between two finite sample sets, and is defined as the size of the intersection divided by the size of the union of the sample sets. (Wikipedia) Joint entropy The joint entropy of two discrete random variables X and Y, with joint probability mass function p(x, y) is defined as H(X, Y ) = p(x, y)log p(x, y). x X y Y Kinesics An interpretation of body motion communication such as facial expressions and gestures

3 Glossary 283 Live edge An edge in a network is a live edge if the source of the edge is influenced and the target is not Maximal complete subgraphs A maximal complete subgraph of a graph G is a complete subgraph of G which is not properly included in another complete subgraph of G Maximal frequent sharing patterns A frequent sharing pattern without a proper superset that is frequent ML-Ask An affect analysis system of textual input in Japanese based on a linguistic assumption that emotional states of a speaker are conveyed by emotional expressions used in emotive utterances. The system was created by Michal Ptaszynski Music recommender system Music recommender system recommends music to users based on their preferences, interests, or other related information, the commonly used algorithms include content-based, collaborative filtering, and hybrid. (Toward the next generation of recommender systems a survey of the state of the art and possible extensions, by G. Adomavicius, and A. Tuzhilin, IEEE Transactions on Knowledge and Data Engineering, Vol. 17, Issue 6, pp , June 2005) Mutual information The mutual information is the uncertainty reduction in one random variable given the knowledge about the other one. If the mutual information is high, it represents a huge reduction in uncertainty; if the mutual information is low, it indicates a small reduction; if the mutual information between the two random variables is zero, it means that the variables are independent. Given two discrete variables X and Y with joint probability distribution P X,Y (x, y), the mutual information between them is I (X; Y ) = x,y P X Y (x, y)log P XY(x,y) P X (x)p Y (y) = E PXY log P XY P X P Y, where P X (x) and P Y (y) are the marginals, P X (x) = y P XY (x, y) and P Y (y) = x P XY(x, y) and E P is the expected value over the distribution P Network Value Network value is the measure of a user s capacity as an influencer for a product or service in the network. It is a function of the intrinsic value and the connectivity value of a user for that product or service Nonuniform Random Walks A random walk whose next hop is not selected uniformly at random out of the available choices Online Paid Posters Users who get paid to write promotional or fake reviews and comments online Orthogonal matrix A n n matrix A is an orthogonal matrix if AA T = I, where A T is the transpose of A and I is the identity matrix Patterns Patterns are consistent and recurring features that help to model a phenomenon or problem, and are useful as indicators or models for predicting its future trend Pearson correlation A measure of the linear correlation (dependence) between two variables X and Y in statistics Pearson correlation is a measure of the linear correlation between two variables X and Y, giving a value between +1 and 1 inclusive, where 1 is the total positive correlation, 0 is no correlation, and 1 is total negative correlation. (Wikipedia)

4 284 Glossary PerSocial Relevance A relevance model that determines the social relevance between a user and a document PerSocialization Personalization of search results using social signals Personalized Search Engine (PERSOSE) Search engine that uses social signals to personalize the search results Polarity distribution preservation Polarity distribution preservation evaluates the correlation of aspect-level polarity between reviews and the system generated summary Precision In the context of information retrieval, precision is the fraction of the retrieved documents which are relevant. (Modern Information Retrieval: The Concepts and Technology behind Search (2nd Edition), Ricardo Baeza-Yates, and Berthier Ribeiro-Neto, Addison Wesley, 2010, ISBN ) Predictive Accuracy Measures how close a predicted value (given by the Recommender System) is to a withheld actual rating Rate limit An upper limit set by Twitter that used to control the rate of requests per user Recall In the context of information retrieval, recall is the fraction of the relevant documents which have been retrieved by the information retrieval system. (Modern Information Retrieval The Concepts and Technology behind Search (2nd Edition), Ricardo Baeza-Yates, and Berthier Ribeiro-Neto, Addison Wesley, 2010, ISBN ) Recommendation List Diversity Measures how different the items of a recommendation list are from one another Recommendation List Novelty Measures the extent to which an item (or a set of items) is new when compared with those items that have already been consumed by a user (or a community of users) Recommendation score It is an average score of the user and its connections to recommend a product or service in the network Recommender Systems Software systems that aim to propose new items that have not been evaluated by the users yet Rejection Sampling A statistical technique for generating samples from a hard-tosample distribution by employing as an instrument an easy-to-sample distribution Representatives A representative is an individual who represents a constituency or community in a legislative structure, i.e., a member of the US House of Representatives Requent sharing pattern A combination of vertex labels that is shared within a connected subgraphs with a minimum number of vertices Roll calls The roll calls are voting processes where legislators are called on by name and have the possibility to cast their vote or to abstain SE (Search Engine) Search engines are services that crawl very large amount of data (documents or websites, for example) and can efficiently search them for keywords to return a list of matching documents Shortest paths The shortest path between two vertices i and j is a path such that the sum of the weights of its edges is minimized with respect to the other possible paths between them. For unweighted graphs, every edge is weighted as 1

5 Glossary 285 SMQA (Social Media Question Asking) Often people use social networking sites to ask queries to their network members, or to generic people using that service. Researchers have termed this as social media question asking (SMQA). The social networking site concerned may be of general purpose (e.g., Facebook, Twitter) or provide specific type of service (for example, Jelly) SNS (Social Networking Sites) Services that enable the users to build and use social connectivity with other users. The concept of social networks predates the computer era. But the widespread penetration of the Internet, especially with proliferation of mobile computing devices has made the implementation of social networking sites a success. Common examples are Facebook, Twitter, Google+, Weibo, etc. Social Actions Set of actions that a given user can perform on any document. Examples include LIKE, RECOMMEND, and SHARE Social network A social network is defined as a network of interactions or relationships, where the nodes consist of actors, and the edges consist of the relationships or interactions between these actors. (Social Network Data Analytics, edited by Charu C. Aggarwal, ISBN: , Springer, 2011) Social tagging Tagging is a process where a user assigns a tag to a web object or resource; social tagging is to tag the object during the social interactions supported by the social networking site. (Social Network Data Analytics, edited by Charu C. Aggarwal, ISBN: , Springer, 2011) Spam Detection Use machine learning techniques to identify the potential online paid posters Strongly-Connected group A group of users within a larger network having a strong association within the group than outside is termed as a strongly connected group. The association is represented by the weight of the edges connecting them Supervised Learning Machine learning task of inferring a function from labeled training data Temporal update Temporal update is the incorporation of the temporal changes in the network TF-IDF Short for term frequency-inverse document frequency, is a numerical statistic that is intended to reflect how important a word is to a document in a collection or corpus Training Data Manually labelled samples Trust Networks Social networks that are comprised of trust statements among the actors Twitter API Twitter is an online social networking service that enables users to send and read short 140-character messages called tweets. The Twitter s application programming interface (API) allows other Web services and applications to integrate with Twitter Twittersphere/Twitterverse The entire Twitter world, especially the postings made on the social media website Twitter, considered collectively Unsupervised Learning Find hidden structure in unlabeled data

6 286 Glossary Viral Marketing Viral Marketing is a marketing methodology that relies on getting the customers of a product or service to promote it to their connections in the network Virtual Network It is a network comprising of digital links between the entities within a network. Entities communicate with each other via these links. The links represent the relation between the entities Voting records Voting records are lists containing the voting history of candidates or elected officials

7 Index A Affect analysis system, 25, 26, 37 Agreeableness, 71 Agreement index, 252 k-anonymous, 79, 83, 86, 88, 91, 98 Average degree, 260 B Betweenness centrality, 263 Betweenness centralization, 263 Biased random walk, 41, 45, 46 Binarized matrix, 258 Bipartisan coordinate, 253, 274 Bipolar words, 29, 30 C Cliques, 265, 276 Clustering coefficient, 263, 264 Cold-start users, 49 51, 55 Collaborative filtering, 120, 121, 124, 130 Computer-mediated communication, 24 Connectivity value, Conscientiousness, 70 Consensus, 63 Correlation coefficient, 45 Crawler, 1, 5, 7, 9 14, Credibility, 60 Digital divide regarding information, 191 Dynamic network, 219, 246 E Edge weight, 223, 225, 227, 232, 237, 241 Effect sizes, 72 Emoticon, 23 32, 34, 37, 38 Emoticon database, 25, 26, 31, 37, 38 Emoticon dictionary, 24 Emoticon recommendation methods, 24 26, 29 Emotive word, 30, 38 Evolutionary, 220, 221, 228, 229, , 237, 238, 241, 245, 246 Experiment, , 157, 159, 160 Extraversion, 70 F Facebook, 24, 139, 145, 147, , 159, 160 Facebook connect, 152 FaceFriend, 62 Face-to-face, 24 Factor analysis, 23, 25, 29, 33, 37 Frequent sharing pattern (frequent spattern), 77 80, 82, 98 D Degree, 260 Degree centrality, 63, 261 Degree centralization, 261 Dendrogram, 256 Density, 260 Springer International Publishing Switzerland 2015 Ö. Ulusoy et al. (eds.), Recommendation and Search in Social Networks, Lecture Notes in Social Networks, DOI / G Generalization, 81, 82 Geodesic distance, 63 Google plus, 140 Gradual trust metric, 43 Group cohesion, 252 Growth rate, 228, 234, 237, 239, 241,

8 288 Index H Hashtag, 1, 2, 6, 8 12, 14 16, 19, 20 Hierarchical clustering, 256, 275 Horizontal style, 24 I Influence, , , 227, 228, , 237, 238, 241, 242, 245, 246 Influence flow, 220, 221, 226, 228, 246 Influence value, 226 Information gain, 12, 17 Internet, 24 Intra-list diversity, 55 Intrinsic value, Italian Parliament, 251 Item novelty, 54 J Jaccard similarity, 121, 128 K Keyboards, 24 Keypads, 24 Keyword adaptation, 1, 4, 7 9 L Last.fm, 119, 121, 123, 130 Live edge, 220, 226 M Markov chains, 44 Maximal frequent sharing pattern (maximal frequent spattern), 77, 79, 98 Membership, 119, 120, 123, 126, 127, 132, 133, 135 Microblog, 2 5, 19 ML-Ask, 25, 26, 29, 37 Modularity, 250, 267, 277 MoleTrust, 43, 49 Multidimensional scaling, 250, 252, 276 Music recommender system, 130 N ndcg, 154, 155, 157 Neighborhood attack, 78, 91, 98 Network value, 217, 219, 221, 222, 228, 232, 234, 237, 241, 242, 246 Neuroticism, 71 Noise ratio, 12 O Openness, 70 Openpolis database, 251 Overlap, 63 P Parliamentarian networks, 259 Partisan coordinate, 253 PCA, 67 Pearson correlation, 12, 120, 121, 123 PerSocialization, 143, 156, 161 Personality, 70 Personality prediction, 72 Personalization, 139, 157, 159, 160 Personalized search, 140, 141 index Personalized searchengine (PER- SOSE), 142 Personalized search engine (PERSOSE), 139, 142, , 160, 161 Precision, , 155 Prediction, 119, 133 Predictive accuracy metrics, 49 51, 55 R Randomization, 81, 82 Recall, Recommendation score, 221, 222 Recommender systems, 41, 48 Rejection sampling, 41, 45, 46, 56 Relevance model, 139, 143, 144, 151, 152, 157, 160, 161 Resolution parameter, 270 S Search engine, 139, 142, 155, 159, 160 Semantic differential method, 25 Seven semesters, , , 266, 267, 270 Seventh semester, 266, 274 Similarity, , 129, 135 Similarity matrix, 253, 258 Simple matching coefficient, 255 Single linkage clustering, 256 Singular value decomposition, 253, 276 Smartphones, 24 Social actions, 139, 144, 145, , , , 160, 162

9 Index 289 Social friendship, 120 Social media question asking (SMQA), 205 Social network, 119, 122, 123, 130, 139, , , Social Network Services (SNS), 24 Social recommender systems, 42 Social tagging, 120, 123, 126 Strongly connected group, 224 Structural Properties, 63 Substantiation, 63 Twitter API, 3, 6, 7, 9 V Vertical style, 24 Viral marketing, , 221, 231, 242, 245 Virtual network, 217, 242 Voting matrices, 252 Voting patterns, 258 T Temporal update, 228 TF-IDF, 5 TidalTrust, 43, 44 Trust aggregation, 42, 44, 49 Trust-based collaborative filtering, 43 Trust-based weighted mean, 44 Tweet, 1 7, 9, 11, Twitter, 24 W Web of trust, 43 Web search, 139, 160 Wikipedia, 139, , 160 Z Zipf law, 45, 48

2016 U.S. PRESIDENTIAL ELECTION FAKE NEWS

2016 U.S. PRESIDENTIAL ELECTION FAKE NEWS 2016 U.S. PRESIDENTIAL ELECTION FAKE NEWS OVERVIEW Introduction Main Paper Related Work and Limitation Proposed Solution Preliminary Result Conclusion and Future Work TWITTER: A SOCIAL NETWORK AND A NEWS

More information

Tag cloud generation for results of multiple keywords queries

Tag cloud generation for results of multiple keywords queries Tag cloud generation for results of multiple keywords queries Martin Leginus, Peter Dolog and Ricardo Gomes Lage IWIS, Department of Computer Science, Aalborg University What tag clouds are? Tag cloud

More information

SOCIAL MEDIA MINING. Behavior Analytics

SOCIAL MEDIA MINING. Behavior Analytics SOCIAL MEDIA MINING Behavior Analytics Dear instructors/users of these slides: Please feel free to include these slides in your own material, or modify them as you see fit. If you decide to incorporate

More information

Finding Similar Tweets and Similar Users by Applying Document Similarity to Twitter Streaming Data

Finding Similar Tweets and Similar Users by Applying Document Similarity to Twitter Streaming Data Proc. vol.6,no2,2013,pp.22-30 Schl. ITE Tokai Univ. Vol. xx,no.xx,20xx,pp.xxx -xxx Paper Paper Finding Similar Tweets and Similar Users by Applying Document Similarity to Twitter Streaming Data by Iwao

More information

Economics of Information Networks

Economics of Information Networks Economics of Information Networks Stephen Turnbull Division of Policy and Planning Sciences Lecture 5: December 14, 2017 Abstract We continue discussion of quantitative characterization of network structure.

More information

Data Mining in Social Network. Presenter: Keren Ye

Data Mining in Social Network. Presenter: Keren Ye Data Mining in Social Network Presenter: Keren Ye References Kwak, Haewoon, et al. "What is Twitter, a social network or a news media?." Proceedings of the 19th international conference on World wide web.

More information

On utility of temporal embeddings for skill matching. Manisha Verma, PhD student, UCL Nathan Francis, NJFSearch

On utility of temporal embeddings for skill matching. Manisha Verma, PhD student, UCL Nathan Francis, NJFSearch On utility of temporal embeddings for skill matching Manisha Verma, PhD student, UCL Nathan Francis, NJFSearch Skill Trend Importance 1. Constant evolution of labor market yields differences in importance

More information

Generative Models for Networks and Applications to E-Commerce

Generative Models for Networks and Applications to E-Commerce Generative Models for Networks and Applications to E-Commerce Patrick J. Wolfe (with David C. Parkes and R. Kang-Xing Jin) Division of Engineering and Applied Sciences Department of Statistics Harvard

More information

Text Mining. Theory and Applications Anurag Nagar

Text Mining. Theory and Applications Anurag Nagar Text Mining Theory and Applications Anurag Nagar Topics Introduction What is Text Mining Features of Text Document Representation Vector Space Model Document Similarities Document Classification and Clustering

More information

Available online at ScienceDirect. Procedia Technology 18 (2014 ) 72 79

Available online at   ScienceDirect. Procedia Technology 18 (2014 ) 72 79 Available online at www.sciencedirect.com ScienceDirect Procedia Technology 18 (2014 ) 72 79 International workshop on Innovations in Information and Communication Science and Technology, IICST 2014, 3-5

More information

Social and Knowledge Networks. Tina Wakolbinger

Social and Knowledge Networks. Tina Wakolbinger Social and Knowledge Networks Tina Wakolbinger 11-03-03 Agenda Social networks History of social network theory Basics of social network theory Applications Dynamic social networks Knowledge networks Definitions

More information

Inference and computing with decomposable graphs

Inference and computing with decomposable graphs Inference and computing with decomposable graphs Peter Green 1 Alun Thomas 2 1 School of Mathematics University of Bristol 2 Genetic Epidemiology University of Utah 6 September 2011 / Bayes 250 Green/Thomas

More information

Building Cognitive applications with Watson services on IBM Bluemix

Building Cognitive applications with Watson services on IBM Bluemix BusinessConnect A New Era of Thinking Building Cognitive applications with services on Bluemix Bert Waltniel Cloud 1 2016 Corporation A New Era of Thinking What is Bluemix? Your Own Hosted Apps / Services

More information

Uncovering the Small Community Structure in Large Networks: A Local Spectral Approach

Uncovering the Small Community Structure in Large Networks: A Local Spectral Approach Uncovering the Small Community Structure in Large Networks: A Local Spectral Approach Yixuan Li 1, Kun He 2, David Bindel 1 and John E. Hopcroft 1 1 Cornell University, USA 2 Huazhong University of Science

More information

Social Networks and Communication Management

Social Networks and Communication Management Social Networks and Communication Management Instructor: Frederic Guerrero-Solé E-mail: frederic.guerrero@upf.edu Course description The aim of this module is to introduce students into the theories, methods

More information

UNED: Evaluating Text Similarity Measures without Human Assessments

UNED: Evaluating Text Similarity Measures without Human Assessments UNED: Evaluating Text Similarity Measures without Human Assessments Enrique Amigó Julio Gonzalo Jesús Giménez Felisa Verdejo UNED, Madrid {enrique,julio,felisa}@lsi.uned.es Google, Dublin jesgim@gmail.com

More information

Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation

Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation Parnia Samimi and Sri Devi Ravana Abstract Relevance judgment

More information

Predicting user rating for Yelp businesses leveraging user similarity

Predicting user rating for Yelp businesses leveraging user similarity Predicting user rating for Yelp businesses leveraging user similarity Kritika Singh kritika@eng.ucsd.edu Abstract Users visit a Yelp business, such as a restaurant, based on its overall rating and often

More information

Networked Life (CSE 112)

Networked Life (CSE 112) Networked Life (CSE 112) Prof. Michael Kearns Final Examination May 3, 2006 The final exam is closed-book; you should have no materials present other than the exam and a pen or pencil. NAME: PENN ID: Exam

More information

THE internet has changed different aspects of our lives, job

THE internet has changed different aspects of our lives, job 1 Recommender Systems for IT Recruitment João Almeida and Luís Custódio Abstract Recruitment processes have increasingly become dependent on the internet. Companies post job opportunities on their websites

More information

Cold-start Solution to Location-based Entity Shop. Recommender Systems Using Online Sales Records

Cold-start Solution to Location-based Entity Shop. Recommender Systems Using Online Sales Records Cold-start Solution to Location-based Entity Shop Recommender Systems Using Online Sales Records Yichen Yao 1, Zhongjie Li 2 1 Department of Engineering Mechanics, Tsinghua University, Beijing, China yaoyichen@aliyun.com

More information

Social Recommendation: A Review

Social Recommendation: A Review Noname manuscript No. (will be inserted by the editor) Social Recommendation: A Review Jiliang Tang Xia Hu Huan Liu Received: date / Accepted: date Abstract Recommender systems play an important role in

More information

Latent Semantic Analysis. Hongning Wang

Latent Semantic Analysis. Hongning Wang Latent Semantic Analysis Hongning Wang CS@UVa VS model in practice Document and query are represented by term vectors Terms are not necessarily orthogonal to each other Synonymy: car v.s. automobile Polysemy:

More information

Probabilistic Methods in Linguistics Lecture 4

Probabilistic Methods in Linguistics Lecture 4 Probabilistic Methods in Linguistics Lecture 4 Roger Levy UC San Diego Department of Linguistics October 9, 2012 What we ll cover today Joint probability distributions Marginalization Introduction to graphical

More information

ML Methods for Solving Complex Sorting and Ranking Problems in Human Hiring

ML Methods for Solving Complex Sorting and Ranking Problems in Human Hiring ML Methods for Solving Complex Sorting and Ranking Problems in Human Hiring 1 Kavyashree M Bandekar, 2 Maddala Tejasree, 3 Misba Sultana S N, 4 Nayana G K, 5 Harshavardhana Doddamani 1, 2, 3, 4 Engineering

More information

Discovering Emerging Businesses

Discovering Emerging Businesses Arjun Mathur, Chris van Harmelen, Shubham Gupta Abstract In the last few years, extensive research has been done on user-item graphs in order to enable modern users to easily find interesting new items

More information

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Accurate Marketing System Design Based on Data Mining Technology: A New Approach ZENG Yuling 1,

More information

Methods and tools for exploring functional genomics data

Methods and tools for exploring functional genomics data Methods and tools for exploring functional genomics data William Stafford Noble Department of Genome Sciences Department of Computer Science and Engineering University of Washington Outline Searching for

More information

Analysis of Data and Relations in Social Networks LU LIU 10/03/2016

Analysis of Data and Relations in Social Networks LU LIU 10/03/2016 Analysis of Data and Relations in Social Networks LU LIU 10/03/2016 1 What is Twitter, a Social Network or a News Media? Authors: Haewoon Kwak, Changhyun Lee, Hosung Park, and Sue Moon Note: All pictures

More information

IBM Research Report. Toward Finding Valuable Topics

IBM Research Report. Toward Finding Valuable Topics RC24975 (W4-42) April 3, 2 Computer Science IBM Research Report Toward Finding Valuable Topics Zhen Wen, Ching-Yung Lin IBM Research Division Thomas J. Watson Research Center P.O. Box 74 Yorktown Heights,

More information

Identifying Splice Sites Of Messenger RNA Using Support Vector Machines

Identifying Splice Sites Of Messenger RNA Using Support Vector Machines Identifying Splice Sites Of Messenger RNA Using Support Vector Machines Paige Diamond, Zachary Elkins, Kayla Huff, Lauren Naylor, Sarah Schoeberle, Shannon White, Timothy Urness, Matthew Zwier Drake University

More information

Methodological challenges of Big Data for official statistics

Methodological challenges of Big Data for official statistics Methodological challenges of Big Data for official statistics Piet Daas Statistics Netherlands THE CONTRACTOR IS ACTING UNDER A FRAMEWORK CONTRACT CONCLUDED WITH THE COMMISSION Content Big Data: properties

More information

Inferring Social Ties across Heterogeneous Networks

Inferring Social Ties across Heterogeneous Networks Inferring Social Ties across Heterogeneous Networks CS 6001 Complex Network Structures HARISH ANANDAN Introduction Social Ties Information carrying connections between people It can be: Strong, weak or

More information

Bioinformatics : Gene Expression Data Analysis

Bioinformatics : Gene Expression Data Analysis 05.12.03 Bioinformatics : Gene Expression Data Analysis Aidong Zhang Professor Computer Science and Engineering What is Bioinformatics Broad Definition The study of how information technologies are used

More information

Bioinformatics for Biologists

Bioinformatics for Biologists Bioinformatics for Biologists Functional Genomics: Microarray Data Analysis Fran Lewitter, Ph.D. Head, Biocomputing Whitehead Institute Outline Introduction Working with microarray data Normalization Analysis

More information

Reaction Paper Regarding the Flow of Influence and Social Meaning Across Social Media Networks

Reaction Paper Regarding the Flow of Influence and Social Meaning Across Social Media Networks Reaction Paper Regarding the Flow of Influence and Social Meaning Across Social Media Networks Mahalia Miller Daniel Wiesenthal October 6, 2010 1 Introduction One topic of current interest is how language

More information

A Comparative Study of Recommendation Methods for Mobile OSN Users

A Comparative Study of Recommendation Methods for Mobile OSN Users A Comparative Study of Recommendation Methods for Mobile OSN Users Shyam Krishna K 1, Dr. Vince Paul 2 M.Tech Student, Department of Computer Science &Engineering, Sahrdaya College of Engineering & Technology,

More information

Temporal Search in Document Streams

Temporal Search in Document Streams Dimitrios Kotsakos Advisor: Dimitrios Gunopulos This PhD thesis addresses different challenges in searching temporal document sequences, where documents are created and/or edited over time, and the contents

More information

Evaluating Workflow Trust using Hidden Markov Modeling and Provenance Data

Evaluating Workflow Trust using Hidden Markov Modeling and Provenance Data Evaluating Workflow Trust using Hidden Markov Modeling and Provenance Data Mahsa Naseri and Simone A. Ludwig Abstract In service-oriented environments, services with different functionalities are combined

More information

Homophily and Influence in Social Networks

Homophily and Influence in Social Networks Homophily and Influence in Social Networks Nicola Barbieri nicolabarbieri1@gmail.com References: Maximizing the Spread of Influence through a Social Network, Kempe et Al 2003 Influence and Correlation

More information

Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong

Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong Machine learning models can be used to predict which recommended content users will click on a given website.

More information

Bioinformatics. Microarrays: designing chips, clustering methods. Fran Lewitter, Ph.D. Head, Biocomputing Whitehead Institute

Bioinformatics. Microarrays: designing chips, clustering methods. Fran Lewitter, Ph.D. Head, Biocomputing Whitehead Institute Bioinformatics Microarrays: designing chips, clustering methods Fran Lewitter, Ph.D. Head, Biocomputing Whitehead Institute Course Syllabus Jan 7 Jan 14 Jan 21 Jan 28 Feb 4 Feb 11 Feb 18 Feb 25 Sequence

More information

HybridRank: Ranking in the Twitter Hybrid Networks

HybridRank: Ranking in the Twitter Hybrid Networks HybridRank: Ranking in the Twitter Hybrid Networks Jianyu Li Department of Computer Science University of Maryland, College Park jli@cs.umd.edu ABSTRACT User influence in social media may depend on multiple

More information

OPINION MINING OF LARGE SCALE DATA USING THE CONCEPT OF FUZZY LOGIC

OPINION MINING OF LARGE SCALE DATA USING THE CONCEPT OF FUZZY LOGIC OPINION MINING OF LARGE SCALE DATA USING THE CONCEPT OF FUZZY LOGIC Abhijeet Raj 1, Ankush Bansal 2 and Kanha Shukla 3 Galgotias College Of Engineering and Technology, Gr. Noida, India Abstract Recently,

More information

Finding Compensatory Pathways in Yeast Genome

Finding Compensatory Pathways in Yeast Genome Finding Compensatory Pathways in Yeast Genome Olga Ohrimenko Abstract Pathways of genes found in protein interaction networks are used to establish a functional linkage between genes. A challenging problem

More information

Bio-inspired Computing for Network Modelling

Bio-inspired Computing for Network Modelling ISSN (online): 2289-7984 Vol. 6, No.. Pages -, 25 Bio-inspired Computing for Network Modelling N. Rajaee *,a, A. A. S. A Hussaini b, A. Zulkharnain c and S. M. W Masra d Faculty of Engineering, Universiti

More information

Automatic Detection of Rumor on Social Network

Automatic Detection of Rumor on Social Network Automatic Detection of Rumor on Social Network Qiao Zhang 1,2, Shuiyuan Zhang 1,2, Jian Dong 3, Jinhua Xiong 2(B), and Xueqi Cheng 2 1 University of Chinese Academy of Sciences, Beijing, China 2 Institute

More information

MODEL OF SENTIMENT ANALYSIS FOR SOCIAL MEDIA DATA

MODEL OF SENTIMENT ANALYSIS FOR SOCIAL MEDIA DATA MODEL OF SENTIMENT ANALYSIS FOR SOCIAL MEDIA DATA Nurul Atasha Khairuddin, Kamilia Kamardin Advanced Informatics School, Universiti Teknologi Malaysia, Jalan Sultan Yahya Petra, 54100 Kuala Lumpur, Malaysia.

More information

Improving Web Service Clustering through Ontology Learning and Context Awareness

Improving Web Service Clustering through Ontology Learning and Context Awareness Improving Web Service Clustering through Ontology Learning and Context Awareness Banage Thenne Gedara Samantha Kumara A DISSERTATION SUBMITTTED IN FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR

More information

Reaction Paper Influence Maximization in Social Networks: A Competitive Perspective

Reaction Paper Influence Maximization in Social Networks: A Competitive Perspective Reaction Paper Influence Maximization in Social Networks: A Competitive Perspective Siddhartha Nambiar October 3 rd, 2013 1 Introduction Social Network Analysis has today fast developed into one of the

More information

UNSUPERVISED KEYWORD EXTRACTION FROM MICROBLOG POSTS VIA HASHTAGS a

UNSUPERVISED KEYWORD EXTRACTION FROM MICROBLOG POSTS VIA HASHTAGS a Journal of Web Engineering, Vol. 17, No. 1&2 (2018) 093 120 c River Publishers UNSUPERVISED KEYWORD EXTRACTION FROM MICROBLOG POSTS VIA HASHTAGS a LIN LI 1 School of Computer Science & Technology, Wuhan

More information

Improving Social Recommendations by applying a Personalized Item Clustering policy

Improving Social Recommendations by applying a Personalized Item Clustering policy Improving Social Recommendations by applying a Personalized Item Clustering policy Georgios Alexandridis School of Electrical and Computer Engineering National Technical University of Athens Zografou,

More information

An Analysis Framework for Content-based Job Recommendation. Author(s) Guo, Xingsheng; Jerbi, Houssem; O'Mahony, Michael P.

An Analysis Framework for Content-based Job Recommendation. Author(s) Guo, Xingsheng; Jerbi, Houssem; O'Mahony, Michael P. Provided by the author(s) and University College Dublin Library in accordance with publisher policies. Please cite the published version when available. Title An Analysis Framework for Content-based Job

More information

Can Cascades be Predicted?

Can Cascades be Predicted? Can Cascades be Predicted? Rediet Abebe and Thibaut Horel September 22, 2014 1 Introduction In this presentation, we discuss the paper Can Cascades be Predicted? by Cheng, Adamic, Dow, Kleinberg, and Leskovec,

More information

Estimating the Impact of User Personality Traits on electronic Word-of-Mouth Text-mining Social Media Platforms

Estimating the Impact of User Personality Traits on electronic Word-of-Mouth Text-mining Social Media Platforms Estimating the Impact of User Personality Traits on electronic Word-of-Mouth Text-mining Social Media Platforms Panos Adamopoulos Goizueta Business School Emory University padamop@emory.edu Anindya Ghose

More information

Stream Clustering of Tweets

Stream Clustering of Tweets Stream Clustering of Tweets Sophie Baillargeon Département de mathématiques et de statistique Université Laval Québec (Québec), Canada G1V 0A6 Email: sophie.baillargeon@mat.ulaval.ca Simon Hallé Thales

More information

The power of comments: fostering social interactions in microblog networks

The power of comments: fostering social interactions in microblog networks Front. Comput. Sci. DOI 10.1007/s11704-016-5198-y The power of comments: fostering social interactions in microblog networks Tianyi WANG 1,2,3,YangCHEN 4, Yi WANG 5, Bolun WANG 3, Gang WANG 3,XingLI 1,2,

More information

Data Science Training Course

Data Science Training Course About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

Zhao Gang. Bachelor of Engineering. East China Normal University, China A THESIS SUBMITTED FOR THE DEGREE OF DOCTOR OF PHILOSOPHY SCHOOL OF COMPUTING

Zhao Gang. Bachelor of Engineering. East China Normal University, China A THESIS SUBMITTED FOR THE DEGREE OF DOCTOR OF PHILOSOPHY SCHOOL OF COMPUTING Personalizing Recommendation in Micro-blog Social Networks and E-Commerce Zhao Gang Bachelor of Engineering East China Normal University, China A THESIS SUBMITTED FOR THE DEGREE OF DOCTOR OF PHILOSOPHY

More information

Mining the Social Web. Eric Wete June 13, 2017

Mining the Social Web. Eric Wete June 13, 2017 Mining the Social Web Eric Wete ericwete@gmail.com June 13, 2017 Outline The big picture Features and methods (Political Polarization on Twitter) Summary (Political Polarization on Twitter) Features on

More information

Preface to the third edition Preface to the first edition Acknowledgments

Preface to the third edition Preface to the first edition Acknowledgments Contents Foreword Preface to the third edition Preface to the first edition Acknowledgments Part I PRELIMINARIES XXI XXIII XXVII XXIX CHAPTER 1 Introduction 3 1.1 What Is Business Analytics?................

More information

Indian Election Trend Prediction Using Improved Competitive Vector Regression Model

Indian Election Trend Prediction Using Improved Competitive Vector Regression Model Indian Election Trend Prediction Using Improved Competitive Vector Regression Model Navya S 1 1 Department of Computer Science and Engineering, University, India Abstract Election result forecasting has

More information

BIG DATA. A Revolution That Will Transform How We Live, Work, And Think. Keynotes of Chapter 5 6 Feng Lin 8/8/2013 1

BIG DATA. A Revolution That Will Transform How We Live, Work, And Think. Keynotes of Chapter 5 6 Feng Lin 8/8/2013 1 BIG DATA A Revolution That Will Transform How We Live, Work, And Think Keynotes of Chapter 5 6 Feng Lin 8/8/2013 1 Contents 1. Now 2. More 3. Messy 4. Correlation 5. Datafication 6. Value 7. Implications

More information

Event-based Social Networks: Linking the Online and Offline Social Worlds

Event-based Social Networks: Linking the Online and Offline Social Worlds Event-based Social Networks: Linking the Online and Offline Social Worlds Xingjie Liu *, Qi He #, Yuanyuan Tian #, Wang-Chien Lee *, John McPherson #, Jiawei Han + The Pensalvania State University *, IBM

More information

A stochastic approach to multi channel attribution in online advertising

A stochastic approach to multi channel attribution in online advertising A stochastic approach to multi channel attribution in online advertising Authors Venkatesh Sreedharan (venkateshw@freshworks.com Swaminathan Padmanabhan (swami@freshworks.com Machine Learning @Freshworks

More information

Improving Ranking-based Recommendation by Social Information and Negative Similarity Ying Liu a,b, * Jiajun Yang a

Improving Ranking-based Recommendation by Social Information and Negative Similarity Ying Liu a,b, * Jiajun Yang a Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 55 (2015 ) 732 740 Information Technology and Quantitative Management (ITQM 2015) Improving Ranking-based Recommendation

More information

Analytics for Banks. September 19, 2017

Analytics for Banks. September 19, 2017 Analytics for Banks September 19, 2017 Outline About AlgoAnalytics Problems we can solve for banks Our experience Technology Page 2 About AlgoAnalytics Analytics Consultancy Work at the intersection of

More information

An Algorithm for Mobile Computing Opinion Mining In Multilingual Forms By Voice and Text Processing

An Algorithm for Mobile Computing Opinion Mining In Multilingual Forms By Voice and Text Processing 2018 IJSRST Volume 4 Issue 5 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology An Algorithm for Mobile Computing Opinion Mining In Multilingual Forms By Voice and Text

More information

Introduction to Computational Advertising

Introduction to Computational Advertising Introduction to Computational Advertising ISM293 University of California, Santa Cruz Spring 2009 Instructors: Ram Akella, Andrei Broder, and Vanja Josifovski 1 Questions about last lecture? We welcome

More information

Architecture of Text Mining Application in Analyzing Public Sentiments of West Java Governor Election using Naive Bayes Classification

Architecture of Text Mining Application in Analyzing Public Sentiments of West Java Governor Election using Naive Bayes Classification Architecture of Text Mining Application in Analyzing Public Sentiments of West Java Governor Election using Naive Bayes Classification Suryanto Nugroho Master of Informatics Engineering, Amikom Yogyakarta

More information

A project from the Social Media Research Foundation:

A project from the Social Media Research Foundation: A project from the Social Media Research Foundation: http://www.smrfoundation.org About Me Introductions Marc A. Smith Chief Social Scientist Connected Action Consulting Group Marc@connectedaction.net

More information

GSAW 2018 Machine Learning

GSAW 2018 Machine Learning GSAW 2018 Machine Learning Space Ground System Working Group Move the Algorithms; Not the Data! Dan Brennan Sr. Director Mission Solutions daniel.p.brennan@oracle.com Feb, 2018 Copyright 2018, Oracle and/or

More information

Social Media Analytics for E-commerce Organisations

Social Media Analytics for E-commerce Organisations Social Media Analytics for E-commerce Organisations Monish Narwani 1,Sanjay Lulla 2,Vivek Bhatia 3,Rishi Hemwani 4,Prof. Gresha Bhatia 5 Dept. of Computer Science, Vivekanand Institute of Technology, Chembur

More information

TWITTER FEEDS SENTIMENT ANALYSIS AND VISUALIZATION. College of Technology, Lyceum of the Philippines University, Philippines

TWITTER FEEDS SENTIMENT ANALYSIS AND VISUALIZATION. College of Technology, Lyceum of the Philippines University, Philippines International Journal of Educational Science and Research (IJESR) ISSN (P): 2249-6947; ISSN (E): 2249-8052 Vol. 7, Issue 4, Aug 2017, 31-40 TJPRC Pvt Ltd. TWITTER FEEDS SENTIMENT ANALYSIS AND VISUALIZATION

More information

T-PICE: Twitter Personality based Influential Communities Extraction System

T-PICE: Twitter Personality based Influential Communities Extraction System 2014 IEEE International Congress on Big Data T-PICE: Twitter Personality based Influential Communities Extraction System Eleanna Kafeza Business School Athens University of Economics and Business, Greece

More information

Protein-Protein-Interaction Networks. Ulf Leser, Samira Jaeger

Protein-Protein-Interaction Networks. Ulf Leser, Samira Jaeger Protein-Protein-Interaction Networks Ulf Leser, Samira Jaeger This Lecture Protein-protein interactions Characteristics Experimental detection methods Databases Protein-protein interaction networks Ulf

More information

Leveraging the Social Breadcrumbs

Leveraging the Social Breadcrumbs Leveraging the Social Breadcrumbs 2 Social Network Service Important part of Web 2.0 People share a lot of data through those sites They are of different kind of media Uploaded to be seen by other people

More information

Graph analysis and computer network security challenges Eric Dull

Graph analysis and computer network security challenges Eric Dull Graph analysis and computer network security challenges Eric Dull Agenda What is SCinet What analytic questions were we answering How we applied graphs to answer these questions Places to start exploring

More information

Predicting ratings of peer-generated content with personalized metrics

Predicting ratings of peer-generated content with personalized metrics Predicting ratings of peer-generated content with personalized metrics Project report Tyler Casey tyler.casey09@gmail.com Marius Lazer mlazer@stanford.edu [Group #40] Ashish Mathew amathew9@stanford.edu

More information

MULTIPLE-OBJECTIVE DECISION MAKING TECHNIQUE Analytical Hierarchy Process

MULTIPLE-OBJECTIVE DECISION MAKING TECHNIQUE Analytical Hierarchy Process MULTIPLE-OBJECTIVE DECISION MAKING TECHNIQUE Analytical Hierarchy Process Business Intelligence and Decision Making Professor Jason Chen The analytical hierarchy process (AHP) is a systematic procedure

More information

Understanding and Specifying Social Access Control Lists

Understanding and Specifying Social Access Control Lists Understanding and Specifying Social Access Control Lists Mainack Mondal MPI-SWS mainack@mpi-sws.org Krishna P. Gummadi MPI-SWS gummadi@mpi-sws.org Yabing Liu Northeastern University ybliu@ccs.neu.edu Alan

More information

Hashtag-centric Immersive Search on Social Media

Hashtag-centric Immersive Search on Social Media Hashtag-centric Immersive Search on Social Media Yuqi Gao, Jitao Sang, Tongwei Ren, Changsheng Xu State Key Laboratory for Novel Software Technology, Nanjing University National Lab of Pattern Recognition,

More information

Neighbor selection for cold users in collaborative filtering with positive-only feedback

Neighbor selection for cold users in collaborative filtering with positive-only feedback Neighbor selection for cold users in collaborative filtering with positive-only feedback Alejandro Bellogín 1, Ignacio Fernández-Tobías 2, Iván Cantador 1, and Paolo Tomeo 3 1 Universidad Autónoma de Madrid,

More information

Survival Outcome Prediction for Cancer Patients based on Gene Interaction Network Analysis and Expression Profile Classification

Survival Outcome Prediction for Cancer Patients based on Gene Interaction Network Analysis and Expression Profile Classification Survival Outcome Prediction for Cancer Patients based on Gene Interaction Network Analysis and Expression Profile Classification Final Project Report Alexander Herrmann Advised by Dr. Andrew Gentles December

More information

Path Planning for Multi-AGV Systems based on Two-Stage Scheduling

Path Planning for Multi-AGV Systems based on Two-Stage Scheduling Available online at www.ijpe-online.com vol. 13, no. 8, December 2017, pp. 1347-1357 DOI: 10.23940/ijpe.17.08.p16.13471357 Path Planning for Multi-AGV Systems based on Two-Stage Scheduling Wan Xu *, Qi

More information

TDWI Analytics Principles and Practices

TDWI Analytics Principles and Practices TDWI. All rights reserved. Reproductions in whole or in part are prohibited except by written permission. DO NOT COPY Previews of TDWI course books offer an opportunity to see the quality of our material

More information

Protein-Protein-Interaction Networks. Ulf Leser, Samira Jaeger

Protein-Protein-Interaction Networks. Ulf Leser, Samira Jaeger Protein-Protein-Interaction Networks Ulf Leser, Samira Jaeger This Lecture Protein-protein interactions Characteristics Experimental detection methods Databases Biological networks Ulf Leser: Introduction

More information

Influencer Communities. Influencer Communities. Influencers are having many different conversations

Influencer Communities. Influencer Communities. Influencers are having many different conversations Influencer Communities Influencers are having many different conversations 1 1.0 Background A unique feature of social networks is that people with common interests are following (or friend-ing) similar

More information

Text Categorization. Hongning Wang

Text Categorization. Hongning Wang Text Categorization Hongning Wang CS@UVa Today s lecture Bayes decision theory Supervised text categorization General steps for text categorization Feature selection methods Evaluation metrics CS@UVa CS

More information

Text Categorization. Hongning Wang

Text Categorization. Hongning Wang Text Categorization Hongning Wang CS@UVa Today s lecture Bayes decision theory Supervised text categorization General steps for text categorization Feature selection methods Evaluation metrics CS@UVa CS

More information

Trust-Aware Recommender Systems

Trust-Aware Recommender Systems Mohammad Ali Abbasi, Jiliang Tang, and Huan Liu Computer Science and Engineering, Arizona State University {Ali.Abbasi, Jiliang.Tang, Huan.Liu}@asu.edu Trust-Aware Recommender Systems Chapter 1 Trust-Aware

More information

Scalable Distributed Online Machine Learning Framework for Realtime Analysis of Big Data

Scalable Distributed Online Machine Learning Framework for Realtime Analysis of Big Data Scalable Distributed Online Machine Learning Framework for Realtime Analysis of Big Data Hiroyuki MAKINO, NTT Software Innovation Center XLDB2012 Sep. 12, 2012 Objective of Jubatus To satisfy Scalable,

More information

The Science of Social Media. Kristina Lerman USC Information Sciences Institute

The Science of Social Media. Kristina Lerman USC Information Sciences Institute The Science of Social Media Kristina Lerman USC Information Sciences Institute ML meetup, July 2011 What is a science? Explain observed phenomena Make verifiable predictions Help engineer systems with

More information

Predicting Popularity of Messages in Twitter using a Feature-weighted Model

Predicting Popularity of Messages in Twitter using a Feature-weighted Model International Journal of Advanced Intelligence Volume 0, Number 0, pp.xxx-yyy, November, 20XX. c AIA International Advanced Information Institute Predicting Popularity of Messages in Twitter using a Feature-weighted

More information

Disease Protein Pathway Discovery using Higher-Order Network Structures

Disease Protein Pathway Discovery using Higher-Order Network Structures Disease Protein Pathway Discovery using Higher-Order Network Structures Kevin Q Li, Glenn Yu, Jeffrey Zhang 1 Introduction A disease pathway is a set of proteins that influence the disease. The discovery

More information

Key Lessons Learned Building Recommender Systems For Large-scale Social Networks

Key Lessons Learned Building Recommender Systems For Large-scale Social Networks Key Lessons Learned Building Recommender Systems For Large-scale Social Networks 1 The world s largest professional network Over 50% of members are now international 2/sec 165M+ * New members * 34th 90

More information

Bioinformatics for Biologists

Bioinformatics for Biologists Bioinformatics for Biologists Microarray Data Analysis. Lecture 1. Fran Lewitter, Ph.D. Director Bioinformatics and Research Computing Whitehead Institute Outline Introduction Working with microarray data

More information

THE APPLICATION OF MODERN WEBOMETRIC METHODS ON THE EVALUATION OF TRENDS IN THE SOCIAL NETWORK SPHERE

THE APPLICATION OF MODERN WEBOMETRIC METHODS ON THE EVALUATION OF TRENDS IN THE SOCIAL NETWORK SPHERE IADIS International Journal on WWW/Internet Vol. 14, No. 2, pp. 58-71 ISSN: 1645-7641 THE APPLICATION OF MODERN WEBOMETRIC METHODS ON THE EVALUATION OF TRENDS IN THE SOCIAL NETWORK SPHERE Radek Malinský

More information

Data Mining Applications with R

Data Mining Applications with R Data Mining Applications with R Yanchang Zhao Senior Data Miner, RDataMining.com, Australia Associate Professor, Yonghua Cen Nanjing University of Science and Technology, China AMSTERDAM BOSTON HEIDELBERG

More information