All Projects → liuyaox → Roadmap_nlp

liuyaox / Roadmap_nlp

Roadmap for NLP 涵盖NLP的理论知识、应用场景和工程实践等

Projects that are alternatives of or similar to Roadmap nlp

Paper collection
Academic papers related to fuzzing, binary analysis, and exploit dev, which I want to read or have already read
Stars: ✭ 710 (+2740%)
Mutual labels:  paper
Maddpg
Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
Stars: ✭ 767 (+2968%)
Mutual labels:  paper
Esfnet Pytorch
ESFNet-Pytorch
Stars: ✭ 18 (-28%)
Mutual labels:  paper
Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+32892%)
Mutual labels:  roadmap
Awesome Distributed Systems
A curated list to learn about distributed systems
Stars: ✭ 7,263 (+28952%)
Mutual labels:  paper
Aws Cloudformation Coverage Roadmap
The AWS CloudFormation Public Coverage Roadmap
Stars: ✭ 800 (+3100%)
Mutual labels:  roadmap
Large Scale Curiosity
Code for the paper "Large-Scale Study of Curiosity-Driven Learning"
Stars: ✭ 703 (+2712%)
Mutual labels:  paper
Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-24%)
Mutual labels:  paper
Cocorico
👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
Stars: ✭ 765 (+2960%)
Mutual labels:  roadmap
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (+3480%)
Mutual labels:  paper
Mobile Developer Roadmap
모바일 개발자 로드맵
Stars: ✭ 717 (+2768%)
Mutual labels:  roadmap
Rust Web Developer Roadmap
Roadmap to becoming a Rust Web Developer in 2021
Stars: ✭ 749 (+2896%)
Mutual labels:  roadmap
Devmap
A Simple tool to organize my roadmaps.
Stars: ✭ 16 (-36%)
Mutual labels:  roadmap
Cv Arxiv Daily
分享计算机视觉每天的arXiv文章
Stars: ✭ 714 (+2756%)
Mutual labels:  paper
Nsga Ii
an implementation of NSGA-II in java
Stars: ✭ 18 (-28%)
Mutual labels:  paper
Random Network Distillation
Code for the paper "Exploration by Random Network Distillation"
Stars: ✭ 708 (+2732%)
Mutual labels:  paper
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+30908%)
Mutual labels:  roadmap
Interview
python, golang, devops 基础知识、 系统设计、后端开发路线图
Stars: ✭ 921 (+3584%)
Mutual labels:  roadmap
Computer Vision Action
computer vision learning, include python machine learning action; computer vision based on deep learning ;coursera deeplearning.ai and other cv learning materials collect ...
Stars: ✭ 19 (-24%)
Mutual labels:  paper
Splatter Paper
Data and analysis for the Splatter paper
Stars: ✭ 17 (-32%)
Mutual labels:  paper

Roadmap for NLP

OVERVIEW


1. NLP Overview

Paper, Course, Code, Book, Website, Article, Case, etc.

2. Corpus, Data and Tool

Data, Embedding, Tool, Practice.

3. Traditional Method

TFIDF, TextRank, AP Clustering, etc.

4. Basic Problem

Vocabulary, OOV, Segmentation, Dependency Parsing, Small Data, New Word, Disambiguation, etc.

THEORY


5. Language Model

NGram, BoW, NNLM, Char-level Model, etc.

6. Embedding

Models: Word2Vec, GloVe, Char-level Embedding, Ngram2Vec, Sentence2Vec, Doc2Vec, Paragraph2Vec, StarSpace, Item2Vec, Node2Vec, Wiki2Vec, Tweet2Vec, etc.

Embeddings Dimensionality Reduction.

7. Pretrained Model

Models: EMLo, BERT, GPT1, GPT2, ULMFit, Flair, ERNIE, CoVe, XLM, XLNet, etc.

8. Seq2Seq, Attention and Transformer

Models: Seq2Seq, Encoder-Decoder, Attention, HAN, LuongAttention, Transformer, Transformer-XL, etc.

9. Transfer Learning and Multi-task Learning

Transfer Learning, Multi-task Learning.

APPLICATION


10. Text Classification

Overview: Paper, Code, Practice, Competition, Article, Library, Multi-label Classification

Models: FastText, TextCNN, TextRNN, TextRCNN, VDCNN, DRNN, DPCNN, multiChannelCNN, DeepCNN, LSTM-CNN, Tree-LSTM, etc.

Traditional Method:

11. Text Clustering

Overview: Paper, Code, Practice, Article, etc.

12. Text Similarity

Overview: Paper, Tool, Practice, Competition

13. Text Matching and Entailment

Overview: Paper, Code, Article, Book, etc.

Models: MatchZoo, ESIM, ABCNN, etc.

14. Text Summary

Overview: Article, Competition, Practice

Models: Deep Learning Papers

15. Pairwise Input

Overview: Paper, Practice, etc.

Models: BiLSTMTextRelation, twoCNNTextRelation, BiLSTMTextRelationTwoRNN, etc.

16. Knowledge Graph

Overview: Papaer, Code, Competition, etc.

Models: Representation Learning, Entity Extraction, Relation Extraction, End-to-end, etc.

17. Sentiment Analysis

Overview: Paper, Practice, Competition, Article, etc.

Models: Deep Learning models, Topic Model, Rule

18. Named Entity Recognition (NER)

Overview: Article

Models: HMM&CRF, RNN, RNN+CRF, CNN, etc.

19. Part-of-Speech Tagging (POS)

Models: MEM, RNN, RNN+CRF, etc.

20. Machine Translation

Overview: Paper

21. Machine Comprehension

Overivew: Paper, Data, Competition

Models: Memory Network, R-NET, Recurrent Entity Network, etc.

22. Dialogue Systems

Overview: Paper, Practice, Competition

23. NLP with Image

Overview: Competition, Image Captioning, etc.

24. Other Application

Law: Paper, Practice, etc.

25. Engineering and Tricks

etc.

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].