ganeshjawahar / mem_absa

Aspect Based Sentiment Analysis using End-to-End Memory Networks
MIT License
199 stars 104 forks source link

what is meaning of 'lindim' parameter in this project? #20

Open amanchuan opened 5 years ago

amanchuan commented 5 years ago

the annotation of 'lindim' in main.py is 'linear part of the state', and it refers terms of 'Dout' with linear transformation in compute graph. so what is the practical significance of this conduct?