/NLP-Projects

word2vec, text similarity, text classification, Chinese word segmentation, brands NER

Primary LanguageJupyter Notebook

NLP-Projects

Natural Language Processing related projects, which includes concepts and srcipts about:

  • word2vec, gensim, fastText and tensorflow implementations
  • text similarity, gensim doc2vec and gensim word2vec averaging implementations
  • text classification, tensorflow LSTM and fastText implementations
  • Chinese word segmentation, HMM Viterbi implementations
  • brands NER via bi-directional LSTM + CRF, tensorflow implementation
  • ..