<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2020.87005</article-id><article-id pub-id-type="publisher-id">JCC-101855</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Improvised Technique for Analyzing Data and Detecting Terrorist Attack Using Machine Learning Approach Based on Twitter Data
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Aditi</surname><given-names>Sarker</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Partha</surname><given-names>Chakraborty</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>S.</surname><given-names>M. Shaheen Sha</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Mahmuda</surname><given-names>Khatun</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Md.</surname><given-names>Rakib Hasan</given-names></name><xref ref-type="aff" rid="aff3"><sup>3</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Kawshik</surname><given-names>Banerjee</given-names></name><xref ref-type="aff" rid="aff4"><sup>4</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>Department of Computer Science and Engineering, Jahangirnagar University, Dhaka, Bangladesh</addr-line></aff><aff id="aff4"><addr-line>Department of Computer Science and Engineering, Rajshahi University of Engineering &amp;amp; Technology, Rajshahi, Bangladesh</addr-line></aff><aff id="aff3"><addr-line>Department of Information and Communication Technology, Comilla University, Cumilla, Bangladesh</addr-line></aff><aff id="aff1"><addr-line>Department of Computer Science and Engineering, Comilla University, Cumilla, Bangladesh</addr-line></aff><pub-date pub-type="epub"><day>29</day><month>06</month><year>2020</year></pub-date><volume>08</volume><issue>07</issue><fpage>50</fpage><lpage>62</lpage><history><date date-type="received"><day>19,</day>	<month>May</month>	<year>2020</year></date><date date-type="rev-recd"><day>27,</day>	<month>July</month>	<year>2020</year>	</date><date date-type="accepted"><day>30,</day>	<month>July</month>	<year>2020</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  Social media are interactive computer mediated technology that facilitates the sharing of information via virtual communities and networks. And Twitter is one of the most popular social media for social interaction and microblogging. This paper introduces an improved system model to analyze twitter data and detect terrorist attack event. In this model, a ternary search is used to find the weights of predefined keywords and the Aho-Corasick algorithm is applied to perform pattern matching and assign the weight which is the main contribution of this paper. Weights are categorized into three categories: Terror attack, Severe Terror Attack and Normal Data and the weights are used as attributes for classification. K-Nearest Neighbor (KNN) and Support Vector Machine (SVM) are two machine learning algorithms used to predict whether a terror attack happened or not. We compare the accuracy with our actual data by using confusion matrix and measure whether our result is right or wrong and the achieved result shows that the proposed model performs better.
 
