Giter Site home page Giter Site logo

nlp's Introduction

NLP

hw1

Required packages
  • tensorflow-gpu 1.12
  • jieba
  • tqdm
  • jupyter notebook
  • tensorflow-gpu 1.13.1 (model_bert_basic)
  • bert-as-service
Preprocessing
  • Use Preprocessing.ipynb to tokenize sentences and turn them into sequences of int values.
  • Use WordEmbedding.ipynb to pretrain word vectors.
  • Use model_bert_basic/preprocessing.py to generate datasets.
Training
  • Use RNN_basic.ipynb to train a simple model w/o attention mechanism.
  • Use RNN_complex.ipynb to train a attentional model.
  • Use model_bert_basic/predict.py to train a model based on BERT.
Experiment
  • Add Convolution Layer
    • Use Var1_Simple_CNN_network.ipynb to train a CNN model w/o attention
    • Use Var2_Convolution_before_RNN.ipynb to train a RNN_basic model w/ additional Convolution Layer
    • Use Var3_Convolution_Layer_after_Attentional_bi-LSTM_network.ipynb to train a RNN_complex mode w/ additional Convolution Layer
Data & Submission

https://www.kaggle.com/c/fake-news-pair-classification-challenge/

hw2

Required packages
  • pytorch 1.0.1
  • wordninja (pip install wordninja)
  • nltk
  • sklearn (for metrics)
  • tqdm
  • jupyter notebook
How to execute
  • To train biLSTM+POS models, open biLSTM-POS/Trainer.ipynb, set the datapaths, then run all cells.

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.