Skip to main content

ORIGINAL RESEARCH article

Front. Big Data, 18 June 2021
Sec. Machine Learning and Artificial Intelligence
Volume 4 - 2021 | https://doi.org/10.3389/fdata.2021.640868

Public Perception of the Fifth Generation of Cellular Networks (5G) on Social Media

www.frontiersin.orgKia Dashtipour1* www.frontiersin.orgWilliam Taylor1 www.frontiersin.orgShuja Ansari1 www.frontiersin.orgMandar Gogate2 www.frontiersin.orgAdnan Zahid1 www.frontiersin.orgYusuf Sambo1 www.frontiersin.orgAmir Hussain2 www.frontiersin.orgQammer H. Abbasi1,3 www.frontiersin.orgMuhammad Ali Imran1,4
  • 1James Watt School of Engineering, University of Glasgow, Glasgow, United Kingdom
  • 2School of Computing, Edinburgh Napier University, Edinburgh, United Kingdom
  • 3Queen Mary University of London, London, United Kingdom
  • 4Artificial Intelligence Research Center (AIRC), Ajman University, Ajman, United Arab Emirates

With the advancement of social media networks, there are lots of unlabeled reviews available online, therefore it is necessarily to develop automatic tools to classify these types of reviews. To utilize these reviews for user perception, there is a need for automated tools that can process online user data. In this paper, a sentiment analysis framework has been proposed to identify people’s perception towards mobile networks. The proposed framework consists of three basic steps: preprocessing, feature selection, and applying different machine learning algorithms. The performance of the framework has taken into account different feature combinations. The simulation results show that the best performance is by integrating unigram, bigram, and trigram features.

1 Introduction

The fifth generation (5G) mobile network is the newest global wireless standard after 1G, 2G, 3G, and 4G. The 5G network is a new type of network which is designed and developed to connect virtually everyone and everything together and consists of different machines, objectives, and devices. In addition, 5G is required to be more efficient and economical in terms of key performance indicators (KPIs). KPIs are of interest to stakeholders and different applications. These KPIs from an operator perspective, consist of capacity, reliability, and quality of service. From the user perspective, the KPIs include uninterrupted connection, infinite capacity, and zero latency. However, no technology can offer infinite capacity or zero latency. In the past few years, there has been lots of research carried out on the next generation mobile network, which consists of different opportunities and challenges. The challenges of 5G have been discussed in different literature. The most significant of these are ultra-dense networks and millimeter waves, however, there are other technologies which are significant for the next generation network such as two-layer architecture and cognitive radio-based architectures which have great performance. In the 5G network, network data analytic and machine learning systems can perform a key role. The technique to understand people’s behavior towards the 5G network is vital and it helps to improve the performance of network communication OPINCARIU et al. (2019), Sharma et al. (2020).

With the advent of social media and e-commerce, websites allow users to share opinions and feedback about different products and services. Customers can make important decisions by reading other people’s experiences. In addition, customer feedback can be classified in order to make improvements on the service or product. For example, if a person wants to buy a mobile phone and the reviews provide negative information related to the battery, operation speed, or camera, this can influence the consumer’s decision. In addition, this can assist in providing better mobile quality by taking into account the complaints made by past customers and making informed improvements to products. As another example, if someone wants to book a hotel, the buyer can look over the online reviews to understand previous customer experiences such as cleanliness and services for the hotel. However, there are billions of bytes of data generated per day consisting of user feedback which cannot be manually labeled and analyzed for individual organizations and companies Yadav and Vishwakarma (2020). Sentiment analysis is the process of automatically understanding and classifying the data into positive and negative information from the source material such as reviews and comments. The main task of sentiment analysis is to assign polarity into sentences (positive or negative). However, the online review is a mixture of positive and negative comments about different aspects of the products or services instead of expressing positive or negative opinions. For example, “the 5G mobile network is extremely fast, however I do not feel secure while I am using it.” The sentence expresses positive sentiment towards the speed of the network and negative sentiment towards the security of the network Kumar and Jaiswal (2020), Dashtipour et al. (2020).

Most of the current sentiment analysis approaches focus on analyzing products and movie reviews, and there is less work been carried out in different fields such as people’s perception towards 5G. However, most of the current approaches consider a small corpus, which makes the task difficult for machine learning approaches to identify the overall polarity of a sentence. Furthermore, current review sentences consist of lots of sarcastic and ironic words which make it difficult to determine the overall polarity for these types of sentences. For example, “tell me something I don’t know.” Most of the current approaches for sentiment analysis fail to understand that real noisy text consists of sarcasm, idioms, informal words, and sentences with spelling mistakes. In addition, there is scarce availability of tools and resources. Lexicon and labeled corpus are some of the tools which are available for sentiment analysis. This limited range of available tools is the main bottleneck in the design of sentiment analysis approaches Kaity and Balakrishnan (2019). One of the main issues for sentiment analysis approaches is the lack of a labeled dataset. However, it is worth mentioning that, there are lots of unlabeled datasets available online, but it is time consuming for users to manually label these datasets.

