Skip to content

DataForScience/AdvancedNLP

Repository files navigation

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

Graphs For Science Sunday Briefing

Binder

NLP with Deep Learning

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

Run the code in Binder: Binder

Natural Language lies at the heart of current developments in Artificial Intelligence, User Interaction and Information Processing. The combination of unprecedented corpora of written text provided by Social Media and the massification of computational power has led to increased interest in the development of modern NLP tools based on state-of-the-art Deep Learning tools.

In this lecture, we will introduce participants to the fundamental concepts and algorithms used for Natural Language Processing through an in-depth exploration of different examples built using the Keras Python framework for Deep Learning. Applications to real datasets will be explored in detail.

Schedule

1. Foundations of NLP

  • One-Hot Encoding
  • TF/IDF and Stemming
  • Stopwords
  • N-grams
  • Working with Word Embeddings

2. Neural Networks with Keras

  • Activation Functions
  • Loss Functions
  • Training procedures
  • Network Architectures

3. Text classification

  • Feed Forward Networks
  • Convolutional Neural Networks
  • Applications

4. Word Embeddings

  • Motivations
  • Skip-gram and Continuous Bag of words
  • Transfer Learning

5. Sequence Modeling

  • Recurrent Network Networks
  • Gated Recurrent Unit
  • Long-Short Term Memory
  • Encoder-Decoder Models
  • Text Generation

Slides: https://data4sci.com/landing/advanced-nlp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published