Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-09-13 | 867 Bytes | |
v0.1.2.tar.gz | 2017-09-13 | 338.0 kB | |
v0.1.2.zip | 2017-09-13 | 369.5 kB | |
Totals: 3 Items | 708.4 kB | 0 |
Added
spotlight.layers.BloomEmbedding
: bloom embedding layers that reduce the number of parameters required by hashing embedding indices into some fixed smaller dimensionality, following Serrà, Joan, and Alexandros Karatzoglou. "Getting deep recommenders fit: Bloom embeddings for sparse binary input/output networks."sequence_mrr_score
now accepts an option that excludes previously seen items from scoring.
Changed
optimizer
arguments is nowoptimizer_func
. It accepts a function that takes a single argument (list of model parameters) and return a PyTorch optimizer (thanks to Ethan Rosenthal).fit
calls will resume from previous model state when called repeatedly (Ethan Rosenthal).- Updated to work with PyTorch v0.2.0.
Fixed
- Factorization predict APIs now work as advertised in the documentation.