vijayvee / Recursive-neural-networks-TensorFlow

Tensorflow based solution for Assignment-3 (Recursive Neural Nets) from CS224d: Deep learning for Natural Language Processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tensorflow based solution for Assignment-3 (Recursive Neural Nets) from CS224d: Deep learning for Natural Language Processing.

License:MIT License


Languages

Language:Python 98.9%Language:Shell 1.1%