Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Implementation of various Natural Language Processing tasks using PyTorch

License

Notifications You must be signed in to change notification settings

glitch401/LanguageTechnologyPytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Processing using PyTorch

Hype around Deep Learning is centered mostly around Computer Vision, so are gateways to understanding most of the popular frameworks. With the recent advances around Language Technology/ Computational Linguistics or Natural Language Processing as popularly known, getting proper resources to engulf and fully understand the machinations behind it is arduous for starters.

Hence this project is inspired by specialization course of Natural Language Processing by deeplearning.ai offered through Coursera instructed by Younes Bensouda Mourri, Łukasz Kaiser, et.al.

PyTorch has been chosen due to its popularity in academia.

NLP Tasks:

Module Content Status
2 Neural network with GLoVe word embeddings to perform sentiment analysis of Tweets
2 Crosslingual Multi-Aspect sentiment analysis using sentence embeddings
2 Generate synthetic Shakespeare text using a Gated Recurrent Unit (GRU) language model
2 Named Entity Recognition (NER) using LSTMs
2 Siamese LSTM to analyse similar questions
2 Machine Translation using Attention

Releases

No releases published

Packages

No packages published