PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)
Sequence to Sequence Models with PyTorch
This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It provides a natural language processing sequence classification pipeline designed to clean text data and train neural networks to categorize sequences of words. The implementation focuses on adapting pretrained language models for specific text classification tasks using custom datasets. It includes a process for fine-tuning large-scale language models and implementing recurrent networks and transformers for emotional tone detection. The project covers the broader surface of text se
Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)