Skip to main content

Word embeddings with meaningful dimensions for better explainability.

Project description

nessvec

Install from Source (recommended)

Clone the repository with all the source code and data:

$ git clone git@gitlab.com:tangibleai/nessvec
$ cd nessvec

Create a conda environment and install the dependencies:

$ conda create -n nessvec 'python==3.9.7'
$ conda env update -n nessvec -f scripts/environment.yml
$ pip install -e .

Install from PyPi (only tested on Linux)

$ pip install nessvec

Get Started

>>> from nessvec.util import load_glove
>>> w2v = load_glove()
>>> seattle = w2v['seattle']
>>> seattle
array([-2.7303e-01,  8.5872e-01,  1.3546e-01,  8.3849e-01, ...
>>> portland = w2v['portland']
>>> portland
array([-0.78611  ,  1.2758   , -0.0036066,  0.54873  , -0.31474  ,...
>>> len(portland)
50
>>> from numpy.linalg import norm
>>> norm(portland)
4.417...
>>> portland.std()
0.615...
>>> cosine_similarity(seattle, portland)
0.84...
>>> cosine_similarity(portland, seattle)
0.84...

>>> from nessvec.util import cosine_similarity
>>> cosine_similarity(w2v['los_angeles'], w2v['mumbai'])
.5

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nessvec-0.1.0.tar.gz (169.4 kB view details)

Uploaded Source

Built Distribution

nessvec-0.1.0-py3-none-any.whl (196.5 kB view details)

Uploaded Python 3

File details

Details for the file nessvec-0.1.0.tar.gz.

File metadata

  • Download URL: nessvec-0.1.0.tar.gz
  • Upload date:
  • Size: 169.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for nessvec-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ce0ca75a6be90158fe97f26472619374634ac6ac783de8dbe7e42cdd0c2abc9c
MD5 0b7d478ae0b557a25d23178a5afa0b2b
BLAKE2b-256 184dad51873549c0b7bcfd256aab1f728f3ed847ea53b947004fe66375ab289b

See more details on using hashes here.

Provenance

File details

Details for the file nessvec-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: nessvec-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for nessvec-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 858b50e64aca7e0d2ff84d5ac17135cf2efb5c2f5478998d765202c41d1a050b
MD5 a0b23551c02a8da1c8fd34b0c2d9a7f5
BLAKE2b-256 a787895dbe2d75441dadc6662a6fe18d7ad3fdeaa6e18bd972c9de101dcf84d3

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page