240 发简信
IP属地:河北
  • 线性回归闭式解推导

    地址 https://eli.thegreenplace.net/2014/derivation-of-the-normal-equati...

  • LeetCode | Reverse Words in a String

    题目:Given an input string, reverse the string word by word.For example,Gi...

  • Resize,w 360,h 240
    tf.nn.embedding_lookup用法浅析

    tf.nn.embedding_lookup的用法主要是选取一个张量里面索引对应的元素 原型:tf.nn.embedding_lookup(pa...

  • tf.concat用法浅析

    tf.concat(concat_dim, values, name='concat') 第一个参数concat_dim:必须是一个数,表明在哪...