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