In order to address the aforementioned issues and limitations, a framework that exploits n-gram features has been proposed to identify the polarity of sentences. This proposed approach demonstrated the overall performance and effectiveness of polarity detection in real noisy data. The n-gram features are based on the linguistic text rules that allow researchers to extract text features from sentences. As a result, the n-gram features take into account the relation between keywords and the word order and individual word polarity to determine the underlying polarity of the sentence. We perform an extensive and comprehensive set of experiments using novel corpus and compare the performance of the approach with different selected features. The support vector machine (SVM), logistic regression, naive Bayes, and multilayer perceptron (MLP) algorithms were used to evaluate the performance of the approach. The comparative simulation results show that the proposed approach achieved better performance as compared to the state-of-the-art approach.

The rest of the paper is organized as follows: In Related Work, related work is presented, Methodology presents the proposed framework, Experimental Results presents the experimental results, Discussion presents the discussion, and finally Conclusion concludes the work and presents the future work.

2 Related Work

Extensive research in the current literature shows that machine learning has been used in different fields such as sentiment analysis Dashtipour et al. (2016a), Dashtipour et al. (2016b), Dashtipour et al. (2017a), Dashtipour et al. (2017b), Gogate et al. (2017b), Dashtipour et al. (2017c), Shiva et al. (2017), Gogate et al. (2017a), Gogate et al. (2018), Dashtipour et al. (2018), Dashtipour et al. (2019), cyber-security Adeel et al. (2019a); Jiang et al. (2019), Gogate et al. (2019b), Gogate et al. (2019a), Adeel et al. (2019b), Ozturk et al. (2019), Jiang et al. (2020), Dashtipour et al. (2020); speech enhancement Gogate et al. (2020a), Gogate et al. (2020b), Liaqat et al. (2020), Taylor et al. (2020), Liaqat et al. (2020), Adeel et al. (2020), Guellil et al. (2021), Hussain et al. (2021), Dashtipour et al. (2021), hand-written recognition Ahmed et al. (2021), and posture detection; Liaqat et al. (2021), etc., However, research has not been carried out to detect sentiment polarity for tweets related to 5G.

In the literature, extensive research has been undertaken to implement different sentiment analysis approaches. Microblogging websites are the biggest platform that allows users to share their thoughts and opinions in the public domain. Twitter is the most well-known microblogging website that allows people to express their feelings and emotions in the form of “tweets” with a character range of 280. There are over 250 million tweets expressing the feelings and emotions of people with different opinions and situations Duong et al. (2019), Mamgain et al. (2016).

Twitter users vary from politicians to everyday people that provide different types of reviews from different points of views. This is the main reason a dataset collected from Twitter is used in this paper. There is lots of research carried out in this domain to determine people’s perception towards different products such as Sony mobiles. For example, Sharma et al. (2016) attempted to find the most well-known smartphones in India, tweets were collected and then machine learning was applied to determine a brand reputation score. This was done to help customers find the most branded smartphones in India. Somula et al. (2020) proposed an approach to perform a sentiment analysis to determine the winner of the US election in 2016, the tweets were collected if they mentioned Donald Trump and Hillary Clinton, the analysis of the tweets revealed that Donald Trump received more positive scores as compared to Hillary Clinton. Mehta et al. (2020) proposed a sentiment analysis approach to identify the best Indian airlines through Twitter, the analysis of results revealed that the customers were happier with Air India services compared to SpiceJet.

Kumari and Haider (2020) proposed an approach using the Twitter API to collect corpus. After pre-processing and use of natural language processing, the hybrid classifier utilized machine learning and long short-term memory to improve the performance of the approach. The experimental results revealed that the proposed model achieved better performance as compared with state-of-the-art approaches. Usama et al. (2019) introduced a novel model multilevel feature extraction and feature combination by using a convolutional neural network (CNN) and recurrent neural network (RNN) to identify the sentiment in movie reviews. The CNN and RNN received sentiment text as input and learnt different features to network architecture. The word embedding fed into the CNN and learnt multilevel contextual features from every layer of the CNN and performed multilevel features fusion. Finally, the multilevel and multitype features were combined and a softmax classifier was used to identify the final polarity of the sentences. Most of the aforementioned studies implement a lexicon to determine the polarity of the text. However, the use of a lexicon fails to identify the polarity of word order in the sentence. In addition, most of the current studies use rules to detect negation in a sentence which cannot be directly applied to the English language. However, we need a framework to identify the polarity of the sentence without developing a lexicon which is time consuming. Therefore, we implemented a framework for Twitter sentiment analysis that integrates feature engineering and machine learning to improve the performance and robustness of polarity detection in real noisy data.

