Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedheakl/text-classificaition-for-stackoverflow-comments

This a code for an architecture of a Deep Neural Network for text classification. I used a dataset from stackoverflow, which classifies the comments of the user into 4 categories according to the programming language the comment is about. I used an TextVectorization, full-connected, Embedding and Global Pooling to build the model. Within 20 epochs, i got 80% on the validation and test datasets.
https://github.com/ahmedheakl/text-classificaition-for-stackoverflow-comments

deep-learning neural-network

Last synced: about 2 months ago
JSON representation

This a code for an architecture of a Deep Neural Network for text classification. I used a dataset from stackoverflow, which classifies the comments of the user into 4 categories according to the programming language the comment is about. I used an TextVectorization, full-connected, Embedding and Global Pooling to build the model. Within 20 epochs, i got 80% on the validation and test datasets.

Awesome Lists containing this project