Section 01
Project Introduction: Building an NLP Dual-Track Pipeline from Scratch
This open-source project builds an end-to-end NLP processing pipeline, covering two core tasks: word embedding learning (Word2Vec Skip-Gram with negative sampling) and Named Entity Recognition (NER). The NER task uses a dual-track implementation: Hidden Markov Model (HMM) and feedforward neural network, providing learners with an example of combining theory and practice, helping them understand the similarities and differences between statistical methods and deep learning.