3 Methodology

Figure 1 This section describes our proposed novel context-aware framework for 5G sentiment analysis. The proposed framework more accurately exploits the polarity of sentences when compared to traditional word occurrence frequency-based approaches.

FIGURE 1
www.frontiersin.org

FIGURE 1. Proposed framework for sentiment analysis for people’s perception of the fifth generation of cellular networks (5G).

Data Collection: In order to collect data, we use the Twitter API to collect data related to 5G in the United Kingdom. The data were collected from January 2018 until August 2020. Table 1 shows the related keywords for the fifth generation of cellular networks (5G).

TABLE 1
www.frontiersin.org

TABLE 1. Next generation mobile network (5G).

Pre-processing: The tweets corpus is collected using the Twitter API and labeled as positive and negative using SentiWordNet. The corpus is divided into a training set (60%), test set (30%), and validation set (10%) to apply machine learning algorithms including SVM, naive Bayes, and MLP. The corpus is tokenized and normalized. The tokenization technique is used to break sentences into words. For example, “I really like mobile” will be converted into words such as “I,” “really,” “like,” and “mobile.” Afterwards, the normalization technique is used to normalize the tweets. For example, “The speed for 5G mobile is gr8” will be converted into “The speed for 5G mobile is great.”

N-gram: N-gram features are widely used in the different approaches of sentiment analysis. When one term is taken the feature is called unigram, for two terms it is called bigram, and three terms are called trigram. In our proposed approach we use unigram, bigram, trigram, and a combination of n-gram features.

SentiWordNet: We use SentiWordNet, which is a widely available online lexicon, to assign sentiment polarity (−1, 0, 1) to sentences.

Machine learning classifiers: In order to evaluate the performance of the approach, the machine learning classifier is used to evaluate the performance of the approach. The scikit-learn python package is used to develop the multilayer perceptron (MLP), logistic regression, linear SVM, RBF SVM algorithms, and naive Bayes is used to train the model. The MLP consists of one hidden layer which can be applied to supervised problems, the MLP is a set of inputs and outputs and it learns to model the correlation between input and output. However, the main issue with MLP is that it consists of many parameters which are fully connected and each node is connected to another node which can result in redundancy and inefficiency. The main advantage of naïve Bayes is that it performs quickly and save lots of time; however, the prediction can be wrong. In addition, the main advantage of logistic regression is how easy it is to implement and train; however, the number of observations is less than number of features. Finally, the main advantages of SVM is that it works work well with unstructured data such as text, as the tweets are unstructured, therefore, the SVM performs well with tweets data. However, the main issue with SVM is that choosing the correct kernel is not easy.

4 Experimental Results

In order to calculate the sentiment polarity of the sentence, SentiWordNet has been used to calculate the overall polarity of the tweets. The tweets are extracted using different keywords such as “5G,” “next generation mobile network,” “fifth generation of technology,” and “5G devices.” The tweets are collected. After tweet collection, the punctation and stop words are removed and sentence are normalized, and then they are converted into bag of words (BOWs) and finally machine learning classifiers are trained. In the pre-processing stage, the sentences are normalized, for example, the word “fishing” is converted into “fish.”

In order to evaluate the performance of the proposed approach, the tweets are converted into BOWs. These BOWs are sent to machine learning algorithms including linear and RBF SVM, naive Bayes, logistic regression, and MLP to evaluate the performance of the approach. The initial experimental results demonstrate that the combination of unigram and bigram achieved accuracy of 86.71%.

Dataset: In order to evaluate the performance of the approach, the 5G hashtag is used to collect more than 50,000 tweets, and the positive and negative polarity is assigned to the tweets using the SentiWordNet lexicon. Neural tweets are eliminated. The experimental results show that the combination of unigram and bigram achieved a better performance when compared to other approaches. In order to evaluate the performance of the proposed approach, different evaluation metrics including accuracy, precision, recall, and f-measure are used:

