PyTorchNLPBook
PyTorch NLP tutorial
A comprehensive Python tutorial and codebase for building natural language processing applications with PyTorch.
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://amzn.to/3JUgR2L
2k stars
54 watching
809 forks
Language: Jupyter Notebook
last commit: over 1 year ago
Linked from 1 awesome list
deep-learningdeep-neural-networksnatural-language-processingneural-machine-translationneural-networksnlppytorchpytorch-nlppytorch-tutorial
Related projects:
Repository | Description | Stars |
---|---|---|
rguthrie3/deeplearningfornlpinpytorch | A comprehensive tutorial on deep learning for natural language processing with PyTorch, covering the basics and advancing to linguistic structure prediction. | 1,940 |
lplenka/pytorch-tutorial | A tutorial repository covering PyTorch fundamentals and neural network concepts through interactive Jupyter Notebooks | 1 |
napsternxg/pytorch-practice | A collection of scripts demonstrating PyTorch's capabilities in natural language processing and machine learning tasks | 197 |
sandeep42/anuvada | This is an open source PyTorch library providing tools and models to explain the predictions of deep neural networks for natural language processing tasks. | 19 |
hb20007/hands-on-nltk-tutorial | A comprehensive tutorial for natural language processing in Python using NLTK and Jupyter Notebooks. | 545 |
namisan/mt-dnn | A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,041 |
hpcgarage/accelerated_dl_pytorch | This repository provides tutorials and demo code for accelerated deep learning with PyTorch using Jupyter Notebook. | 127 |
vinhkhuc/pytorch-mini-tutorials | A collection of tutorials and lessons on building deep learning models using the PyTorch library. | 326 |
proycon/pynlpl | A Python library for natural language processing tasks, including text manipulation and analysis. | 479 |
clab/dynet_tutorial_examples | Tutorials on implementing neural networks in NLP using the DyNet toolkit | 433 |
ypxie/pytorch-neucom | An implementation of the Differentiable Neural Computer architecture in PyTorch | 94 |
hardmaru/pytorch_notebooks | A collection of tutorial notebooks focused on building and training neural networks using PyTorch. | 385 |
pytorch/tnt | A collection of tools and utilities for building and training neural networks with PyTorch. | 1,663 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |