paper-with-me

Papers

Evolving Character-level Convolutional Neural Networks for Text Classification

2020-12-03 · Trevor Londt, Xiaoying Gao, Bing Xue, Peter Andreae

Character-level convolutional neural networks (char-CNN) require no knowledge of the semantic or syntactic structure of the language they classify. This property simplifies its implementation but reduces its classification accuracy. Increasing the depth of char-CNN architectures does not result in breakthrough accuracy improvements. Research has not established which char-CNN architectures are optimal for text classification tasks. Manually designing and training char-CNNs is an iterative and time-consuming process that requires expert domain knowledge. Evolutionary deep learning (EDL) techniques, including surrogate-based versions, have demonstrated success in automatically searching for performant CNN architectures for image analysis tasks. Researchers have not applied EDL techniques to search the architecture space of char-CNNs for text classification tasks. This article demonstrates the first work in evolving char-CNN architectures using a novel EDL algorithm based on genetic programming, an indirect encoding and surrogate models, to search for performant char-CNN architectures automatically. The algorithm is evaluated on eight text classification datasets and benchmarked against five manually designed CNN architecture and one long short-term memory (LSTM) architecture. Experiment results indicate that the algorithm can evolve architectures that outperform the LSTM in terms of classification accuracy and five of the manually designed CNN architectures in terms of classification accuracy and parameter count.

📄 PDF Abstract BibTeX arXiv:2012.02223

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Character-level Convolutional Network for Text Classification Applied to Chinese Corpus

2016-11-14 · Wei-Jie Huang, Jun Wang

This article provides an interesting exploration of character-level convolutional neural network solving Chinese corpus text classification problem. We constructed a large-scale Chinese language dataset, and the result s…

ClassificationGeneral Classificationtext-classificationText Classification

Character-level Convolutional Networks for Text Classification

2015-09-04 · NeurIPS 2015 12 · Xiang Zhang, Junbo Zhao, Yann Lecun

This article offers an empirical exploration on the use of character-level convolutional networks (ConvNets) for text classification. We constructed several large-scale datasets to show that character-level convolutional…

General ClassificationSentiment AnalysisText Classification

Which Encoding is the Best for Text Classification in Chinese, English, Japanese and Korean?

2017-08-08 · Xiang Zhang, Yann Lecun

This article offers an empirical study on the different ways of encoding Chinese, Japanese, Korean (CJK) and English languages for text classification. Different encoding levels are studied, including UTF-8 bytes, charac…

General ClassificationText Classification

An Innovative Word Encoding Method For Text Classification Using Convolutional Neural Network

2019-03-11 · Amr Adel Helmy, Yasser M. K. Omar, Rania Hodhod

Text classification plays a vital role today especially with the intensive use of social networking media. Recently, different architectures of convolutional neural networks have been used for text classification in whic…

ClassificationGeneral Classificationtext-classificationText Classification

Evolving Character-Level DenseNet Architectures using Genetic Programming

2020-12-03 · Trevor Londt, Xiaoying Gao, Peter Andreae

DenseNet architectures have demonstrated impressive performance in image classification tasks, but limited research has been conducted on using character-level DenseNet (char-DenseNet) architectures for text classificati…

ClassificationGeneral Classificationimage-classificationImage Classification+2