Skip to content
Mohammed Ghanem edited this page Dec 3, 2019 · 8 revisions

NBalls Visualization

The Jupyter notebook will guide you through the process of visualization balls in high dimensions. The process consists of three steps:

  1. Generating Nballs
  2. Reducing Dimensionality
  3. Visualization

If you already have the balls in high dimensions you can skip the first step and go directly to setp 2.

Requirements:

If you want to use the Jupyter notebook, Please make sure you have the latest version of Ipywidgets package. Also, if you want to execute the first step make sure you already downloaded Wordnet resource by running the following:

implort nltk
nltk.donwload()
Clone this wiki locally