</p></abstract><kwd-group><kwd>Terrorist</kwd><kwd> Ternary Search</kwd><kwd> Aho-Corasick Automata</kwd><kwd> Confusion Matrix</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>The main idea of this paper mainly comes from the Holey Artisan terrorist attack which was happened on 2016 in Bangladesh and some people were updating their status on social media for getting help. Police and general people get to know about more useful information and inside situation from their social media status.</p><p>Our main purpose is to develop a system to detect terror events committed by terrorists by analyzing terrorist attack related tweets from twitter. Twitter is not just a platform for broadcasting information but an informative interaction. In order to develop a strong security system to prevent this attack, people have now adopted sophisticated mechanisms with the help of various modern technologies.</p><p>Based on paper [<xref ref-type="bibr" rid="scirp.101855-ref1">1</xref>] which was mainly developed to get detecting phase during natural disaster, in this paper we try to develop an improved technique for detection of terrorist attack event and we applied Aho-Corasick algorithm to perform pattern matching so that we can assign weights to extracted tweeted words, which was not applied previously.</p><p>When the terrorist attack happens, people normally broadcast this information using twitter. Analyzing tweeted data, we can detect a certain terrorist attacks and where it took place. Hence, researchers have paid attention in the past few years on the study of supervised machine learning classifiers in order to analyze tweeted data.</p><p>The work of [<xref ref-type="bibr" rid="scirp.101855-ref2">2</xref>] discussed the prediction of whether a person is terrorist or not based on the social network analysis and pattern classification. To predict the terrorist attacks, SVM was shown to be more accurate classifier compared to other classifiers especially NB and KNN [<xref ref-type="bibr" rid="scirp.101855-ref3">3</xref>]. Better accuracy was achieved in predicating terrorist group works using the combination of various predictive models [<xref ref-type="bibr" rid="scirp.101855-ref4">4</xref>]. An approach was proposed to build a dictionary using tweets containing hashtags like Al-Qaeda, Jihad, Terrorism, and Extremism and by collecting the relevant words [<xref ref-type="bibr" rid="scirp.101855-ref5">5</xref>]. Another approach using ISIS related tweets to predict the future support was developed [<xref ref-type="bibr" rid="scirp.101855-ref6">6</xref>], where twitter data is used to study the antecedents of ISIS support of users. Go et al. [<xref ref-type="bibr" rid="scirp.101855-ref7">7</xref>] have done another study in tweets sentiment classification. Another machine learning based approaches [<xref ref-type="bibr" rid="scirp.101855-ref8">8</xref>] [<xref ref-type="bibr" rid="scirp.101855-ref9">9</xref>] are very familiar in this context. The main objectives of this paper are to filter of extracting for finding the words and geo-location, to introduce Pattern Matching and Weight Assigning (PMWA) machine for finding the weights of filtered words and to calculate the weighted sum of tweeted words in linear time complexity by applying Aho-Corasick automata.</p><p>The rest of this paper is described as: Section 2 describes the theoretical model, Section 3 explains the system model, Section 4 shows the experimental results and finally Section 5 concludes the overall works and the future plan.</p></sec><sec id="s2"><title>2. Theoretical Model</title><sec id="s2_1"><title>2.1. Twitter 4j API</title><p>To collect data from twitter, Twitter 4j API is used. Twitter 4j is a Java library for the Twitter API [<xref ref-type="bibr" rid="scirp.101855-ref10">10</xref>]. Java application can be used easily with the twitter service by Twitter 4j. Most recent twitter data mainly 1 or 2 week data based on hashtags can get using streaming API through which data can be extracted.</p></sec><sec id="s2_2"><title>2.2. Aho-Corasick Automata</title><p>The Aho-Corasick algorithm is a kind of dictionary-matching algorithm which was developed by Alfred V. Aho and Margaret J. Corasick that locates the elements of a finite set of strings (the “dictionary”) within an input text [<xref ref-type="bibr" rid="scirp.101855-ref11">11</xref>]. It matches all strings simultaneously. The complexity of the algorithm is linear in terms of the length of the strings plus the length of the searched text plus the number of output matches. A finite-state machine (FSM) that quadrate a tire with additional links between the various internal nodes is formed by this algorithm. For each string from a set say whether it occurs in the text can be searched using this algorithm. For example, indicate the first occurrence of a string in the text in O (|P| + |Q|), where |P| is the total length of the text, and |Q| is the total length of the pattern.</p><p>Array π[i] = max(x):  a[0 ... n) = s(i - x..i], i.e., π[i] is the length of the longest own suffix that matches the prefix of the substring [0 ... i] to know what is the length of the longest suffix of some text P which is also the prefix of the string Q need to build automata. Need to add characters to the end of the text, quickly recounting this information. One by one feed the automaton with text add character to it, corresponding to the longest own suffix of the current state we can say the suffix link is a pointer to the state. It is easy to see that suffix links on such automatons is the same as π from KMP. For given string Q we can answer the queries whether it is a substring of text P. Uniting our pattern set in trie. At each vertex of trie will be stored suffix link to the state corresponding to the largest suffix of the path to the given vertex in automata which is present in the trie that it is absolutely the same way as it is done in the prefix automaton. It remains only to learn how to obtain these links. In this way, run a breadth-first search from the root. Then we “push” the suffix links to all its descendants in trie with the same principle.</p><p>We applied Aho-Corasick algorithm to perform pattern matching so that we can assign weights to extract tweeted words. Sometimes it is difficult to understand that which type of tweet it is because of having some extra word in the keyword. We match every word of it.</p><p>We assign a weight of a tweet based on the matching keyword. For declaring the phases of a tweet weight is needed.</p></sec><sec id="s2_3"><title>2.3. Ternary Search</title><p>Ternary search is a technique for finding the extreme point of unimodal functions. By unimodal function means it has one of two behaviors 1) function strictly increases first, reaches a maximum and then strictly decreases and 2) function strictly decreases first, reaches a minimum, and then strictly increases. In a ternary search we divide a search points into three parts, and then we discard one part where our result doesn’t exist for sure. Suppose ƒ(x) is a unimodal function on an interval [l, r], we want to fine the maximum of the function. Consider 2 points m1 and m2 where l &amp; lt; m1 &amp; lt; m2 &amp; lt; r and values for these points are ƒ(m1) and ƒ(m2). Now we get one of three options, first one, ƒ(m1) &amp; lt; ƒ(m2) for this we discard the left side of m1, since the desired maximum cannot be located on the interval [l, m1] and the maximum is located in the segment [m1, r]. Second one ƒ(m1) &amp; gt; ƒ(m2) For this we discard the right side of m2, the maximum is located on [l, m2], so discard the interval [m2, r]. Third one (m1) = ƒ(m2) for this case, we discard either left interval [l, m1] or right interval [m2, r]. Then we can replace the current interval [l, r] with l = m1 or r = m2 and we will repeat this until the difference of l and r is not close enough. Then the average of l and r will be our desired maximum. The most common way of choosing m1 and m2 is: m1 = l + (r − l)/3 and m2 = r − (r − l)/3.</p><p>For finding a maximum or minimum point in the U-shape graph, the ternary search is the best choice. So in this paper ternary search is used to define the time interval in which tweets were published on twitter. A ternary search [<xref ref-type="bibr" rid="scirp.101855-ref12">12</xref>] [<xref ref-type="bibr" rid="scirp.101855-ref13">13</xref>] determines either that the minimum or maximum cannot be in the first third of the domain or it cannot be in the last third of the domain, then repeats on the remaining two-thirds. For calculating the weight we need max time and min time of tweets (in minutes) which is in the file, also need a ratio which we identified using a ternary search.</p>Predefined Data<p>We use predefined word and then assign. The examples are given in <xref ref-type="table" rid="table1">Table 1</xref>.</p><p>We formulate an equation to assign a weight of a tweet. The equation is:</p><p>Weightofatweet = ( maxtime − mintime ) ∗ ration ∗ numberofmatches (1)</p><p>The ratio is found by using ternary search. Lower bound and upper bound of ternary search is 0.0 and 1.0. The actual value is calculated by taking the average accuracy of five random iterations of each ratio point.</p></sec><sec id="s2_4"><title>2.4. K-Nearest Neighbor (KNN) Algorithm</title><p>We have a new point to classify, we find its K-nearest neighbor from the training data and the new point is assigned from the majority of classes. The distance is calculated by using the following measures: Euclidean, Minkowski, Manhattan.</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Predefine words</title></caption><table><tbody><thead><tr><th align="center" valign="middle"  colspan="2"  >Predefine Words</th></tr></thead><tr><td align="center" valign="middle" >Words</td><td align="center" valign="middle" >Belongs to</td></tr><tr><td align="center" valign="middle" >Terrorist attack</td><td align="center" valign="middle" >Terror attack, severe terror attack</td></tr><tr><td align="center" valign="middle" >Some people injured</td><td align="center" valign="middle" >Terror attack</td></tr><tr><td align="center" valign="middle" >Many died</td><td align="center" valign="middle" >Severe terror attack</td></tr><tr><td align="center" valign="middle" >Bombing</td><td align="center" valign="middle" >Severe terror attack</td></tr><tr><td align="center" valign="middle" >Shooting</td><td align="center" valign="middle" >Terror attack</td></tr><tr><td align="center" valign="middle" >Aniversary of attack</td><td align="center" valign="middle" >normal</td></tr></tbody></table></table-wrap><p>Euclidean: ∑ i = 1 k ( p i − q i ) 2 (2)</p><p>Minkowski: ∑ i = 1 k | p i − q i | (3)</p><p>Manhattan: ( ∑ i = 1 k ( | p i − q i | ) x ) 1 / y (4)</p><p>Hamming Distance is used when there is an issue of standardization of the numerical variables between 0 and 1. When there is a mixture of numerical and categorical variables in the dataset.</p><p>Hamming: ∑ i = 1 k | x i − y i | (5)</p></sec><sec id="s2_5"><title>2.5. Support Vector Machine (SVM)</title><p>SVM is a binary classification algorithm. Say, we have a set of N example points x<sub>i</sub> belonging to two classes indicated by 1 and −1. If these points come up with their class labels y<sub>i</sub>. Then data set can be written as { ( x 1 , 1 ) , ⋯ , ( x N , y N ) } . SVM can be used to classify both linearly separable and non-separable data sets. KNN algorithm is easy to understand and easy to implement. This classification algorithm helps predict the data. As this method contributes to predict data, we compare this predicted data with our actual data and can measure whether our result is right or wrong.</p></sec><sec id="s2_6"><title>2.6. Confusion Matrix</title><p>Information about actual and predicted classifications done is contained by the Confusion Matrix. By a classification system and describes the performance of a classifier model. To calculate the accuracy level confusion matrix is used here.</p></sec></sec><sec id="s3"><title>3. Proposed Model</title><p>We extracted social data using Twitter 4j API in JAVA based on Hashtags. Pattern Matching and Weight Assigning (PMWA) Machine is introduced to find the weights of filtered words. It has two parts, one is Aho-Corasick automata and another one is ternary search to assign weights of pre-defined words. For calculating the weight we need max time and min time of tweets (in minutes) which is in the file, also need a ratio which we identified using a ternary search. We classify data into three categories. For classifying these data, we use a machine learning algorithm that is KNN and SVM to predict the different phases and also use confusion matrix for calculating the accuracy of our experiment. Then we use matplotlib library for visualizing our work and create scatter diagram, pie-chart, earth-map and confusion matrix to count the number of true positive predictions and false positive predictions. <xref ref-type="fig" rid="fig1">Figure 1</xref> shows the work flow diagram of our proposed method.</p><p>After a terror attack event, many tweets can be tracked from the Twitter. We use this social media for tracking terror attack relevant data, and this data is needed for classifying into three phases which we were determined in our work. Beside public data is very easy. Without extracting this data, we could not be able to train our algorithm and therefore use twitter data.</p></sec><sec id="s4"><title>4. Experimental Result</title><p>Here we use two datasets. The first Data set contains more than 1000 tweets and another one contains 250 tweets. For each dataset we took a different amount of tweets of different location and time. We used scatter-plot to visualize the classification using KNN and SVM. We visually represent the percentage of the actual value and the predicted value of different classes using a pie chart. We also used Scatter diagram, confusion matrix and earth map.</p><p>For Dataset I</p><p><xref ref-type="fig" rid="fig2">Figure 2</xref> shows the profile of category of tweets by plotting tweeted data against the weighted sum taking a normal data weighted sum, terror attack data weighted sum, severe terror attack data weighted sum as parameters. Both KNN and SVM provides almost same classification accuracy with increase in number of tweet data. But the result of SVM outperforms that of KNN with the decrease in the number of tweet data.</p><p><xref ref-type="fig" rid="fig2">Figure 2</xref>(a) represents the scatter plot of the category of tweets against weighted sum using KNN classifiers and <xref ref-type="fig" rid="fig2">Figure 2</xref>(b) represents the scatter plot using SVM classifier. Here circle represents correct prediction and cross mark represents the incorrect prediction. Different colors are used to represent the categories. Blue is used for normal category, yellow for terror attack and red for severe attack.</p><p><xref ref-type="fig" rid="fig3">Figure 3</xref> represents the confusion matrix that we got by using KNN and SVM. The Primary diagram represents the true value and the rest of the cell represents the false value. Here we can see that the accuracy of SVM classifier is better than KNN. Confusion Matrix mainly used for checking the accuracy.</p><p>By comparing Figures 4(a)-(c) we can see that the actual percentage of severe terror attack data is 30.0% and using KNN we got 26.76%, using SVM we got 29.79%. Also for terror attack data in the actual percentage is 26.0%, we got 23.19% using KNN, and 25.82% using SVM. For normal data the actual percentage is 44.0% and predicted percentage using KNN is 50.65% and using SVM it is 44.39%.</p><p><xref ref-type="fig" rid="fig5">Figure 5</xref>(a) represents the geological location of actual data using the longitude and latitude of mentioned city or place in tweets. <xref ref-type="fig" rid="fig5">Figure 5</xref>(b) represents the geological location of predicted data using KNN and <xref ref-type="fig" rid="fig5">Figure 5</xref>(c) represents the geological location of predicted data using SVM.</p><p>For Dataset II</p><p>Dataset II mainly contain 250 tweets. <xref ref-type="fig" rid="fig6">Figure 6</xref> shows the profile of category of tweets by plotting tweeted data against weighted sum taking normal data weighted sum, terror attack data weighted sum, severe terror attack data weighted sum as parameters. Both KNN and SVM provides almost same classification accuracy with increase in number of tweet data. But the result of SVM outperforms that of KNN with the decrease in the number of tweet data.</p><p><xref ref-type="fig" rid="fig6">Figure 6</xref> represents the scatter plot of weighted sum versus category of tweets using KNN and SVM classifiers. The circle represents the correct prediction and cross marks represents the incorrect prediction. Different of colors is used to represents the categories. Blue is used for normal category, yellow for terror attack and red for severe attack.</p><p><xref ref-type="fig" rid="fig7">Figure 7</xref> represents the confusion matrix that we got by using KNN and SVM. The Primary diagram represents the true value and the rest of the cell represents the false value. Here we can see that the accuracy of SVM classifier is better than KNN.</p><p>By comparing Figures 8(a)-(c) we can see that the actual percentage of severe terror attack data is 30.0% and using KNN we got 26.76%, using SVM we got 29.79%. Also for terror attack data in the actual percentage is 26.0%, we got 23.19% using KNN, and 25.82% using SVM. For normal data the actual percentage is 44.0% and predicted percentage using KNN is 50.65% and using SVM it is 44.39%.</p><p><xref ref-type="fig" rid="fig9">Figure 9</xref>(a) represents the geological location of actual data using the longitude and latitude of mentioned city or place in tweets. For extracting the location of the city we used a python library which is called geopy. <xref ref-type="fig" rid="fig9">Figure 9</xref>(b) represents the geological location of predicted data using KNN and <xref ref-type="fig" rid="fig9">Figure 9</xref>(c) represents the geological location of predicted data using SVM.</p><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> Comparison the classification accuracy of KNN and SVM</title></caption><table><tbody><thead><tr><th align="center" valign="middle"  rowspan="2"  ></th><th align="center" valign="middle"  colspan="2"  >Comparison the classification accuracy</th></tr></thead><tr><td align="center" valign="middle" >Accuracy percentage using KNN</td><td align="center" valign="middle" >Accuracy percentage using SVM</td></tr><tr><td align="center" valign="middle" >Data Set I</td><td align="center" valign="middle" >97.1%</td><td align="center" valign="middle" >97.7</td></tr><tr><td align="center" valign="middle" >Data Set II</td><td align="center" valign="middle" >89.4</td><td align="center" valign="middle" >92.4</td></tr></tbody></table></table-wrap><p>From above comparison <xref ref-type="table" rid="table2">Table 2</xref>, we find that SVM gives better classification accuracy than KNN.</p></sec><sec id="s5"><title>5. Conclusions and Future Work</title><p>An improved system model is proposed in this research for the detection of terrorist attack event those terrorist attacks that already took place by analyzing social data collected from twitter. We extract words using string parsing and do pattern matching by applying Aho-Corasick algorithm that runs linear time complexity in order to find out the weights of tweeted words. To categorize those data, the weighted sum is passed to both KNN and SVM classifier and our achieved results show that the proposed model performs better. The main limitation of this research work is that, datasets are not affluent enough to show the accurate result.</p><p>In future, we intend to further develop our system in order to identify the terror attacks before happening and prevent them by changing the keyword selection and pattern of related post from terrorist people and messaging data analysis; and for classification we are going to use another machine learning classification or clustering algorithm. This method can also be applied to detect COVID-19 affected area.</p></sec><sec id="s6"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s7"><title>Cite this paper</title><p>Sarker, A., Chakraborty, P., Sha, S.M.S., Khatun, M., Hasan, Md.R. and Banerjee, K. (2020) Improvised Technique for Analyzing Data and Detecting Terrorist Attack Using Machine Learning Approach Based on Twitter Data. Journal of Computer and Communications, 8, 50-62. https://doi.org/10.4236/jcc.2020.87005</p></sec></body><back><ref-list><title>References</title><ref id="scirp.101855-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Huq, Md.R., Abdullah-Al-Mosharraf and Rahma, K. (2017) Data Analysis and Phase Detection During Natural Disaster Based on Social Data. International Journal on Computational Science &amp; Applications (IJCSA), 7, No.1/2/3. https://doi.org/10.5121/ijcsa.2017.7301</mixed-citation></ref><ref id="scirp.101855-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Coffman, T.R. and Marcus, S.E. (2004) Pattern Classification in Social Network Analysis: A Case Study. 2004 IEEE Aerospace Conference Proceedings, Big Sky, MT, 6-13 March 2004, 3162-3175.</mixed-citation></ref><ref id="scirp.101855-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Tolan, G.M. and Soliman, O.S. (2015) An Experimental Study of Classification Algorithms for Terrorism Prediction. International Journal of Knowledge Engineering, 1, 107-112. https://doi.org/10.7763/IJKE.2015.V1.18</mixed-citation></ref><ref id="scirp.101855-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Faryral, G., Wasi, B.H. and Usman, Q. (2004) Terrorist Group Prediction Using Data Classification. Proceedings of the International Conferences of Artificial Intelligence and Pattern Recognition, Kuala Lumpur, Malaysia, 17-19 November 2014, 199-208.</mixed-citation></ref><ref id="scirp.101855-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Khorshid, M.M., Abou-El-Enien, T.H. and Soliman, G.M. (2015) Hybrid Classification Algorithms for Terrorism Prediction in Middle East and North Africa. International Journal of Emerging Trends &amp; Technology in Computer Science, 4, 23-29.</mixed-citation></ref><ref id="scirp.101855-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Magdy, W., Darwish, K., and Weber, I. (2005) #FailedRevolutions: Using Twitter to Study the Antecedents of ISIS Support. arXiv Preprint, arXiv: 1503.02401.</mixed-citation></ref><ref id="scirp.101855-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Go, A., Bhayani, R. and Huang, L. (2009) Twitter Sentiment Classification Using Distant Supervision. CS224N Project Report, Stanford, 1-12.</mixed-citation></ref><ref id="scirp.101855-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Chakraborty, P., Zahidur, Md., &amp; Rahman, S. (2019) Movie Success Prediction Using Historical and Current Data Mining. International Journal of Computer Applications, 178, 1-5. https://doi.org/10.5120/ijca2019919415</mixed-citation></ref><ref id="scirp.101855-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Zulfiker, M.S., Kabir, N., Biswas, A.A., Chakraborty, P. and Rahman, M.M. (2020) Predicting Students’ Performance of the Private Universities of Bangladesh Using Machine Learning Approaches. International Journal of Advanced Computer Science and Applications, 11, 672-679. https://doi.org/10.14569/IJACSA.2020.0110383</mixed-citation></ref><ref id="scirp.101855-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">McNamee, L.G., Peterson, B.L. and Pe&amp;ntilde;a, J. (2010) A Call to Educate, Participate, Invoke and Indict: Understanding the Communication of Online Hate Groups. Communication Monographs, 77, 257-280.</mixed-citation></ref><ref id="scirp.101855-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Ourlis Lazhar, Bellala Djamel (2019) SIMD Implementation of the Aho-Corasick Algorithm Using Intel AVX2. Scalable Computing: Practice and Experience (SCPE), 20, 563-576. https://doi.org/10.12694/scpe.v20i3.1572</mixed-citation></ref><ref id="scirp.101855-ref12"><label>12</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Fisher</surname><given-names> A. </given-names></name>,<etal>et al</etal>. (<year>2015</year>)<article-title>How Jihadist Networks, Maintain a Persistent Online Presence</article-title><source> Perspectives on Terrorism</source><volume> 9</volume>,<fpage> 3</fpage>-<lpage>20</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.101855-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Chris Hale, W. (2012) Extremism on the World Wide Web: A Research Review. Criminal Justice Studies, 25, 343-356. https://doi.org/10.1080/1478601X.2012.704723</mixed-citation></ref></ref-list></back></article>