240 发简信
IP属地:北京
  • Resize,w 360,h 240
    Tensorflow学习——Attention

    tf.contrib.seq2seq.LuongAttention init(num_units,memory,memory_sequence_...

  • Video Paragraph Captioning Using Hierarchical Recurrent Neural Networks笔记

    在以前的video captioning解决方法中,绝大部分都是生成短短的一句话,并不能很好的概括视频中的详细内容,论文中提出了采用分级RNN的...

  • Resize,w 360,h 240
    Describtion Video by Exploting Temporal Structurre

    作者提出了将3D卷+attention机制融入encoder-decoder结构中,同时考虑了局部时序信息和全局时序信息。 Encoder-De...

  • Sequence to Sequence - Video to Text

    论文提出了将sequence to sequence 模型应用到video to text任务上,解决了video to text的变长问题。之...

  • Resize,w 360,h 240
    Desne-Captioning Events in Videos

    模型中分为两部分:1.proposal模块:检测视频中的proposal区域2.captioning模块:将proposal模块的结果作为输入,...

  • Best Time to Buy and Sell Stock系列

    121.Best Time to Buy and Sell Stock 给定价格曲线,进行单次买进卖出,获取最大利润。 思路一: 不断更新买入点...

  • Product of Array Except Self

    Given an array of n integers where n > 1, nums, return an array output s...

  • Find the Duplicate Number

    Given an array nums containing n + 1 integers where each integer is betw...

  • Next Permutation

    字典序全排列:从n个不同元素中任取m(m≤n)个元素,按照一定的顺序排列起来,叫做从n个不同元素中取出m个元素的一个排列。当m=n时所有的排列情...