codingecho

日々の体験などを書いてます

LSTM

LSTMの文の理解能力

English LSTMの文の理解能力について、個人的に面白いと思ったので紹介したいと思います。今回使用した学習済みモデルはこちらの記事で紹介しています。 以下の動画は2つの質問を学習済みモデルにしたものです。A(上の質問)は課金に関する質問で、B(下の質問…

Understanding sentence with LSTM

I am going to demonstrate LSTM understand a sentence. The model I used explained this blog post. Below video gives an example classifies the two questions that A is about payment and B is about an account. Both texts are what mix these two…

LSTMを使ってテキストの多クラス分類をする

English Kerasを使ってテキスト分類をするWebアプリケーションのプロトタイプを作ってみました。このプロトタイプはカスタマーサービスで利用することを想定してカスタマーからの質問に自動で返答することを考えます。質問はいくつかのカテゴリーに属してい…

Multi-categorical text classification with LSTM

I created the prototype of a web application for customer service that uses sequence classification with Keras. This prototype's purpose is to reply the proper response of some categories to our customer are based on the questions customer…