LSTM_CUDA
Implement LSTM purely with CUDA used to analyze sentiment
TODO
- Select Dataset for sentiment analysis
- Specify which packages we need
- Specify which parts of LSTM should be accelerated with CUDA
- Write python scipt to compare results
Datasets
https://www.kaggle.com/crowdflower/first-gop-debate-twitter-sentiment
Updates
- Finished GateLayer Forward Algorithm
- Know that four gates are objects of class GateLayer. The GateLayer and DenseLayer should be child of Basic Layer.
- Need to understand the step of backward update.