Skip to content

rouseguy/DeepLearning-NLP

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Introduction to Deep Learning for Natural Language Processing

This repo accompanies the Introduction to Deep Learning for Natural Language Processing workshop to explain the core concepts of deep learning with emphasis on classifying text as the application. Python data stack is used for the workshop.

Overview

The following topics are covered

  1. What is deep learning?
  2. Motivation: Some use cases
  3. Building blocks of Neural Networks (Neuron, Activation Function, Backpropagation Algorithm)
  4. Word Embedding
  5. word2vec
  6. Introduction to keras
  7. Multi-layer perceptron
  8. Convolutional Neural Network
  9. Recurrent Neural Network
  10. Challenges in Deep Learning

Depending on time, the following topics might be covered

  1. Using tensorflow as backend for keras
  2. Unsupervised learning using Autoencoders

Installation Instructions

Please refer to the installation instructions document. That document also has instructions on how to run a script to check if the required packages are installed.

Slides

The slides used for the workshop are available here

About

Introduction to Deep Learning for Natural Language Processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published