Skip to content

AAS97/SubmitionINF554

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubmitionINF554

Text processing

Python scripts to run in order :

  1. Text_Processing.py : Input : all texts files at './data/node_information/text/', Output : dict of process texts at './node_info_snl.json'
  2. Build_dict.py : Input : './node_info_snl.json', Output : Dictionary at './reduced_dict.dict'
  3. Build_bow.py : Input : './node_info_snl.json' and './reduced_dict.dict', Output : './BOW_pca.json'
  4. nn_bow.py : Input :'./BOW_pca.json', Output : './predictionBOW.csv'

Node2Vec encoding

  1. Node2Vec.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published