Ramsey

Results 8 issues of Ramsey

Hi, I'm confused about this parameter about 'node_query'. Would you please provide example data or sql? Thanks a lot

@andrewluchen hi,I'm interested in your project https://github.com/google-research/google-research/tree/master/multiple_user_representations. However, I'm confused about the method Iterative density weighting. Would you please share the related paper. Thx a lot.

Hi, I want to know the implementation of "com.tencent.angel.spark.ml.online_learning.FTRL" in version 2.1.0 or later is BSP or ASP?I mean it's BSP?

Hi,I'm confused about how to generate the wide sparse features. Here is my understanding: combine the multi field categorical features together and form the multi hot sparse feature. then the...

Hi, I've noticed that you have implemented the wide and deep structure which is differnt from the classical "youtube wide and deep". Here is my question: 1) what is the...

Hi, I have two questions. 1) I'm a little bit confused with the paramter "NUM_OF_NEGATIVE_PER_IMPLICIT". Is it used in bootstrap sampling procedure? Would you please point out the related formula...

Hi, in your code, it use from models.base_embedding_layer import BaseEmbeddingLayer, which is missing. Would you please upload the related code? Thx a lot.

Hi,stormy-ua Many thanks to the project.I've run the example successfuly. Here is my question: I have two inputs as following python script. ``` import tensorflow as tf import numpy as...