Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 446 Bytes

File metadata and controls

18 lines (11 loc) · 446 Bytes

Vector Spaces

A collection of notebooks exploring vector spaces.

Requirements

These notebooks were developed using Python 3.4. You're advised to have the following versions of libraries, as well (at a minimum - newer versions are probably ok):

  • matplotlib (1.5.0)
  • numpy (1.11.0)
  • scikit-learn (0.17.1)
  • scipy (0.17.0)
  • seaborn (0.7.0)