A little project made for recruitment. My task was to implement a recurrent neural network with an attention module for a classification problem. Dataset consists of sentences in English. There are seven labels representing intentions.
Demo script. A trained network weights file is needed to run.
The file with the training function.
Some utility functions to ease data preparation.
The model definition.
- 0 - AddToPlaylist
- 1 - BookRestaurant
- 2 - GetWeather
- 3 - PlayMusic
- 4 - RateBook
- 5 - SearchCreativeWork
- 6 - SearchScreeningEvent

