アプリとサービスのすすめ

アプリやIT系のサービスを中心に書いていきます。たまに副業やビジネス関係の情報なども気ままにつづります

2022-06-01から1ヶ月間の記事一覧

Analysis of CNN+LSTM with Attentions

I created CNN+LSTM model that has Attention layers in LSTM side.CNN is role of encoder and LSTM is one of decoder. Here, I'll write this as log of my analysis about how to use CNN output as LSTM input, and Attentions that are 'Self-Attentt…