All Projects → spro → Practical Pytorch

spro / Practical Pytorch

Licence: mit
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Practical Pytorch

Question generation
Neural question generation using transformers
Stars: ✭ 356 (-91.78%)
Mutual labels:  jupyter-notebook, natural-language-processing, natural-language-generation, nlg
Nlg Eval
Evaluation code for various unsupervised automated metrics for Natural Language Generation.
Stars: ✭ 822 (-81.01%)
Mutual labels:  natural-language-processing, natural-language-generation, nlg
Gluon Nlp
NLP made easy
Stars: ✭ 2,344 (-45.85%)
Mutual labels:  natural-language-processing, natural-language-generation, nlg
Natural Language Processing Specialization
This repo contains my coursework, assignments, and Slides for Natural Language Processing Specialization by deeplearning.ai on Coursera
Stars: ✭ 151 (-96.51%)
Mutual labels:  jupyter-notebook, natural-language-processing, natural-language-generation
Transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Stars: ✭ 55,742 (+1187.64%)
Mutual labels:  natural-language-processing, natural-language-generation, seq2seq
Text summarization with tensorflow
Implementation of a seq2seq model for summarization of textual data. Demonstrated on amazon reviews, github issues and news articles.
Stars: ✭ 226 (-94.78%)
Mutual labels:  jupyter-notebook, natural-language-processing, seq2seq
Biosentvec
BioWordVec & BioSentVec: pre-trained embeddings for biomedical words and sentences
Stars: ✭ 308 (-92.89%)
Mutual labels:  jupyter-notebook, natural-language-processing
Nndial
NNDial is an open source toolkit for building end-to-end trainable task-oriented dialogue models. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
Stars: ✭ 332 (-92.33%)
Mutual labels:  natural-language-processing, natural-language-generation
Nlp Conference Compendium
Compendium of the resources available from top NLP conferences.
Stars: ✭ 349 (-91.94%)
Mutual labels:  natural-language-processing, natural-language-generation
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (-91.71%)
Mutual labels:  jupyter-notebook, seq2seq
Rnn For Joint Nlu
Tensorflow implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
Stars: ✭ 281 (-93.51%)
Mutual labels:  jupyter-notebook, seq2seq
Stock Prediction Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Stars: ✭ 4,660 (+7.65%)
Mutual labels:  jupyter-notebook, seq2seq
Data Science
Collection of useful data science topics along with code and articles
Stars: ✭ 315 (-92.72%)
Mutual labels:  jupyter-notebook, natural-language-processing
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (-23.61%)
Mutual labels:  jupyter-notebook, natural-language-processing
Tf tutorial plus
Tutorials for TensorFlow APIs the official documentation doesn't cover
Stars: ✭ 293 (-93.23%)
Mutual labels:  jupyter-notebook, seq2seq
Nlp Papers With Arxiv
Statistics and accepted paper list of NLP conferences with arXiv link
Stars: ✭ 345 (-92.03%)
Mutual labels:  jupyter-notebook, natural-language-processing
Trade Dst
Source code for transferable dialogue state generator (TRADE, Wu et al., 2019). https://arxiv.org/abs/1905.08743
Stars: ✭ 287 (-93.37%)
Mutual labels:  natural-language-processing, seq2seq
Transformers Tutorials
Github repo with tutorials to fine tune transformers for diff NLP tasks
Stars: ✭ 384 (-91.13%)
Mutual labels:  jupyter-notebook, natural-language-processing
Multiwoz
Source code for end-to-end dialogue model from the MultiWOZ paper (Budzianowski et al. 2018, EMNLP)
Stars: ✭ 384 (-91.13%)
Mutual labels:  natural-language-processing, seq2seq
Tf Seq2seq
Sequence to sequence learning using TensorFlow.
Stars: ✭ 387 (-91.06%)
Mutual labels:  natural-language-processing, seq2seq

These tutorials have been merged into the official PyTorch tutorials. Please go there for better maintained versions of these tutorials compatible with newer versions of PyTorch.


Practical Pytorch

Learn PyTorch with project-based tutorials. These tutorials demonstrate modern techniques with readable code and use regular data from the internet.

Tutorials

Series 1: RNNs for NLP

Applying recurrent neural networks to natural language tasks, from classification to generation.

Series 2: RNNs for timeseries data

  • WIP Predicting discrete events with an RNN

Get Started

The quickest way to run these on a fresh Linux or Mac machine is to install Anaconda:

curl -LO https://repo.continuum.io/archive/Anaconda3-4.3.0-Linux-x86_64.sh
bash Anaconda3-4.3.0-Linux-x86_64.sh

Then install PyTorch:

conda install pytorch -c soumith

Then clone this repo and start Jupyter Notebook:

git clone http://github.com/spro/practical-pytorch
cd practical-pytorch
jupyter notebook

Recommended Reading

PyTorch basics

Recurrent Neural Networks

Machine translation

Attention models

Other RNN uses

Other PyTorch tutorials

Feedback

If you have ideas or find mistakes please leave a note.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].