Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 400 Bytes

File metadata and controls

4 lines (3 loc) · 400 Bytes

Recursive-neural-networks-TensorFlow

This repository contains the implementation of a single hidden layer Recursive Neural Network.

Implemented in python using TensorFlow. Used the trained models for the task of Positive/Negative sentiment analysis. This code is the solution for the third programming assignment from "CS224d: Deep learning for Natural Language Processing", Stanford University.