Intelligent Data Analytics for Terror Threat Prediction. Группа авторов
Чтение книги онлайн.

Читать онлайн книгу Intelligent Data Analytics for Terror Threat Prediction - Группа авторов страница 12

Название: Intelligent Data Analytics for Terror Threat Prediction

Автор: Группа авторов

Издательство: John Wiley & Sons Limited

Жанр: Программы

Серия:

isbn: 9781119711513

isbn:

СКАЧАТЬ is classified as misinformation or disinformation.

      1.4.1 Models

Schematic illustration of the process of the classification of rumor.

       1.4.1.1 Naïve Bayes Classifier

User features in social networks Tweet features in Twitter Comments features in social networks
No of followers No of records No of replies
No of friends No of words No of words
User has location in his profile No of characters No of characters
User has URL? Tweet contains URL? Comments contain URL?
User is a verified user? Source of tweet Source of comment
Ratio of friends/followers Length of tweet Length of tweet
Age of the user account No of hash tags No of question mark
Ratio of statuses/followers No of mentions No of pronouns
No of pronouns No of URLs
No of URLs No of exclamation mark
No of question mark Polarity
No of exclamation mark Presence of colon symbol
Polarity
Presence of colon symbol

      It can be done using the following Bayes theorem,

      (1.1) image

      Where

       P(c/x) is the posterior probability of class.

       P(c) is the prior probability of class.

       P(x/c) is the likelihood which is the probability of given class.

       P(x) is the prior probability of predictor.

      Naive Bayes classifier is a combination of Bayes theorem and Naïve assumptions. This algorithm calculates assumption values even though use multiple parameters as input. Rumor detection is purely based on either classification of text or images. For example, try rumor detection in social networks like Twitter or Facebook, then it is required to consider several features like User features, Tweet features, and Comment features. All these features deal with text data [32]. If Tweet or post or comment includes these features then one can apply Naïve Bayes classifier algorithm to classify them whether it is a rumor or not. These features are classified into three categories. Some of dataset features are listed in Table 1.2.

Schematic illustration of Naïve Bayes classifier.

      It can be observed that there are two classes of data points and how they are classified with maximum distance.

СКАЧАТЬ