Skip to content

kandluis/cs224w

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework Projects for CS224w

Installation

pip install -r requirements.txt

Data

Each hwX/ directory should contain a code/data/ subdirectory. In it, you will find a get_datasets.sh script to fill the code/data/ directory with the required data for the scripts.

sh get_datasets.sh

Solutions

Normally, eahc hwX/ directory will contain a code/ directory. Obtaining the solutions should be as simple as executing

python qN.py

Alternatively, launch Junyper Notebook and open the hwX.ipynb file in code/

jupyter notebook

LaTeX

Additionally, PDF solutions are provided in the tex/ subdirectory of each hwX directory. Usually, to compile the .tex, you will need to have run the code in order to generate the required images. It's possible these images will need to be moved around so that the pdflatex can find them.

About

CS224W: Analysis of Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published