GithubHelp home page GithubHelp logo

hhy5277 / nlp-tutorial-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lyeoni/nlp-tutorial

0.0 1.0 0.0 1.4 GB

A list of NLP(Natural Language Processing) tutorials

License: MIT License

Python 1.91% Shell 0.03% Jupyter Notebook 98.06%

nlp-tutorial-1's Introduction

NLP Tutorial

A list of NLP(Natural Language Processing) tutorials built on PyTorch and keras.

Table of Contents

A step-by-step tutorial on how to implement and adapt to the simple real-word NLP task.

  • Neural Machine Translation: This repo provides a simple PyTorch implementation of Neural Machine Translation, along with an intrinsic/extrinsic comparison of various sequence-to-sequence (seq2seq) models in translation.
    Keyword: sequence to seqeunce network(seq2seq), Attention, Auto-regressive, Teacher-forcing

  • Question-Answer Matching: This repo provides a simple PyTorch implementation of Question-Answer matching. Here we use the corpus from Stack Exchange in English to build embeddings for entire questions. Using those embeddings, we find similar questions for a given question, and show the corresponding answers to those I found.
    Keyword: TF-IDF, LSTM with variable-length seqeucnes, CBoW, Text classification

  • News Category Classification: This repo contains a simple source code for text-classification based on TextCNN. Corpus is Huffpost news category dataset in English. Most open sources are a bit difficult to study & make text-classification model for beginners. So, I hope that this repo can be a good solution for people who want to have their own text-classification model.
    Keyword: TextCNN, Text classification, Text cateogrization

  • Movie Rating Classification (Korean NLP): This repo contains a simple source code for text-classification based on TextCNN. Corpus is movie review dataset in the Korean language. Most open sources are a bit difficult to study & make text-classification model for beginners. So, I hope that this repo can be a good solution for people who want to have their own text-classification model.
    Keyword: TextCNN, Text classification, Sentiment analysis

  • Question Answering for SQuAD (working)

nlp-tutorial-1's People

Contributors

lyeoni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.