英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

gradient    
n. 倾斜度,坡度,升降率
a. 倾斜的,步行的

倾斜度,坡度,升降率倾斜的,步行的

gradient
梯度

gradient
梯度

gradient
n 1: a graded change in the magnitude of some physical quantity
or dimension
2: the property possessed by a line or surface that departs from
the horizontal; "a five-degree gradient" [synonym: {gradient},
{slope}]

Gradient \Gra"di*ent\, a. [L. gradiens, p. pr. of gradi to step,
to go. See {Grade}.]
1. Moving by steps; walking; as, gradient automata.
--Wilkins.
[1913 Webster]

2. Rising or descending by regular degrees of inclination;
as, the gradient line of a railroad.
[1913 Webster]

3. Adapted for walking, as the feet of certain birds.
[1913 Webster]


Gradient \Gra"di*ent\, n.
1. The rate of regular or graded ascent or descent in a road;
grade.
[1913 Webster]

2. A part of a road which slopes upward or downward; a
portion of a way not level; a grade.
[1913 Webster]

3. The rate of increase or decrease of a variable magnitude,
or the curve which represents it; as, a thermometric
gradient.

4. (Chem., Biochem.) The variation of the concentration of a
chemical substance in solution through some linear path;
also called concentration gradient; -- usually measured in
concentration units per unit distance. Concentration
gradients are created naturally, e.g. by the diffusion of
a substance from a point of high concentration toward
regions of lower concentration within a body of liquid; in
laboratory techniques they may be made artificially.
[PJC]

{gradient maker} (Biochem.) a device which creates a
concentration gradient in a solution within some
apparatus; -- used, e. g., for separation of biochemical
substances.
[PJC]

{Gradient post}, a post or stake indicating by its height or
by marks on it the grade of a railroad, highway, or
embankment, etc., at that spot. Gradin


del \del\ n. (Math.)
a differential operator which, operating on a function of
several variables, gives the sum of the partial derivatives
of the function with respect to the three orthogonal spatial
coordinates; -- also called the {gradient} or {grad}. It is
represented by an inverted Greek capital delta ([nabla]), and
is thus because of its shape also called {nabla}, meaning
harp in Hebrew.
[PJC]



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • 梯度(gradient)到底是个什么东西?物理意义和数学意义分别是什么?
    我会使用尽量少的数学符号描述 梯度, 着重于意义而非计算。一个直观的例子,在机器学习领域有个术语叫「梯度下降」,你可以想象在群山之中,某个山的半山腰有只小兔子打算使用梯度下降的思路去往这片群山最深的山谷里找水喝。 我们用 变化率 来描述下山时各个方向的山路有多陡峭,往下
  • 梯度(gradient)到底是个什么东西?物理意义和数学意义分别是什么? - 知乎
    为了降低随机梯度的方差,从而使得迭代算法更加稳定,也为了充分利用高度优化的矩阵运算操作,在实际应用中我们会同时处理若干训练数据,该方法被称为小批量梯度下降法 (Mini- Batch Gradient Descent)。 假设需要同时处理m个训练数据
  • 如何理解 natural gradient descent? - 知乎
    看到一篇文章写得非常浅显易懂: What is the natural gradient, and how does it work? 总结一下: 拿神经网络中的反向传播算法举例,我们计算各个权值w关于损失函数的导数,得到一个梯度向量,然后沿着这个梯度的反方向更新权值一小段距离,如此不断重复来使损失函数收敛到(局部)最小值。 问题就在于
  • 梯度(gradient)到底是个什么东西?物理意义和数学意义分别是什么?
    这篇回答节选自我的专栏 《机器学习中的数学:微积分与最优化》,和大家一起谈谈方向导数和梯度。 欢迎关注我的知乎账号 @石溪 ,将持续发布机器学习数学基础及算法应用等方面的精彩内容。 1 多元函数偏导数的数值解 在程序当中,利用数值方法求出各个自变量偏导数的近似解,其方法和步骤
  • 如何评价 Meta 新论文 Transformers without Normalization? - 知乎
    Normalization这个事得好好掰扯掰扯。 上古时期,网络经常在初始几个iteration之后,loss还没下降就不动,必须得把每一层的gradient与weight的比值打印出来,针对性地调整每一层的初始化才能不崩。
  • 如何理解策略梯度(Policy Gradient)算法? - 知乎
    Actor-Critic算法结合了策略梯度(Policy Gradient)方法和值函数估计的优点,旨在通过两个不同的神经网络来学习:一个用于学习策略(Actor),另一个用于评估状态的价值(Critic)。
  • 梯度(gradient)到底是个什么东西?物理意义和 . . . - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • 机器学习 | 近端梯度下降法 (proximal gradient descent)
    近端梯度下降法是众多梯度下降 (gradient descent) 方法中的一种,其英文名称为proximal gradident descent,其中,术语中的proximal一词比较耐人寻味,将proximal翻译成“近端”主要想表达"(物理上的)接近"。与经典的梯度下降法和随机梯度下降法相比,近端梯度下降法的适用范围相对狭窄。对于凸优化问题
  • 梯度消失问题为什么不通过 gradient scaling 来解决? - 知乎
    The truth is, once your gradient results've already too slight to be distinguished from other noise-disturbances, you scale up all the observable vibrations, you still cannot distinguish the correct gradient signals from noises
  • Gradient Reversal Layer指什么? - 知乎
    Domain Adaptation 在源域上训练,直接迁移到目标域上,要求目标域也要有尽可能好的表现。本质上就是将在两种不同分布的数据集之间寻找一种“迁移”。 Gradient Reversal Layer 梯度下降是最小化目标函数,向负的梯度方向优化就是最大化目标函数。 Domain Adaptation by Backpropagation 这个模型有三部分: 绿色





中文字典-英文字典  2005-2009