Giter Club home page Giter Club logo

natural-language-processing's Introduction

All Things Natural Language Processing (NLP)

  • This repository will house all things related to NLP and what you need to know to be instrumental.

Text Preprocessing

  • This folder will document and house the more important functionalities of NLP on how to:
    • Preprocess your Text
    • Functions that will help you preprocess
    • Customization of functions to get what you need
    • YouTube Video can be found here

Named Entity Recognition (NER)

I cover what an NER is and how to use this model! If you are interested in labeling documents without reading them, this might be the repository for you!

  • Text classification and categorization
  • Utilizes prebuilt models
  • Depends on SpaCy
  • YouTube video can be found here

Sentiment Analysis

I cover sentiment analysis at a very high level, covering all the basics to get you started on your NLP journey! The twitter data can be retrieved here

  • Sentiment Analysis Youtube Video
  • Preprocessing: Tokenization, Regex, Lemmatization, Stop Words
  • Word2Vec
  • Embedding Layer
  • LSTM Classification

Transformers

I cover the high level overview on the transformer architecture, covering all the logic and basics that go into the development of this state-of-the-art model. This model is the successor to popular models such as RNN, GRU, and LSTM's since transformers are easily parallelizeable and have greater understanding with context.

  • YouTube Video can be found here

BERT

I cover the high level overview on the architecture of BERT, building off of the transformer architecture, where I cover all the logic and basics that go into the development of such a model. In addition, I evaluate the pros and cons of BERT and LSTM, AND provide a code implementation with a sentiment analysis prompt.

  • YouTube Video can be found here

Question Answering (QA)

I cover the high level overview on the architecture of QA Models (based on BERT). I also go into depth on what QA Modeling is, how it can be applied, and how it is used in the real world. I also cover the pretraining and fine-tuning phases of the QA Modeling process.

  • YouTube Video can be found here

natural-language-processing's People

Contributors

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