Git Product home page Git Product logo

vipulc19 / nlp_workshop_dhs18 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dipanjans/nlp_workshop_dhs18

0.0 1.0 0.0 31.32 MB

Contains code and presentation for our full day workshop, 'Getting Started with Natural Language Processing'. This is created for the purpose of being presented in Analytics Vidhya's DataHack Summit 2018. Authors: Dipanjan Sarkar & Raghav Bali

License: GNU General Public License v3.0

Jupyter Notebook 78.59% Python 1.26% HTML 20.15%

nlp_workshop_dhs18's Introduction

Getting Started With Natural Language Processing

Workshop @ DataHack Summit 2018

This repository contains code and presentation for our full day workshop, 'Getting Started with Natural Language Processing'. This is created for the purpose of being presented in Analytics Vidhya's DataHack Summit 2018. Authors: Dipanjan Sarkar & Raghav Bali

Structure Of The Workshop

  • Introduction to Natural Language Processing
  • Text pre-processing and Wrangling
    • Removing HTML tags\noise
    • Removing accented characters
    • Removing special characters\symbols
    • Handling contractions
    • Stemming
    • Lemmatization
    • Stop word removal
  • Project: Build a duplicate character removal module
  • Project: Build a spell-check and correction module
  • Project: Build an end-to-end text pre-processor
  • Text Understanding
    • POS (Parts of Speech) Tagging
    • Text Parsing
      • Shallow Parsing
      • Dependency Parsing
      • Constituency Parsing
    • NER (Named Entity Recognition) Tagging
  • Project: Build your own POS Tagger
  • Project: Build your own NER Tagger
  • Text Representation – Feature Engineering
    • Traditional Statistical Models – BOW, TF-IDF
    • Newer Deep Learning Models for word embeddings – Word2Vec, GloVe, FastText
  • Project: Movie Recommendations
  • Project: Sentiment Analysis using Unsupervised Learning
  • Project: Sentiment Analysis using Supervised Learning
  • Project: Text Clustering (grouping similar movies)
  • Project: Topic Models
  • Project: Text Summarization
  • Promise of Deep Learning for NLP

Key Takeaways:

Learn and understand popular NLP workflows with interactive examples
Covers concepts and interactive projects on cleaning and handling noisy unstructured text data including duplicate checks, spelling corrections and text wrangling
Build your own POS and NER taggers and parse text data to understand it better
Understand, build and explore text semantics and representations with traditional statistical models and newer word embedding models
Projects on popular NLP tasks including text classification, sentiment analysis, text clustering, summarization, topic models and recommendations
Brief coverage of the promise of deep learning for NLP

System requirements:

  • Standard system with 4-8GB RAM, 2-4 core processor(i5\i7\AMD), GPU preferred for some deep learning tasks but not essential, Windows\Linux\Mac OS.
  • Cloud based services like AWS EC2 also work fine.

Notes:

  • Participants needs to carry their laptop for the workshop.
  • Anaconda distribution (Python 3.6) preferred with the following libraries pre-installed: nltk, spacy, TextBlob scikit-learn, numpy, pandas, keras, tensorflow
  • If you install Python 3.7 do remember that keras+tensorflow may not be available with a stable build

nlp_workshop_dhs18's People

Contributors

dipanjans avatar raghavbali avatar

Watchers

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