wuuu110 / ECGP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The PyTorch Implementation of "Neural Architecture Search for Text Classification with Limited Computing Resources Using Efficient Cartesian Genetic Programming".

Citation

If you find our paper and code useful, please cite our paper:

@article{wu_neural_2023,
title = {Neural Architecture Search for Text Classification with Limited Computing Resources Using Efficient Cartesian Genetic Programming},
journal = {{IEEE} {Transactions} on {Evolutionary} {Computation} },
author = {Wu, Xuan and Wang, Di and Chen, Huanhuan and Yan, Lele and Xiao, Yubin and Miao, Chunyan and Ge, Hongwei and Xu, Dong and Liang, Yanchun and Wang, Kangping and Wu, Chunguo and Zhou, You},
volume={28},
number={3},
pages={638-652},
year = {2024},
}

Acknowledgments

We would like to thank the following repository, which is baseline of our code: (https://github.com/sg-nm/cgp-cnn)

About


Languages

Language:Python 100.0%