- Information about subreddit embedding and user embedding can be found at this link
- Information about hyperlink data can be found at this link
- This project implement the paper Community Interaction and Conflict on the Web by using PyCuda
- The model architecture
Social Primed LSTM
- In this project, tensor is reimplemented with PyCuda, Scikit-cuda. Gradient of tensor is based on Dynamic Computaional Graph
- The implementation of
tensor
based on the book Deep Learning Grokking running on GPU with Cuda instead of running on CPU (numpy
) like this book.