Precision=TPTP+FP(1)
Recall=TPTP+FN(2)
F_measure=2*Precision*RecallPrecision+Recall(3)
Accuracy=TP+TNTP+TN+FP+FN(4)

where TP denotes true positive, TN presents true negative, FP is false positive, and FN represents false negative. In addition, Table 2 shows the parameters that are used to trained the machine learning methods. The scikit-learn package is used to train the machine learning classifiers. In addition, the training time for each model is presented in Table 2.

TABLE 2
www.frontiersin.org

TABLE 2. Parameters of ML algorithms.

Table 3 shows the results of different N-gram features. The unigram (Uni), bigram (Bi), and trigram (Tri) is extracted from the sentence, as the comparative experimental result shows the unigram (Uni) achieved a better performance when compared to other features.

TABLE 3
www.frontiersin.org

TABLE 3. Results of N-gram features.

Table 4 shows the comparison of different N-gram features. The empirical results show that the combination of unigram (Uni) and bigram (Bi) achieved a better performance when compared to other features.

TABLE 4
www.frontiersin.org

TABLE 4. Comparison of combination of N-gram features.

Figure 2 displays the positive sentiment towards fifth generation of cellular networks (5G) technology, and the speed, security, and performance of 5G. For example, the user has a positive opinion of speed, security and performance. In order to find the most positive keywords towards 5G, the frequency of positive words in a sentence is calculated. The word frequency shows that the most discussed keywords are speed, security, and performance. As shown in Figure 2 1), most positive tweets about speed are from Scotland and England. For example, 45% of tweets in Scotland and 30% in England have a positive opinion about the speed of 5G. Comparatively, Figure 2 2) demonstrates that most positive tweets about security are also from England and Scotland. A total of 41% of tweets in England and 36% in Scotland include a positive opinion about the security of 5G. Figure 2 3) shows that the most positive tweets about performance come from Scotland and England; 39% of tweets in Scotland and 28% in England include a positive opinion about the performance of 5G.

FIGURE 2
www.frontiersin.org

FIGURE 2. Positive trends towards the fifth generation of cellular networks (5G).

Figure 3 displays the negative sentiment towards fifth generation of cellular networks (5G) technology, including the radiation, price, and poor performance of 5G. For example, most users are concerned that the 5G signal might cause cancer, that the price of a 5G mobile is very expensive, and that the performance of 5G mobiles may be poor. In order to find the most negative keywords associated with 5G, the frequency of the negative words in a sentence is calculated. The word frequency shows that the most discussed keywords are radiation, price, and performance. As Figure 3 1) shows most Twitter users who are located in England and Scotland believe that 5G can cause cancer. It is to be noted that 31% of tweets in Scotland and 31% in England include negative concerns about the cause of radiation using 5G. In addition, Figure 3 2) shows that most Twitter users who are located in Scotland believe that the price of a 5G mobile is very expensive. It is worth mentioning that 32% of tweets in Scotland and 27% of tweets in Wales include negative concerns about the expensive price of 5G technology. Additionally, Figure 3 3) shows that most Twitter users in Northern Ireland are less satisfied with the current performance of 5G mobiles. It is to be noted that 27% of tweets in Northern Ireland and 25% of tweets in England include negative concerns about the current performance of 5G devices.

FIGURE 3
www.frontiersin.org

FIGURE 3. Negative trends towards the fifth generation of cellular networks (5G).

In contrast, Figure 4 displays the overall trends for Twitter users. The most discussed trends include agriculture (29%), healthcare (28%), and smarthome (26%).

FIGURE 4
www.frontiersin.org

FIGURE 4. Trend of United Kingdom towards the fifth generation of cellular networks (5G).

Figure 5 displays the most discussed trends pertaining to 5G technology, including the radiation, price, and poor performance of 5G. For example, most users are concerned that the 5G signal might cause cancer, the price of the 5G mobile which is very expensive, and also the low performance of 5G mobiles. As shown in Figure 5, in England 1) the most discussed trends are agriculture (31%), healthcare (28%), and smarthome (16%). In addition, in Scotland 2) the most discussed trends are agriculture (41%), healthcare (32%), and transport (12%). Additionally, in Wales the most discussed trends are agriculture (29%), healthcare (28%), and transport (18%). Finally, in Northern Ireland, the most discussed trends are agriculture (29%), healthcare (28%), and transport (18%).

FIGURE 5
www.frontiersin.org

FIGURE 5. Most discussed trends for the fifth generation of cellular networks (5G).

Figure 6 displays the occupation of the Twitter users who had the most positive comments aboutthe fifth generation of cellular networks (5G).

