embedding-based item nearest neighborhoods extraction
Project description
DeepNeighbor
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
Release history Release notifications | RSS feed
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.5.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for deepneighbor-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ab492b7bbd1b65167a9de6257513471b1c676bc1069581e21c7342eaa20ef8e |
|
MD5 | 53386e495ddb30c95758ad9c01a9f2b7 |
|
BLAKE2b-256 | 81960ede43bc942ead2529924d5eb72ccf77969a3f6e777a6fc9435afdc71a13 |