美文网首页
2019-09-02工作进展

2019-09-02工作进展

作者: Songger | 来源:发表于2019-10-02 00:01 被阅读0次

上周五工作:
图片特征提取完成,mv-dssm网络训练中,当前网络训练效果参数:0.74, auc = 0.74, presition=0.81;

今天计划:
准备转正答辩

  1. ugc图片特征

create table graph_embedding.hs_tmp_349 as select item_id, title, concat('https://img.alicdn.com/imgextra/',image_url) as url, image_position, type, status from tbcdm.dim_tb_itm_image where ds=max_pt('tbcdm.dim_tb_itm_image');

hs_dssm_dic_title_inf_10

drop table hs_tmp_350;
yes
create table hs_tmp_350 as select a.item_id as item_ida, b.item_id as item_idb, a.title, a.url, a.image_position, a.type, a.status from hs_tmp_349 a join hs_dssm_dic_title_inf_10 b on a.title = b.title;

create table hs_tmp_351 as select a.*, b.item_idb, b.title from hs_tmp_348 a join hs_tmp_350 b on a.item_id = b.item_ida;

insert overwrite table hs_tmp_353 select distinct item_idb, title, url from graph_embedding.hs_tmp_350 where image_position > 0 and image_position < 6 and type = 1 and status = 1;

create table graph_embedding.hs_tmp_354 as select a.item_idb, a.title, b.* from graph_embedding.hs_tmp_353 a join graph_embedding.hs_tmp_pic_1 b on a.url = b.url;

create table hs_tmp_355 as select a.*, b.url from hs_tmp_267 a join hs_tmp_353 b on a.video_id = b.item_idb;

相关文章

  • 2019-09-02工作进展

    上周五工作:图片特征提取完成,mv-dssm网络训练中,当前网络训练效果参数:0.74, auc = 0.74, ...

  • GDAS002-Bioconductor备忘录

    title: GDAS002-Bioconductor备忘录date: 2019-09-02 12:0:00typ...

  • TED-003 重新认识出轨行为

    分类:社会 时间:2019-09-02 片长:21:35 TED简介:幸福的人为什么会出轨?人们说起不忠,真正是指...

  • 工作进展

    来到徐工半月有余了,是时候对这段时间总结一下了。首先说一下工作内容,我应聘的岗位是动力电池设计师,当时乐观的想是关...

  • 2019-09-02 量化技术择时

    2019-09-02 量化技术择时 提醒:所有策略指标只能提供参考,均有失效可能,请谨慎使用,自行承担风险 【必看...

  • 我的星球:狼心狗肺星

    2019-09-02 晴 北京·昌平 狗窝 凌晨村口买夜宵看到站街的妓女有感:如果结婚只是避免劳苦的生活,那婚姻无...

  • 行事手段

    光明正大的不利于工作进展。

  • 价值的“粒波二象性”与马克思劳动价值论的修正

    林汉扬 640 3 收藏2019-09-02 价值的“波粒二象性” 以前我曾经提到过价值的波粒两象性,昨天...

  • 瓦努阿图公布旅游最新资讯

    瓦努阿图旅游危机应对和恢复计划(TCRRP)日前公布最新工作进展,本周的工作进展集中在卫生方面。该工作组由政府和私...

  • 2019-09-02

    2019-09-02 2019年9月2号: 今天,孩子们开学了,早上儿子早早的醒了,就说妈妈,你快点起来给我做饭吧...

网友评论

      本文标题:2019-09-02工作进展

      本文链接:https://www.haomeiwen.com/subject/rlofyctx.html