FIGURE 6
www.frontiersin.org

FIGURE 6. Occupation of Twitter users most positive towards the fifth generation of cellular networks (5G).

Figure 7 displays the occupation of the Twitter users who had the most negative comments about the fifth generation of cellular networks (5G).

FIGURE 7
www.frontiersin.org

FIGURE 7. Occupation for Twitter users most negative towards the fifth generation of cellular networks (5G).

As shown in Table 5, the top 10 positive and negative bigram keywords related to 5G are presented. Tweets concerning the price of 5G network generation are positive and concerning EU countries are negative.

TABLE 5
www.frontiersin.org

TABLE 5. Most frequent positive bigrams for next generation mobile network (5G).

As shown in Table 6, the top 10 positive and negative trigram keywords related to 5G are presented. Tweets concerning the price of 5G network generation are positive and concerning EU countries are negative.

TABLE 6
www.frontiersin.org

TABLE 6. Most frequent positive trigrams for next generation mobile network (5G).

5. Discussion

In this study, the tweets related to the next generation mobile network (5G) were analyzed and their sentiment polarity was identified. The sentiment analysis of 5G keywords in tweets were considered because these tweets carried lots of information related to 5G. Only English tweets were considered because it that language has a large coverage and is the most widely used common language in the world. In the current study, more than 10,000 tweets were retrieved. There were many duplicate tweets in the retrieved data which were removed from the database. However, we did not limit our dataset to the tweet discussion of online users, we used news feeds related to 5G network communication for analysis because the news consisted of valuable information related to incidents.

Moreover, as part of the data pre-processing we removed the emoji characters from the tweets. However, it is worth mentioning that emoji characters are commonly used in tweets and they are useful for identifying the overall polarity of the tweets. In future work, we intend to consider emoji characters as part of the process to identify the overall polarity of tweets as emoji characters can provide more accurate sentiment scores. In contrast, the time frame to analyze the specific tweets related to 5G might be associated with events which increased the number of tweets on certain dates, weeks, or months. It is worth mentioning that there were lots of tweets related to conspiracy theories, for example some of tweets believed that 5G could cause COVID-19 in people.

Herein we explain the most popular topics discussed which can change the overall sentiment polarity of the tweets into positive:

Speed: The most discussed topic related to 5G was speed of the current network. Most of the tweets were positive towards the speed of 5G. However, it is to be noted that a large number of tweets were still negative about the bandwidth and speed of the 5G mobile network.

Security: In addition, another highly discussed topic related to 5G was the security of 5G services. Most of the Twitter users were positive towards the current security of the services for 5G. For example, “5G is more secure than 4G.”

Performance: Additionally, the performance of the 5G mobile network was discussed in most of the tweets. Most of the tweets were positive towards the performance of 5G network communication. For example, “I am really excited [about the] current performance of [the] 5G mobile.”

Herein we explain the most popular topics discussed which can change the overall sentiment polarity of the tweets into negative:

5G expose users to cancer: Our findings show that most of the tweets were worried that the next generation mobile network can cause cancer. For example, “I won’t buy [a] 5G mobile, because it can cause cancer.” There were strong negative comments towards the health issues of 5G network communication. Most of the Twitter users believed that 5G could cause damage to their health.

5G price: Our analysis shows that most of the Twitter users felt negatively towards the price of 5G mobiles. For example, one tweet was particularly clear: “How can I afford to buy such expensive mobiles.”

Speed: Furthermore, one of the most discussed topics concerning Twitter users was the speed of the 5G mobile network. For example, “I recently bought [a] 5G mobile but I do not like the speed.”

Table 7 shows examples of positive and negative tweets towards the fifth generation of cellular networks (5G).

TABLE 7
www.frontiersin.org

TABLE 7. Examples of positive and negative tweets towards the next generation mobile network (5G).

6 Conclusion

In this study, we performed a series of sentiment analyses on data retrieved from Twitter. The Twitter data under investigation were related to the fifth generation of cellular networks (5G). We collected relevant tweets in the English language. Therefore, we proposed a framework for mobile networks (such as 5G) based on different feature combinations. The performance of the proposed framework was evaluated using different feature combination in terms of different evaluation metrics such as accuracy, precision, recall, and f-measure. In addition, we compared the proposed method with different machine learning algorithms such as naïve Bayes, MLP, and SVM, etc., In addition, we analyzed the tweets to understand user perception of 5G. As part of our future work, we intend to extend the current framework for multilingual sentiment analysis and integration of a closed loop self organizing network algorithm with the proposed user sentiment analysis framework.

