ThomasDelteil opened a new pull request #13041: Updated recommenders example
URL: https://github.com/apache/incubator-mxnet/pull/13041
 
 
   ## Description ##
   
   Updated recommender system example:
   - Merged notebook 1 and 2 into a single one, simpler to follow
   - Removed negative sampling notebook, pointing to GluonNLP implementation 
that contains ImportanceSampling, NoiseContractiveLoss and NegativeSampling.
   - Removed manual sparse implementation, replaced with embedding layers
   - Updated DSSM model with modernized Gluon version
   - Replaced BagOfWordRandomProjection with Gluon version, though it really 
should only be used in very specific cases, added warning about that in the 
notebook and used embedding + lstm instead.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to