Study notes based on NLP posts

hero4earth
  Basic_NLP
deepseaswjh
  RNN_to_BERT
ai3040_tistory_com
  BERT

SungRoYoon
  AI language model up to BERT


Hugman-NLP

003. N to One problem in NLP
004. N to N problem in NLP

Learning NLP from ratsgo.github.io

CNN으로 문장 분류하기_180415_18_30.html
NLP의 기본 절차와 Lexical Analysis_180415_19_00.html
RNN과 LSTM을 이해해보자_180415_11_21.html
Sequence-to-Sequence 모델로 뉴스 제목 추출하기_180415_14_48.html
Word Weighting(1)_180416_07_51.html
Word2Vec과 품사 정보 (1)_180415_20_15.html
Word2Vec으로 문장 분류하기_180415_12_45.html
idea of statistical semantics_180415_22_11.html
그래프로 중요 기사 걸러내기_180415_17_05.html
빈도수 세기의 놀라운 마법 Word2Vec, Glove, Fasttext_180416_07_36.html

Short NLP tutorials

Phrase_matching
  Usman_Malik_Phrase_matching
Bidirectional LSTM
  Ratsgo_Bi_LSTM
Lexical analysis
  Ratsgo_Lexical_analysis
Document similarity
  Ratsgo_Document_similarity
Latent semantic analysis
  Ratsgo_Latent_semantic_analysis
N-gram
  MinSeokHeo_N_gram
Seq2Seq
  MinSeokHeo_Seq2Seq

NLP distances

Levenshtein distance
  yceffort_Levenshtein_distance