Data Availability Statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Author Contributions

Conceptualization: KD, SA, YS, WT, AZ, QA, and MI; formal analysis: KD, SA, YS, and QA; investigation: WT and SA; resources, writing, review, and editing: WT, QA, and MI; funding acquisition: QA and MI. All authors have read and agreed to the published version of the manuscript.

Funding

The work is partially funded by EPSRC grant no EP/T021063/1.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

Adeel, A., Gogate, M., Farooq, S., Ieracitano, C., Dashtipour, K., Larijani, H., et al. (2019a). “A Survey on the Role of Wireless Sensor Networks and Iot in Disaster Management” in Geological Disaster Monitoring Based on Sensor Networks. Springer, 57–66.

CrossRef Full Text | Google Scholar

Adeel, A., Gogate, M., and Hussain, A. (2020). Contextual Deep Learning-Based Audio-Visual Switching for Speech Enhancement in Real-World Environments. Inf. Fusion 59, 163–170. doi:10.1016/j.inffus.2019.08.008

CrossRef Full Text | Google Scholar

Adeel, A., Gogate, M., Hussain, A., and Whitmer, W. M. (2019b). Lip-reading Driven Deep Learning Approach for Speech Enhancement. IEEE Trans. Emerging Top. Comput. Intelligence.

Google Scholar

Ahmed, R., Gogate, M., Tahir, A., Dashtipour, K., Al-Tamimi, B., Hawalah, A., et al. (2021). Deep Neural Network-Based Contextual Recognition of Arabic Handwritten Scripts. Entropy 23, 340. doi:10.3390/e23030340

PubMed Abstract | CrossRef Full Text | Google Scholar

Dashtipour, K., Gogate, M., Adeel, A., Algarafi, A., Howard, N., and Hussain, A. (2017a). Persian Named Entity Recognition in 2017 IEEE 16th International Conference on Cognitive Informatics & Cognitive Computing (ICCI* CC) IEEE, 79–83.

Google Scholar

Dashtipour, K., Gogate, M., Adeel, A., Hussain, A., Alqarafi, A., and Durrani, T. (2017b). A Comparative Study of Persian Sentiment Analysis Based on Different Feature Combinations. International Conference in Communications, Signal Processing, and Systems Springer, 2288–2294.

Google Scholar

Dashtipour, K., Gogate, M., Adeel, A., Ieracitano, C., Larijani, H., and Hussain, A. (2018). Exploiting Deep Learning for Persian Sentiment Analysis. International Conference on Brain Inspired Cognitive Systems Springer, 597–604.

CrossRef Full Text | Google Scholar

Dashtipour, K., Gogate, M., Cambria, E., and Hussain, A. (2021). A Novel Context-Aware Multimodal Framework for Persian Sentiment Analysis. arXiv preprint arXiv:2103.02636.

Google Scholar

Dashtipour, K., Gogate, M., Li, J., Jiang, F., Kong, B., and Hussain, A. (2020). A Hybrid Persian Sentiment Analysis Framework: Integrating Dependency Grammar Based Rules and Deep Neural Networks. Neurocomputing 380, 1–10.

CrossRef Full Text | Google Scholar

Dashtipour, K., Hussain, A., and Gelbukh, A. (2017c). Adaptation of Sentiment Analysis Techniques to Persian Language. International Conference on Computational Linguistics and Intelligent Text Processing Springer, 129–140.

Google Scholar

Dashtipour, K., Hussain, A., Zhou, Q., Gelbukh, A., Hawalah, A. Y., and Cambria, E. (2016a). Persent: a Freely Available Persian Sentiment Lexicon. International Conference on Brain Inspired Cognitive Systems Springer, 310–320.

CrossRef Full Text | Google Scholar

Dashtipour, K., Poria, S., Hussain, A., Cambria, E., Hawalah, A. Y., Gelbukh, A., et al. (2016b). Multilingual Sentiment Analysis: State of the Art and Independent Comparison of Techniques. Cogn. Comput. 8, 757–771.

PubMed Abstract | CrossRef Full Text | Google Scholar

Dashtipour, K., Raza, A., Gelbukh, A., Zhang, R., Cambria, E., and Hussain, A. (2019). Persent 2.0: Persian Sentiment Lexicon Enriched with Domain-specific Words. International Conference on Brain Inspired Cognitive Systems Springer, 497–509.

Google Scholar

Duong, T. Q., Chu, X., and Suraweera, H. A. (2019). Ultra-dense Networks for 5G and beyond: Modelling, Analysis, and Applications. John Wiley & Sons.

