Skip to content

Break nlp tutorial into parts #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2017
Merged

Conversation

chsasank
Copy link
Contributor

@chsasank chsasank commented Apr 10, 2017

I've broken NLP tutorial here into 5 parts making each independently runnable code.

Here's how tutorial is now organised:

  1. Introduction to PyTorch
    a. Introduction to Torch’s tensor library
    b. Computation Graphs and Automatic Differentiation
  2. Deep Learning with PyTorch
    a. Deep Learning Building Blocks: Affine maps, non-linearities and objectives
    b. Optimization and Training
    c. Creating Network Components in Pytorch
  3. Word Embeddings: Encoding Lexical Semantics
  4. Sequence Models and Long-Short Term Memory Networks
  5. Advanced: Making Dynamic Decisions and the Bi-LSTM

@chsasank chsasank merged commit cffd379 into pytorch:master Apr 11, 2017
@chsasank chsasank deleted the break-nlp branch June 3, 2017 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant