1. 程式人生 > >關於NLP和深度學習,準備好好看看這個github,還有這篇介紹

關於NLP和深度學習,準備好好看看這個github,還有這篇介紹

sting htm ttext 作者 規模 model keras form The

這個github感覺很不錯,把一些比較新的實現都嘗試了:

https://github.com/brightmart/text_classification

  1. fastText

  2. TextCNN

  3. TextRNN

  4. RCNN

  5. Hierarchical Attention Network

  6. seq2seq with attention

  7. Transformer("Attend Is All You Need")

  8. Dynamic Memory Network

  9. EntityNetwork:tracking state of the world

  10. Ensemble models

  11. Boosting:

然後這篇文章也不錯,提到了上面的github:

https://blog.csdn.net/guohao_zhang/article/details/78966527

自然語言處理中的多模型深度學習

這裏先分享兩個分享:
一個是用深度學習(CNN RNN Attention)解決大規模文本分類問題 - 綜述和實踐,另一個是 brightmart 的 text_classification,裏面用 Keras 實現了很多文本分類的模型)

以及下面的各種分享:
2017 知乎看山杯從入門到第二
知乎看山杯奪冠記
深度學習與文本分類總結第二篇–大規模多標簽文本分類
2017知乎看山杯總結(多標簽文本分類)

現在,小結一下這裏面涉及到的多模型深度學習的相關
---------------------
作者:GerHard_Z
來源:CSDN
原文:https://blog.csdn.net/guohao_zhang/article/details/78966527
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!

關於NLP和深度學習,準備好好看看這個github,還有這篇介紹