Home / Advanced Search

  • Title/Keywords

  • Author/Affliations

  • Journal

  • Article Type

  • Start Year

  • End Year

Update SearchingClear
  • Articles
  • Online
Search Results (51)
  • Open Access

    ARTICLE

    Epilepsy Radiology Reports Classification Using Deep Learning Networks

    Sengul Bayrak1,2, Eylem Yucel2,*, Hidayet Takci3

    CMC-Computers, Materials & Continua, Vol.70, No.2, pp. 3589-3607, 2022, DOI:10.32604/cmc.2022.018742 - 27 September 2021

    Abstract The automatic and accurate classification of Magnetic Resonance Imaging (MRI) radiology report is essential for the analysis and interpretation epilepsy and non-epilepsy. Since the majority of MRI radiology reports are unstructured, the manual information extraction is time-consuming and requires specific expertise. In this paper, a comprehensive method is proposed to classify epilepsy and non-epilepsy real brain MRI radiology text reports automatically. This method combines the Natural Language Processing technique and statistical Machine Learning methods. 122 real MRI radiology text reports (97 epilepsy, 25 non-epilepsy) are studied by our proposed method which consists of the following… More >

  • Open Access

    ARTICLE

    Sentiment Analysis for Arabic Social Media News Polarity

    Adnan A. Hnaif1,*, Emran Kanan2, Tarek Kanan1

    Intelligent Automation & Soft Computing, Vol.28, No.1, pp. 107-119, 2021, DOI:10.32604/iasc.2021.015939 - 17 March 2021

    Abstract In recent years, the use of social media has rapidly increased and developed significant influence on its users. In the study of the behavior, reactions, approval, and interactions of social media users, detecting the polarity (positive, negative, neutral) of news posts is of considerable importance. This proposed research aims to collect data from Arabic social media pages, with the posts comprising the main unit in the dataset, and to build a corpus of manually-processed data for training and testing. Applying Natural Language Processing to the data is crucial for the computer to understand and easily manipulate More >

  • Open Access

    ARTICLE

    A Quantum Spatial Graph Convolutional Network for Text Classification

    Syed Mustajar Ahmad Shah1, Hongwei Ge1,*, Sami Ahmed Haider2, Muhammad Irshad3, Sohail M. Noman4, Jehangir Arshad5, Asfandeyar Ahmad6, Talha Younas7

    Computer Systems Science and Engineering, Vol.36, No.2, pp. 369-382, 2021, DOI:10.32604/csse.2021.014234 - 05 January 2021

    Abstract The data generated from non-Euclidean domains and its graphical representation (with complex-relationship object interdependence) applications has observed an exponential growth. The sophistication of graph data has posed consequential obstacles to the existing machine learning algorithms. In this study, we have considered a revamped version of a semi-supervised learning algorithm for graph-structured data to address the issue of expanding deep learning approaches to represent the graph data. Additionally, the quantum information theory has been applied through Graph Neural Networks (GNNs) to generate Riemannian metrics in closed-form of several graph layers. In further, to pre-process the adjacency… More >

  • Open Access

    ARTICLE

    Text Classification for Azerbaijani Language Using Machine Learning

    Umid Suleymanov1, Behnam Kiani Kalejahi1,2,*, Elkhan Amrahov1, Rashid Badirkhanli1

    Computer Systems Science and Engineering, Vol.35, No.6, pp. 467-475, 2020, DOI:10.32604/csse.2020.35.467

    Abstract Text classification systems will help to solve the text clustering problem in the Azerbaijani language. There are some text-classification applications for foreign languages, but we tried to build a newly developed system to solve this problem for the Azerbaijani language. Firstly, we tried to find out potential practice areas. The system will be useful in a lot of areas. It will be mostly used in news feed categorization. News websites can automatically categorize news into classes such as sports, business, education, science, etc. The system is also used in sentiment analysis for product reviews. For More >

  • Open Access

    ARTICLE

    Event Trigger Recognition Based on Positive and Negative Weight Computing and its Application

    Tao Liao1,‡, Weicheng Fu1,†, Shunxiang Zhang1,*, Zongtian Liu2,§

    Computer Systems Science and Engineering, Vol.35, No.5, pp. 311-319, 2020, DOI:10.32604/csse.2020.35.311

    Abstract Event trigger recognition is a sub-task of event extraction, which is important for text classification, topic tracking and so on. In order to improve the effectiveness of using word features as a benchmark, a new event trigger recognition method based on positive and negative weight computing is proposed. Firstly, the associated word feature, the part-of-speech feature and the dependency feature are combined. Then, the combination of these three features with positive and negative weight computing is used to identify triggers. Finally, the text classification is carried out based on the event triggers. Findings from our More >

  • Open Access

    ARTICLE

    Improving Chinese Word Representation with Conceptual Semantics

    Tingxin Wei1, 2, Weiguang Qu2, 3, *, Junsheng Zhou3, Yunfei Long4, Yanhui Gu3, Zhentao Xia3

    CMC-Computers, Materials & Continua, Vol.64, No.3, pp. 1897-1913, 2020, DOI:10.32604/cmc.2020.010813 - 30 June 2020

    Abstract The meaning of a word includes a conceptual meaning and a distributive meaning. Word embedding based on distribution suffers from insufficient conceptual semantic representation caused by data sparsity, especially for low-frequency words. In knowledge bases, manually annotated semantic knowledge is stable and the essential attributes of words are accurately denoted. In this paper, we propose a Conceptual Semantics Enhanced Word Representation (CEWR) model, computing the synset embedding and hypernym embedding of Chinese words based on the Tongyici Cilin thesaurus, and aggregating it with distributed word representation to have both distributed information and the conceptual meaning More >

  • Open Access

    ARTICLE

    MII: A Novel Text Classification Model Combining Deep Active Learning with BERT

    Anman Zhang1, Bohan Li1, 2, 3, *, Wenhuan Wang1, Shuo Wan1, Weitong Chen4

    CMC-Computers, Materials & Continua, Vol.63, No.3, pp. 1499-1514, 2020, DOI:10.32604/cmc.2020.09962 - 30 April 2020

    Abstract Active learning has been widely utilized to reduce the labeling cost of supervised learning. By selecting specific instances to train the model, the performance of the model was improved within limited steps. However, rare work paid attention to the effectiveness of active learning on it. In this paper, we proposed a deep active learning model with bidirectional encoder representations from transformers (BERT) for text classification. BERT takes advantage of the self-attention mechanism to integrate contextual information, which is beneficial to accelerate the convergence of training. As for the process of active learning, we design an More >

  • Open Access

    ARTICLE

    Review of Text Classification Methods on Deep Learning

    Hongping Wu1, Yuling Liu1, *, Jingwen Wang2

    CMC-Computers, Materials & Continua, Vol.63, No.3, pp. 1309-1321, 2020, DOI:10.32604/cmc.2020.010172 - 30 April 2020

    Abstract Text classification has always been an increasingly crucial topic in natural language processing. Traditional text classification methods based on machine learning have many disadvantages such as dimension explosion, data sparsity, limited generalization ability and so on. Based on deep learning text classification, this paper presents an extensive study on the text classification models including Convolutional Neural Network-Based (CNN-Based), Recurrent Neural Network-Based (RNN-based), Attention Mechanisms-Based and so on. Many studies have proved that text classification methods based on deep learning outperform the traditional methods when processing large-scale and complex datasets. The main reasons are text classification More >

  • Open Access

    ARTICLE

    Research on Privacy Disclosure Detection Method in Social Networks Based on Multi-Dimensional Deep Learning

    Yabin Xu1, 2, *, Xuyang Meng1, Yangyang Li3, Xiaowei Xu4, *

    CMC-Computers, Materials & Continua, Vol.62, No.1, pp. 137-155, 2020, DOI:10.32604/cmc.2020.05825

    Abstract In order to effectively detect the privacy that may be leaked through social networks and avoid unnecessary harm to users, this paper takes microblog as the research object to study the detection of privacy disclosure in social networks. First, we perform fast privacy leak detection on the currently published text based on the fastText model. In the case that the text to be published contains certain private information, we fully consider the aggregation effect of the private information leaked by different channels, and establish a convolution neural network model based on multi-dimensional features (MF-CNN) to More >

  • Open Access

    ARTICLE

    Multi-Label Chinese Comments Categorization: Comparison of Multi-Label Learning Algorithms

    Jiahui He1, Chaozhi Wang1, Hongyu Wu1, Leiming Yan1,*, Christian Lu2

    Journal of New Media, Vol.1, No.2, pp. 51-61, 2019, DOI:10.32604/jnm.2019.06238

    Abstract Multi-label text categorization refers to the problem of categorizing text through a multi-label learning algorithm. Text classification for Asian languages such as Chinese is different from work for other languages such as English which use spaces to separate words. Before classifying text, it is necessary to perform a word segmentation operation to convert a continuous language into a list of separate words and then convert it into a vector of a certain dimension. Generally, multi-label learning algorithms can be divided into two categories, problem transformation methods and adapted algorithms. This work will use customer's comments More >

Displaying 41-50 on page 5 of 51. Per Page