khanhnamle1994 / natural-language-processing

Programming Assignments and Lectures for Stanford's CS 224: Natural Language Processing with Deep Learning

Home Page:http://web.stanford.edu/class/cs224n/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoverPhoto

Natural language processing (NLP) is one of the most important technologies of the information age. Understanding complex language utterances is also a crucial part of artificial intelligence. Applications of NLP are everywhere because people communicate most everything in language: web search, advertisement, emails, customer service, language translation, radiology reports, etc. There are a large variety of underlying tasks and machine learning models behind NLP applications. Recently, deep learning approaches have obtained very high performance across many different NLP tasks. These models can often be trained with a single end-to-end model and do not require traditional, task-specific feature engineering. In this winter quarter course students will learn to implement, train, debug, visualize and invent their own neural network models. The course provides a thorough introduction to cutting-edge research in deep learning applied to NLP. On the model side we will cover word vector representations, window-based neural networks, recurrent neural networks, long-short-term-memory models, recursive neural networks, convolutional neural networks as well as some recent models involving a memory component. Through lectures and programming assignments students will learn the necessary engineering tricks for making neural networks work on practical problems.

Table of Contents

Lectures

Assignments

About

Programming Assignments and Lectures for Stanford's CS 224: Natural Language Processing with Deep Learning

http://web.stanford.edu/class/cs224n/


Languages

Language:Python 84.0%Language:C++ 11.2%Language:JavaScript 2.5%Language:Jupyter Notebook 0.6%Language:C 0.6%Language:HTML 0.5%Language:Makefile 0.2%Language:Smarty 0.1%Language:Roff 0.1%Language:CSS 0.0%Language:MATLAB 0.0%Language:Fortran 0.0%Language:Shell 0.0%