Skip to content

Network-Based Content Recommendation for Wikipedia Articles

Notifications You must be signed in to change notification settings

asharma0703/WikiArticleRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WikiArticleRecommender

Contains the code for my SEC11 original research project, a Wikipedia article recommender system using network structure for recommendations. To use, get the dependencies (numpy/scipy, tqdm) and download the wiki-topcats dataset from SNAP. For the input I recommend writing a file with the inputs and using cat fname.input - | python set_similarity.py so the program doesn't get fed EOF at the end of the file. Then you can keep playing with more inputs. Alternatively just pickle a subgraph instead of building a random one each time and it should run pretty quick.

About

Network-Based Content Recommendation for Wikipedia Articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages