반응형

/*******************************************************************************************************************
-- Title : [NLP] Vector Space Tasks - ver.dBRnag
-- Key word : nlp pipeline 자연어처리 파이프라인 vector space 벡터 공간 벡터 스페이스
*******************************************************************************************************************/

■ NLP Pipeline
    dbrang.tistory.com/1259  

■ Vector Space Tasks


■ Frequency Base Embedding

 Word Feature
    Feature Extracting
 Vectorization
    Count Vector
    TF-IDF Vector
  Co-Occurrence
    Vector Matrix


■ Predictive Base Embedding

 Word to Vector
    Word2Vec
 Document to Vector
    Doc2Vec
  • ...

 

반응형

+ Recent posts