├── Beam Decoding.ipynb ├── Data Augmentation for Quora Question Pairs.ipynb ├── Dropout in a minute.ipynb ├── How to get the last hidden vector of rnns properly.ipynb ├── Pos-tagging with Bert Fine-tuning.ipynb ├── PyTorch seq2seq template based on the g2p task.ipynb ├── README.md ├── Subword Segmentation Techniques.ipynb ├── Tensorflow seq2seq template based on g2p.ipynb ├── dropout.png └── no-dropout.png /Beam Decoding.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/Beam Decoding.ipynb -------------------------------------------------------------------------------- /Data Augmentation for Quora Question Pairs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/Data Augmentation for Quora Question Pairs.ipynb -------------------------------------------------------------------------------- /Dropout in a minute.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/Dropout in a minute.ipynb -------------------------------------------------------------------------------- /How to get the last hidden vector of rnns properly.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/How to get the last hidden vector of rnns properly.ipynb -------------------------------------------------------------------------------- /Pos-tagging with Bert Fine-tuning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/Pos-tagging with Bert Fine-tuning.ipynb -------------------------------------------------------------------------------- /PyTorch seq2seq template based on the g2p task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/PyTorch seq2seq template based on the g2p task.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/README.md -------------------------------------------------------------------------------- /Subword Segmentation Techniques.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/Subword Segmentation Techniques.ipynb -------------------------------------------------------------------------------- /Tensorflow seq2seq template based on g2p.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/Tensorflow seq2seq template based on g2p.ipynb -------------------------------------------------------------------------------- /dropout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/dropout.png -------------------------------------------------------------------------------- /no-dropout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyubyong/nlp_made_easy/HEAD/no-dropout.png --------------------------------------------------------------------------------