Re: Implementing NeuralNetworkModel RankNet in Solr LTR

2018-09-19 Thread Zheng Lin Edwin Yeo
Ok, thank you. Regards, Edwin On Thu, 20 Sep 2018 at 08:39, Koji Sekiguchi wrote: > Hi Edwin, > > > Just to check, is this supported in Solr 7.4.0? > > Yes, it is. > > > https://github.com/LTR4L/ltr4l/blob/master/ltr4l-solr/ivy-jars.properties#L17 > > Koji > > On 2018/09/19 19:40, Zheng Lin

Re: Implementing NeuralNetworkModel RankNet in Solr LTR

2018-09-19 Thread Koji Sekiguchi
Hi Edwin, > Just to check, is this supported in Solr 7.4.0? Yes, it is. https://github.com/LTR4L/ltr4l/blob/master/ltr4l-solr/ivy-jars.properties#L17 Koji On 2018/09/19 19:40, Zheng Lin Edwin Yeo wrote: Hi Koji, Thanks for your reply and provide the information. Just to check, is this

Re: Implementing NeuralNetworkModel RankNet in Solr LTR

2018-09-19 Thread Zheng Lin Edwin Yeo
Hi Koji, Thanks for your reply and provide the information. Just to check, is this supported in Solr 7.4.0? Regards, Edwin On Wed, 19 Sep 2018 at 11:02, Koji Sekiguchi wrote: > Hi, > > > https://github.com/airalcorn2/Solr-LTR#RankNet > > > > Has anyone tried on this before? And what is the

Re: Implementing NeuralNetworkModel RankNet in Solr LTR

2018-09-18 Thread Koji Sekiguchi
Hi, > https://github.com/airalcorn2/Solr-LTR#RankNet > > Has anyone tried on this before? And what is the format of the training > data that this model requires? I haven't tried it, but I'd like to inform you that there is another project of LTR we've been developed:

Re: Implementing NeuralNetworkModel RankNet in Solr LTR

2018-09-13 Thread Zheng Lin Edwin Yeo
Hi, Anyone tried this RankNet or other Neural Network Model examples like ListNet or LambdaRank for the feature selection and model training for Solr LTR? Regards, Edwin On Wed, 12 Sep 2018 at 10:44, Zheng Lin Edwin Yeo wrote: > Hi, > > I am working on to implementing Solr LTR in Solr 7.4.0

Implementing NeuralNetworkModel RankNet in Solr LTR

2018-09-11 Thread Zheng Lin Edwin Yeo
Hi, I am working on to implementing Solr LTR in Solr 7.4.0 by using the NeuralNetworkModel for the feature selection and model training, and I have found this site which uses RankNet: https://github.com/airalcorn2/Solr-LTR#RankNet Has anyone tried on this before? And what is the format of the