Skip to content

wiltonwu/word2vecSkills

 
 

Repository files navigation

word2vecViz

To train skills model + run the visualization:

  1. python skills_skipgram.py
  2. inside the folder called d3-scatterplot run: python3 -m http.server
  3. open your web browser to http://localhost:8000/plot.html?dataset=embeddings.tsv

To train assignments model + run the visualization:

  1. python assignments_skipgram.py
  2. inside the folder called d3-scatterplot run: python3 -m http.server
  3. open your web browser to http://localhost:8000/plot.html?dataset=assistments.tsv

Example visualization (based on the CAHL lab's D3 tool): http://localhost:8000/plot.html?dataset=example.tsv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.6%
  • Jupyter Notebook 14.4%
  • Python 5.0%