Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bogatyy/cs224d

Code for Stanford CS224D: deep learning for natural language understanding
https://github.com/bogatyy/cs224d

deep-learning natural-language recurrent-neural-networks tensorflow tensorflow-examples tensorflow-tutorials

Last synced: about 23 hours ago
JSON representation

Code for Stanford CS224D: deep learning for natural language understanding

Awesome Lists containing this project

README

        

# 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.