Gogate, M., Adeel, A., Dashtipour, K., Derleth, P., and Hussain, A. (2019a). Av Speech Enhancement challenge Using a Real Noisy Corpus. arXiv preprint arXiv:1910.00424.

Google Scholar

Gogate, M., Adeel, A., and Hussain, A. (2017b). A Novel Brain-Inspired Compression-Based Optimised Multimodal Fusion for Emotion Recognition. 2017 IEEE Symposium Series On Computational Intelligence (SSCI) (IEEE), 1–7.

Google Scholar

Gogate, M., Adeel, A., and Hussain, A. (2017a). Deep Learning Driven Multimodal Fusion for Automated Deception Detection. 2017 IEEE Symposium Series On Computational Intelligence (SSCI) (IEEE), 1–6.

Google Scholar

Gogate, M., Adeel, A., Marxer, R., Barker, J., and Hussain, A. (2018). Dnn Driven Speaker Independent Audio-Visual Mask Estimation for Speech Separation. arXiv preprint arXiv:1808.00060.

Google Scholar

Gogate, M., Dashtipour, K., Adeel, A., and Hussain, A. (2020a). Cochleanet: A Robust Language-independent Audio-Visual Model for Real-Time Speech Enhancement. Inf. Fusion 63, 273–285. doi:10.1016/j.inffus.2020.04.001

CrossRef Full Text | Google Scholar

Gogate, M., Dashtipour, K., Bell, P., and Hussain, A. (2020b). Deep Neural Network Driven Binaural Audio Visual Speech Separation. 2020 International Joint Conference On Neural Networks (IJCNN) (IEEE), 1–7.

Google Scholar

Gogate, M., Hussain, A., and Huang, K. (2019b). Random Features and Random Neurons for Brain-Inspired Big Data Analytics. In 2019 International Conference on Data Mining Workshops (ICDMW) (IEEE), 522–529.

Google Scholar

Guellil, I., Adeel, A., Azouaou, F., Benali, F., Hachani, A.-E., Dashtipour, K., et al. (2021). A Semi-supervised Approach for Sentiment Analysis of arab (Ic+ Izi) Messages: Application to the Algerian Dialect. SN Comp. Sci. 2, 1–18. doi:10.1007/s42979-021-00510-1

CrossRef Full Text | Google Scholar

Hussain, A., Tahir, A., Hussain, Z., Sheikh, Z., Gogate, M., Dashtipour, K., et al. (2021). Artificial Intelligence–Enabled Analysis of Public Attitudes on Facebook and Twitter toward Covid-19 Vaccines in the united kingdom and the united states: Observational Study. J. Med. Internet Res. 23, e26627. doi:10.2196/26627

PubMed Abstract | CrossRef Full Text | Google Scholar

Jiang, F., Dashtipour, K., and Hussain, A. (2019). A Survey on Deep Learning for the Routing Layer of Computer Network. 2019 UK/China Emerging Technologies (UCET) (IEEE), 1–4.

Google Scholar

Jiang, F., Kong, B., Li, J., Dashtipour, K., and Gogate, M. (2020). Robust Visual Saliency Optimization Based on Bidirectional Markov Chains. Cogn. Comput. 13, 69–80. doi:10.1007/s12559-020-09724-6

CrossRef Full Text | Google Scholar

Kaity, M., and Balakrishnan, V. (2019). An Automatic Non-English Sentiment Lexicon Builder Using Unannotated Corpus. The J. Supercomputing 75, 2243–2268. doi:10.1007/s11227-019-02755-3

CrossRef Full Text | Google Scholar

Kumar, A., and Jaiswal, A. (2020). Systematic Literature Review of Sentiment Analysis on Twitter Using Soft Computing Techniques. Concurrency Comput. Pract. Experience 32, e5107. doi:10.1002/cpe.5107

CrossRef Full Text | Google Scholar

Kumari, P., and Haider, M. T. U. (2020). Sentiment Analysis on Aadhaar for Twitter Data–A Hybrid Classification Approach. Proceeding of International Conference on Computational Science and Applications Springer, 309–318.

CrossRef Full Text | Google Scholar

Liaqat, S., Dashtipour, K., Arshad, K., Assaleh, K., and Ramzan, N. (2021). A Hybrid Posture Detection Framework: Integrating Machine Learning and Deep Neural Networks. IEEE Sensors J. 21, 9515–9522. doi:10.1109/jsen.2021.3055898

CrossRef Full Text | Google Scholar

