Alic-yuan/nlp-beginner-finish
A Python implementation of Fudan University's NLP beginner exercises covering text classification, sequence labeling, and neural language models.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository completes five NLP exercises from Fudan University’s course by Professor Qiu Xipeng. Tasks include machine learning text classification, deep learning text classification using neural networks, attention-based text matching, sequence labeling with LSTM and CRF layers, and neural network language modeling. All code is tested and executable as educational implementations of core NLP techniques.