DataForScience / NLP

Licence: MIT license
Natural Language Processing For Everyone

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to NLP

HackInBo
Official Collection of Slides and Programs of HackInBo®
Stars: ✭ 50 (-55.36%)
Mutual labels:  slides
conda
Specifying a conda environment with `environment.yml`
Stars: ✭ 66 (-41.07%)
Mutual labels:  binder
jupyter-guide
Guide for Reproducible Research and Data Science in Jupyter Notebooks
Stars: ✭ 111 (-0.89%)
Mutual labels:  binder
pragmaconf17
A collection of slide decks, videos and other material from the Pragma Conference 2017 talks
Stars: ✭ 39 (-65.18%)
Mutual labels:  slides
Slides
The repo contains all the slide deck that was used during my presentation at various webinars, conferences, and meetups.
Stars: ✭ 56 (-50%)
Mutual labels:  slides
requirements
Simple requirements.txt based example
Stars: ✭ 62 (-44.64%)
Mutual labels:  binder
bs-spectacle
No description or website provided.
Stars: ✭ 15 (-86.61%)
Mutual labels:  slides
eloc
1MB cli for authoring / presenting in markdown
Stars: ✭ 52 (-53.57%)
Mutual labels:  slides
devtools-course-theory
Course on Development Tools (in Russian)
Stars: ✭ 18 (-83.93%)
Mutual labels:  slides
going-secure
[talk] GoDays 2019: Going secure with Go
Stars: ✭ 23 (-79.46%)
Mutual labels:  slides
slidev
Presentation Slides for Developers
Stars: ✭ 25,925 (+23047.32%)
Mutual labels:  slides
obsidian-advanced-slides
Create markdown-based reveal.js presentations in Obsidian
Stars: ✭ 407 (+263.39%)
Mutual labels:  slides
SliderMenu
A simple Menu inspired by SWRevealView Controller and Google Material Menu
Stars: ✭ 35 (-68.75%)
Mutual labels:  slides
slide
my slides
Stars: ✭ 40 (-64.29%)
Mutual labels:  slides
binderhub-deploy
Deploy a BinderHub from scratch on Microsoft Azure
Stars: ✭ 27 (-75.89%)
Mutual labels:  binder
SyncBinder
Android Sync Binder
Stars: ✭ 30 (-73.21%)
Mutual labels:  binder
dekk
👁 A presentation tool written in react.js
Stars: ✭ 33 (-70.54%)
Mutual labels:  slides
team-compass
A repository for team interaction, syncing, and handling meeting notes across the JupyterHub ecosystem.
Stars: ✭ 59 (-47.32%)
Mutual labels:  binder
persistent binderhub
A Helm chart repo to install persistent BinderHub
Stars: ✭ 18 (-83.93%)
Mutual labels:  binder
Propedeutico
Propedéutico de la MCD
Stars: ✭ 24 (-78.57%)
Mutual labels:  binder

GitHub Twitter @data4sci GitHub top language GitHub repo size GitHub last commit

Graphs For Science Sunday Briefing

Binder

Natural Language Processing For Everyone

Code and slides to accompany the online series of webinars: https://data4sci.com/nlp by Data For Science.

Run the code in Binder: Binder

The rise of online social platforms has resulted in an explosion of written text in the form of blogs, posts, tweets, wiki pages, and more. This new wealth of data provides a unique opportunity to explore natural language in its many forms, both as a way of automatically extracting information from written text and as a way of artificially producing text that looks natural.

In this class we introduce viewers to natural language processing from scratch. Each concept is introduced and explained through coding examples using nothing more than just plain Python and numpy. In this way, attendees learn in depth about the underlying concepts and techniques instead of just learning how to use a specific NLP library.

Schedule

1. Text Representation

  • Represent words and numbers
  • Use One-Hot Encoding
  • Implement Bag of Words
  • Apply stopwords
  • Understand TF/IDF
  • Understand Stemming

2. Topic Modeling

  • Find topics in documents
  • Perform Explicit Semantic Analysis
  • Understand Document clustering
  • Implement Latent Semantic Analysis
  • Implement Non-negative Matrix factorization

3. Sentiment Analysis

  • Quantify words and feelings
  • Use Negations and modifiers
  • Understand corpus based approaches

4. Applications

  • Understand Word2vec word embeddings
  • Define GloVe
  • Apply Language detection

Slides: http://data4sci.com/landing/nlp/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].