Skip to main content

embedding-based item nearest neighborhoods extraction

Project description

DeepNeighbor

Python Versions PyPI Version


DeepNeighbor is a Easy-to-use,Modular and Extendible package of deep-learning based models along with lots of core components layers which can be used to easily build custom models.You can use any complex model with
model.train(),which generates embeddings for users and items (Deep),
and model.search(), which looks for Approximate nearest neighbor for seed user/item (Neighbor) .

from deepneighbor.embed import Embed

model = Embed(data)
model.train()
model.search(seed = 'Louis', k=10)

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

deepneighbor-0.2.3.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

deepneighbor-0.2.3-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

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