bens1320 / NLP-Tutorials

Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com

Home Page:https://mofanpy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natural Language Processing Tutorial

Tutorial in Chinese can be found in mofanpy.com.

This repo includes many simple implementations of models in Neural Language Processing (NLP).

All code implementations in this tutorial are organized as following:

  1. Search Engine
  1. Understand Word
  1. Understand Sentence
  1. All about Attention
  1. Pretrained Models

some of the results

TF-IDF visualization

tf idf

word2vec visualization

w2v

seq2seq attention visualization

seq2seq attention

transformer encoder-decoder attention visualization

transformer attention transformer attention line

bert next masked attention visualization

bert

About

Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com

https://mofanpy.com


Languages

Language:Python 100.0%