自然语言处理(NLP)入门

什么是NLP?

  • NLP 自然语言处理
  • CNN

  卷积神经网络

  • RNN - Recurrent Neural Network

  循环神经网络

  • LSTM - Long Short-Term Memory

  长短期记忆

  • 反向传播

word2vec

doc2vec

对于图像来说
img.shape[0]:图像的垂直尺寸(高度)
img.shape[1]:图像的水平尺寸(宽度)
img.shape[2]:图像的通道数
对于矩阵来说
shape[0]:表示矩阵的行数
shape[1]:表示矩阵的列数

原文地址:https://www.cnblogs.com/Hello-words/p/14777108.html