bogatyy / cs224d

Code for Stanford CS224D: deep learning for natural language understanding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs224d

Code for Stanford CS224D: deep learning for natural language understanding

The interesting part is Assignment 3, implementing recursive (tree-structured) neural networks using tf.while_loop for 16x faster training and 8x faster inference.

Assignments 1 and 2 are the standard solutions for class assignments, with tiny variations.

About

Code for Stanford CS224D: deep learning for natural language understanding

License:MIT License


Languages

Language:Python 99.7%Language:Shell 0.3%