由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 算法题:在文档中查找与query相关联的文字片段
相关主题
讨论一道算法how to get the top k queries from a search log of terabytes of data?
Palantir新鲜面经[包子求助] Graph matching problem
GN店面问道Twitter面试题
问一道数据结构题stream palindrome
c++!面试总见光死
一道题7 onsites with no offer! Help needed please.
有包子,花街的一道题,请指教communication, listen, small talk
G家面题延长opt的问题
相关话题的讨论汇总
话题: length话题: query话题: dish话题: pizza话题: match
进入JobHunting版参与讨论
1 (共1页)
z*********8
发帖数: 2070
1
该片段必须:
1。 包含query
2。 关联性高
这个第二点该怎么判断?
d**e
发帖数: 6098
2
这是不是已经是machine learning的范畴了?

【在 z*********8 的大作中提到】
: 该片段必须:
: 1。 包含query
: 2。 关联性高
: 这个第二点该怎么判断?

z*********8
发帖数: 2070
3
要达到industry production的标准必然是
不过面试题嘛, 能给几个说得通容易实现的标准也就差不多了

【在 d**e 的大作中提到】
: 这是不是已经是machine learning的范畴了?
b**********5
发帖数: 7881
4
我给你我的idea吧, 我看了看, 也懒的做那题。
比如说,I think i love the deep dish pizza is great. there are a lot of
pizza stores on St.Peters st. where I lived. deep dish is not my thing。
dish pizza is my thing
然后你的query是deep dish pizza
然后你search第一个句子, 就match 1 个length 3
然后第二个句子, 就match一个 length 1
然后第三个句子, 就match一个 length 2
第四句, 就match二个 length 1
length 3 给最重的weight 1/2, length 2 given weight 1/4, length 3 given
weight 1/8
然后compute score

【在 z*********8 的大作中提到】
: 要达到industry production的标准必然是
: 不过面试题嘛, 能给几个说得通容易实现的标准也就差不多了

f********a
发帖数: 165
5
svd吧。跟推荐系统一样的。

【在 z*********8 的大作中提到】
: 该片段必须:
: 1。 包含query
: 2。 关联性高
: 这个第二点该怎么判断?

w*********m
发帖数: 4740
6
for term weights, use
1. tfidf
or 2. weights from search, clicks, conversions logs and do surpervised
training

【在 b**********5 的大作中提到】
: 我给你我的idea吧, 我看了看, 也懒的做那题。
: 比如说,I think i love the deep dish pizza is great. there are a lot of
: pizza stores on St.Peters st. where I lived. deep dish is not my thing。
: dish pizza is my thing
: 然后你的query是deep dish pizza
: 然后你search第一个句子, 就match 1 个length 3
: 然后第二个句子, 就match一个 length 1
: 然后第三个句子, 就match一个 length 2
: 第四句, 就match二个 length 1
: length 3 给最重的weight 1/2, length 2 given weight 1/4, length 3 given

1 (共1页)
进入JobHunting版参与讨论
相关主题
延长opt的问题c++!
ME毕业 OPT从事软件工作, 以后H1B身份问题一道题
有我悲催的吗?被推来推去,面来面去有包子,花街的一道题,请指教
12306最基本的一个问题,用什么数据結構存票?G家面题
讨论一道算法how to get the top k queries from a search log of terabytes of data?
Palantir新鲜面经[包子求助] Graph matching problem
GN店面问道Twitter面试题
问一道数据结构题stream palindrome
相关话题的讨论汇总
话题: length话题: query话题: dish话题: pizza话题: match