Code Monkey home page Code Monkey logo

nlp-project's Introduction

NLP-project

I use an IPython notebook with instructions and some code prepared.

  • I use Python 3 and Tensorflow 1.0. And it work with many libraries, e.g. NLTK, Scikit-learn, Gensim, Tensorflow, etc.

Use Google Colab

Use Google Colab where you can install or import all necessary libraries. Instructions on how to run code on Colab are provided in Here.

Predict tags on StackOverflow with linear models

In this project learn how to predict tags for posts from StackOverflow. To solve this task I used multilable classification approach.

Libraries

  • Numpy: a package for scientific computing.
  • Pandas: a library providing high-performance, easy-to-use data structures and data analysis tools for the Python
  • scikit-learn: a tool for data mining and data analysis
  • NLTK: a platform to work with natural language

Recognize named entities on Twitter with LSTMs

In this project, will use a recurrent neural network to solve Named Entity Recognition(NER) problem. NER is a common task in natural language processing systems. It serves for extraction such entities from the text as persons, organizations, locations, etc.

Libraries

  • Tensorflow: In this, will use Tensorflow 1.15.0.
!pip install tensorflow==1.15.0
  • Numpy

Find duplicate questions on StackOverflow by their embeddings

In this task, learn how to calculate a similarity for pieces of text. Using this approach you will know how to find duplicate questions from StackOverflow.

Libraries

  • StarSpace
  • Gensim
  • Numpy
  • scikit-learn
  • NLTK

seq2seq model

We can see how to use neural networks to solve sequence-to-sequence prediction tasks.Seq2seq models are very popular these days because they achieve great result in Machine Translation, Text Summarization, Conversational Modeling and more.

StackOverflow assistant bot

combine everything before tasks to construct a dialogue chat bot, which will be able to:

  • answer programming-related questions (using StackOverflow dataset)
  • chit-chat and simulate dialogue on all non programming-related questions

For a chit-chat mode will use a pre-trained neural network engine available from ChatterBot.

nlp-project's People

Contributors

l170300102 avatar

Watchers

James Cloos avatar  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.