Liaqat, S., Dashtipour, K., Arshad, K., and Ramzan, N. (2020). Non Invasive Skin Hydration Level Detection Using Machine Learning. Electronics 9, 1086. doi:10.3390/electronics9071086

CrossRef Full Text | Google Scholar

Mamgain, N., Mehta, E., Mittal, A., and Bhatt, G. (2016). Sentiment Analysis of Top Colleges in india Using Twitter Data. 2016 International Conference on Computational Techniques in Information and Communication Technologies (ICCTICT) IEEE, 525–530.

Google Scholar

Mehta, R. P., Sanghvi, M. A., Shah, D. K., and Singh, A. (2020). Sentiment Analysis of Tweets Using Supervised Learning Algorithms. First International Conference on Sustainable Technologies for Computational Intelligence Springer, 323–338.

CrossRef Full Text | Google Scholar

Opincariu, M., (2019). Education in the 5g and the Ai Context. Educaţia Plus 23, 97–103.

Google Scholar

Ozturk, M., Gogate, M., Onireti, O., Adeel, A., Hussain, A., and Imran, M. A. (2019). A Novel Deep Learning Driven, Low-Cost Mobility Prediction Approach for 5g Cellular Networks: The Case of the Control/data Separation Architecture (Cdsa). Neurocomputing 358, 479–489. doi:10.1016/j.neucom.2019.01.031

CrossRef Full Text | Google Scholar

Sharma, A., Subramaniam, S. D., Ramachandran, K., Lakshmikanthan, C., Krishna, S., and Sundaramoorthy, S. K. (2016). Smartphone-based Fundus Camera Device (Mii Ret Cam) and Technique with Ability to Image Peripheral Retina. Eur. J. Ophthalmol. 26, 142–144. doi:10.5301/ejo.5000663

PubMed Abstract | CrossRef Full Text | Google Scholar

Sharma, S. K., Daga, M., and Gemini, B. (2020). Twitter Sentiment Analysis for Brand Reputation of Smart Phone Companies in india. In Proceedings of ICETIT 2019 (Springer). 841–852.

CrossRef Full Text | Google Scholar

Shiva, A. S., Gogate, M., Howard, N., Graham, B., and Hussain, A. (2017). Complex-valued Computational Model of Hippocampal Ca3 Recurrent Collaterals. 2017 IEEE 16th International Conference on Cognitive Informatics & Cognitive Computing (ICCI* CC) IEEE, 161–166.

Google Scholar

Somula, R., Kumar, K. D., Aravindharamanan, S., and Govinda, K. (2020). Twitter Sentiment Analysis Based on Us Presidential Election 2016. Smart Intelligent Computing and Applications. Springer, 363–373.

CrossRef Full Text | Google Scholar

Taylor, W., Shah, S. A., Dashtipour, K., Zahid, A., Abbasi, Q. H., and Imran, M. A. (2020). An Intelligent Non-invasive Real-Time Human Activity Recognition System for Next-Generation Healthcare. Sensors 20, 2653. doi:10.3390/s20092653

PubMed Abstract | CrossRef Full Text | Google Scholar

Usama, M., Xiao, W., Ahmad, B., Wan, J., Hassan, M. M., and Alelaiwi, A. (2019). Deep Learning Based Weighted Feature Fusion Approach for Sentiment Analysis. IEEE Access 7, 140252–140260. doi:10.1109/access.2019.2940051

CrossRef Full Text | Google Scholar

Yadav, A., and Vishwakarma, D. K. (2020). Sentiment Analysis Using Deep Learning Architectures: a Review. Artif. Intelligence Rev. 53, 4335–4385. doi:10.1007/s10462-019-09794-5

CrossRef Full Text | Google Scholar

Keywords: sentiment analysis, 5G, mobile network quality, machine learning, opinion mining

Citation: Dashtipour K, Taylor W, Ansari S, Gogate M, Zahid A, Sambo Y, Hussain A, Abbasi QH and Imran MA (2021) Public Perception of the Fifth Generation of Cellular Networks (5G) on Social Media. Front. Big Data 4:640868. doi: 10.3389/fdata.2021.640868

Received: 12 December 2020; Accepted: 04 May 2021;
Published: 18 June 2021.

Edited by:

Anis Yazidi, Oslo Metropolitan University, Norway

Reviewed by:

Rania Albalawi, University of Ottawa, Canada
Ramesh Upreti, Oslo Metropolitan University, Norway

Copyright © 2021 Dashtipour, Taylor, Ansari, Gogate, Zahid, Sambo, Hussain, Abbasi and Imran. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Kia Dashtipour, kia.dashtipour@glasgow.ac.uk

Download