博客、教程收集

算法

  1. 圖的遍歷 - 廣度優先和深度優先算法
  2. 二叉樹怎樣序列化才能重建
  3. 如何理解特徵值和特徵向量
  4. 壓縮感知中MP和OMP算法
  5. K-SVD算法

Numpy

  1. 如何理解和使用NumPy.einsum?

TensorFlow

  1. tf.einsum
  2. tensor-to-tensor[理論篇]
  3. https://zhuanlan.zhihu.com/p/32870503

深度學習

  1. Implementing a CNN for Text Classification in TensorFlow
  2. Understanding Convolutional Neural Networks for NLP
  3. RNNs in Tensorflow, a Practical Guide and Undocumented Features
  4. Attention and Memory in Deep Learning and NLP
  5. 卷積神經網絡CNN在自然語言處理中的應用
  6. 大牛教程
  7. ATTENTION MECHANISM
  8. Text Classification, Part 3 - Hierarchical attention network
  9. 《Attention is All You Need》淺讀

RNN結構和實現

  1. LSTM神經網絡輸入輸出究竟是怎樣的?
  2. 雙向循環神經網絡及TensorFlow實現
  3. Understanding LSTM Networks
  4. The Unreasonable Effectiveness of Recurrent Neural Networks
  5. Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNNs
  6. RNN加上Attention
  7. RNN 循環神經網絡系列 4: 注意力機制
  8. Understanding LSTM and its diagrams

深度學習理論

  1. 深度學習最全優化方法總結比較(SGD,Adagrad,Adadelta,Adam,Adamax,Nadam)
  2. Softmax函數與交叉熵
  3. Soft & hard attention
  4. Deep learning - Computation & optimization.
  5. Deep learning - Linear algebra.
  6. Attention? Attention!
  7. The Transformer – Attention is all you need.

前沿論文

  1. 西土城的搬磚日常
  2. 語義相似度計算

課程

  1. Index of /class/nn4nlp2017/assets/slides

工具使用

  1. Markdown公式
  2. Markdown公式2
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章