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

https://github.com/ruoheng-du/natural-language-processing

Natural Language Processing | Summer 2023 - Winter 2024
https://github.com/ruoheng-du/natural-language-processing

hierarchical-attention-networks natural-language-processing text-classification word-embeddings

Last synced: 2 months ago
JSON representation

Natural Language Processing | Summer 2023 - Winter 2024

Awesome Lists containing this project

README

        

# Natural Language Processing | Summer 2023 - Winter 2024
This is the repository for some of the research assistant work done at Nanjing University from Summer 2023 to Winter 2024. The related programming work was implemented using Python NumPy & Keras. Other research work involved data collection, data cleaning, and analysis. Please feel free to email me at [email protected] for any more information.

### Text Classification
The /text_classification directory contains the training and prediction using the Hierarchical Attention Network model on different datasets. This part of the work aimed to explore the effectiveness of classification models for future research.

clsfy.png

### Word Embeddings
The /word_embeddings directory includes the code for static word embeddings, contextual word embeddings, and their Cartesian product. This part of the work aimed to prepare for text processing in subsequent research.

embed.png