Skip to content

Natural Language Processing with Deep Learning Concepts (e.g., Vector Semantics, RNN, Generative Model) & Implementation using PyTorch

Notifications You must be signed in to change notification settings

glee2429/CS539_W21_NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS539_W21_NLP

Natural Language Processing with Deep Learning Concepts (e.g., Vector Semantics, RNN, Generative Model) & Implementation using PyTorch

Resources:

How to Get Started

First, create a virtual environment for installing the required packages.

conda create --name py python=3.7 anaconda

Second, activate the virtual environment by typing the command below.

source activate py

Finally, install the required packages in the environment.

pip install -r ./Desktop/CS539_W21_NLP/HW/CS539_HW1_Code/requirements.txt

About

Natural Language Processing with Deep Learning Concepts (e.g., Vector Semantics, RNN, Generative Model) & Implementation using PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages