# ManyTextClassifiers **Repository Path**: guobiyang/ManyTextClassifiers ## Basic Information - **Project Name**: ManyTextClassifiers - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ManyTextClassifiers Here, I record many useful text classifiers. Most of them are implemented in Keras. I try to use the simplest codes for each model, which aims to deliver the main ideas behind each model. List of models implemented: - Basic Unsupervised W2V approach - RNNs - TextCNN - LEAM(Lable Attention) To be implemented: - RCNN - GCN - HAN - ...