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

    528 2020-04-11 《Theano 1.0 Document》
    Optimizations Optimizations Theano applies many kinds of graph optimizations, with different objectives: simplifying and standardizing the form of the expression graph (e.g. ...
  • Mathematical Operations and Elementary Functions

    Mathematical Operations and Elementary Functions Arithmetic Operators Boolean Operators Bitwise Operators Updating operators Vectorized “dot” operators Numeric Comparisons Cha...
  • Mathematical

    Mathematical functions e() pi() exp(x) log(x), ln(x) exp2(x) log2(x) exp10(x) log10(x) sqrt(x) cbrt(x) erf(x) erfc(x) lgamma(x) tgamma(x) sin(x) cos(x) tan(x) asin...
  • Helm版本支持策略

    Helm版本支持策略 支持的版本 可支持的版本偏差 Helm版本支持策略 该文档描述了在Helm和Kubernetes之间支持的最大版本偏差。 支持的版本 Helm的版本用 x.y.z 描述,x 是主版本,y 是次版本,z 是补丁版本,遵循 语义化版本 术语。 Helm项目维护了一个针对最近次要版本的发布分支。适当的修复,包括安全修复、从...
  • Math

    Mathematical Functions and Operators Mathematical Operators Mathematical Functions Statistical Functions Trigonometric Functions Floating Point Functions Mathematical Func...
  • 数学相关

    数学相关 数学运算符 数学函数 Examples 数学相关 数学运算符 Base.:- — Method -( x ) Unary minus operator. Examples julia > - 1 - 1 julia > -( 2 ) - 2 julia > -[ 1 2 ;...
  • Mathematics

    Mathematics Mathematical Operators Mathematical Functions Examples Mathematics Mathematical Operators Base.:- — Method. -( x ) Unary minus operator. Examples juli...
  • HTTP连接管理器

    HTTP连接管理器 路由匹配 流量转移/分流 HTTP头部操作 HTTP头部清理 统计 运行时设置 路由发现服务 返回 HTTP连接管理器 HTTP 连接管理器架构概述 HTTP 协议架构概述 v1 API 参考 v2 API 参考 路由匹配 流量转移/分流 上游主机间的流量转移 多上游主机的流量分流 ...
  • Activations

    What are activations? Usage Available activations ActivationRectifiedTanh ActivationELU ActivationReLU ActivationRationalTanh ActivationThresholdedReLU ActivationReLU6 Acti...
  • Lambda Expressions

    Lambda Expressions Lambda Expressions Lambda expressions are written with -> : x -> x + 1 ( x , y ) -> x + y x -> regexp_like ( x , 'a+' ) x -> x [ 1 ] ...