Skip to content

karthik446/Dependency-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency-Parser

Dependency parer using Deep Learning in Pytorch Assignment 3 Solution for CS224N - Natural Language Processing with Deep Learning

Praser_model.py contains the Deep learning creates the parser model in pytorch.

It has an embedding lookup, the layers weights are initialized using Xavier initialization.

Parser Transition

Parser transitions i.e. Shift, Left Arc and Right Arc are handled in this file.

About

Dependency parer using Deep Learning in Pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages