https://d2l.ai/chapter_natural-language-processing-applications/sentiment-analysis-cnn.html
1 Like
To learn more about Max-Over-Time Pooling, Pls refer to 天然语言处理中CNN模型几种常见的Max Pooling操做 (In Chinese Simplifed)
some questions:
- in currently , both rnn and cnn solutions are poor.what’s the root cause? pertained model?
- I cut the classifier head in this model , then uses it to do compare ‘sentences similarity’ , it works.