Skip to content

Instantly share code, notes, and snippets.

@fogside
Created July 17, 2017 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fogside/80efe53cab133c290dce1956e7f08254 to your computer and use it in GitHub Desktop.
Save fogside/80efe53cab133c290dce1956e7f08254 to your computer and use it in GitHub Desktop.

DeepNLP

  1. Intro

    • backprop,
    • theano,
    • mnist classification;
  2. Embeddings

    • Text classification: bag of words, TF-IDF
    • NLTK: lemmatization, stemming;
    • w2vec:skip gram & cbow;
    • fasttext, glove;
  3. Convolutions

    • Text classification with embeddings;
    • Avito classification task;
    • (need to update)
  4. RNN

    • RNN,
    • backprop through time,
    • gradient explosion and vanishing,
    • LSTM & GRU,
    • gradient clipping
  5. Seq2Seq

    • Seq2Seq architecture
    • Attention mechanisms
    • Image Captioning
    • Modern architectures overview
    • (need to update)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment