书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 87876 个相关结果.
  • retinanet_detection_output

    retinanet_detection_output 参数 返回 返回类型 代码示例 retinanet_detection_output paddle.fluid.layers.retinanet_detection_output (bboxes, scores, anchors, im_info, score_threshold=0.05...
  • retinanet_detection_output

    retinanet_detection_output retinanet_detection_output paddle.fluid.layers.retinanet_detection_output ( bboxes, scores, anchors, im_info, score_threshold\=0.05, nms_top_k\=1000...
  • retinanet_detection_output

    retinanet_detection_output retinanet_detection_output paddle.fluid.layers. retinanet_detection_output (bboxes, scores, anchors, im_info, score_threshold=0.05, nms_top_k=1000, ...
  • JavaScript深入之call和apply的模拟实现

    call 模拟实现第一步 模拟实现第二步 模拟实现第三步 apply的模拟实现 下一篇文章 重要参考 深入系列 call 一句话介绍 call: call() 方法在使用一个指定的 this 值和若干个指定的参数值的前提下调用某个函数或方法。 举个例子: var foo = { value : 1 };...
  • 3.4 表达式

    2322 2019-04-10 《C# 从入门到精通》
    表达式 表达式   前面介绍了如何声明和初始化变量,下面该处理它们了。C#包含许多执行这类处理的运算符。把变量和字面值(在使用运算符时,它们都称为操作数)与运算符组合起来,就可以创建表达式,它是计算的基本构件 。   运算符范围广泛,有简单的,也有非常复杂的,其中一些可能只在数学应用程序中使用。简单的操作包括所有的基本数学操作,例如 + 运算符...
  • 函数

    函数 聚合函数 Collect() 示例 Deduplicate() 示例 数学函数 字符串函数 时间格式 转换函数 转换为 datetime 类型 哈希函数 JSON 函数 其它函数 函数 eKuiper 具有许多内置函数,可以对数据执行计算。 聚合函数 聚合函数对一组值执行计算并返回单个值。聚合函数只能用作以下表达式: ...
  • Candy

    一、题目 二、解题思路 三、解题代码 一、题目 There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following ...
  • Longest Increasing Subsequence

    一、题目 二、解题思路 三、解题代码 一、题目 Given a sequence of integers, find the longest increasing subsequence (LIS). You code should return the length of the LIS. Example For [5, 4, 1, 2,...
  • 常用列表处理函数

    常用列表处理函数 member append reverse delete_all 常用列表处理函数 以下各小节给出了一些简单列表处理函数的使用示例。这里所描述的所有函数都包含在标准Erlang发行版的lists模块中(细节参见附录C)。 member member(X,L)在X是列表L的元素时返回true,否则返回false。 me...
  • 第十八章 机器学习入门

    1550 2018-04-11 《大数据实验手册》
    第二十三章 机器学习入门 入门文章 第二十三章 机器学习入门 入门文章 一文读懂机器学习,大数据/自然语言处理/算法全有了