vanilla 音标拼音: [vən'ɪlə]
n . 香草,香子兰
香草,香子兰
vanilla adj 1 :
flavored with vanilla extract ; "
he liked vanilla ice cream "
2 :
plain and without any extras or adornments ; "
the most common type of bond is the straight or plain vanilla bond "; "
the basic car is known as the vanilla version "
n 1 :
any of numerous climbing plants of the genus Vanilla having fleshy leaves and clusters of large waxy highly fragrant white or green or topaz flowers 2 :
a flavoring prepared from vanilla beans macerated in alcohol (
or imitating vanilla beans ) [
synonym : {
vanilla }, {
vanilla extract }]
3 :
a distinctive fragrant flavor characteristic of vanilla beans Vanilla \
Va *
nil "
la \,
n . [
NL .,
fr .
Sp .
vainilla ,
dim .
of Sp .
vaina a sheath ,
a pod ,
L .
vagina ;
because its grains ,
or seeds ,
are contained in little pods .]
[
1913 Webster ]
1 . (
Bot .)
A genus of climbing orchidaceous plants ,
natives of tropical America .
[
1913 Webster ]
2 .
The long podlike capsules of {
Vanilla planifolia },
and {
Vanilla claviculata },
remarkable for their delicate and agreeable odor ,
for the volatile ,
odoriferous oil extracted from them ;
also ,
the flavoring extract made from the capsules ,
extensively used in confectionery ,
perfumery ,
etc .
[
1913 Webster ]
Note :
As a medicine ,
vanilla is supposed to possess powers analogous to valerian ,
while ,
at the same time ,
it is far more grateful .
[
1913 Webster ]
{
Cuban vanilla },
a sweet -
scented West Indian composite shrub ({
Eupatorium Dalea }).
{
Vanilla bean },
the long capsule of the vanilla plant .
{
Vanilla grass }.
Same as {
Holy grass },
under {
Holy }.
[
1913 Webster ]
1 . (
Default flavour of ice cream in the US )
Ordinary
{
flavour },
standard .
When used of food ,
very often does not
mean that the food is flavoured with vanilla extract !
For
example , "
vanilla wonton soup "
means ordinary wonton soup ,
as
opposed to hot -
and -
sour wonton soup .
Applied to hardware and
software ,
as in "
Vanilla {
Version 7 } {
Unix }
can '
t run on a
vanilla {
PDP 11 }/
34 ."
Also used to orthogonalise chip
nomenclature ;
for instance ,
a 74V00 means what TI calls a
7400 ,
as distinct from a 74LS00 ,
etc .
This word differs from
{
canonical }
in that the latter means "
default ",
whereas
vanilla simply means "
ordinary ".
For example ,
when hackers go
to a chinese restaurant ,
hot -
and -
sour wonton soup is the
{
canonical }
wonton soup to get (
because that is what most of
them usually order )
even though it isn '
t the vanilla wonton
soup .
[{
Jargon File }]
(
1994 -
11 -
04 )
2 . {
Snobol4 }
by {
Catspaw ,
Inc .}
for {
MS -
DOS }.
{(
ftp ://
cs .
arizona .
edu /
snobol4 /
vanilla .
arc )}.
(
1992 -
02 -
05 )
vanilla :
adj . [
from the default flavor of ice cream in the U .
S .]
Ordinary flavor ,
standard .
When used of food ,
very often does not mean that the food is flavored with vanilla extract !
For example ,
vanilla wonton soup means ordinary wonton soup ,
as opposed to hot -
and -
sour wonton soup .
Applied to hardware and software ,
as in “
Vanilla Version 7 Unix can '
t run on a vanilla 11 /
34 .”
Also used to orthogonalize chip nomenclature ;
for instance ,
a 74V00 means what TI calls a 7400 ,
as distinct from a 74LS00 ,
etc .
This word differs from canonical in that the latter means ‘
default ’,
whereas vanilla simply means ‘
ordinary ’.
For example ,
when hackers go on a great -
wall ,
hot -
and -
sour soup is the canonical soup to get (
because that is what most of them usually order )
even though it isn '
t the vanilla (
wonton )
soup .
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
为何 Vanilla(香子兰)有「原版」的含义? - 知乎 Vanilla Software 指保持原样,未经任何修改定制的软件。这个术语来自冰淇淋传统的香草口味。 这个术语来自冰淇淋传统的香草口味。 按照 Eric S Raymond 在 The New Hacker's Dictionary 中的说法,香草冰淇淋比原味冰淇淋更加「默认」一些。
为什么DL,RL里面算法的最初版本都叫vanilla? - 知乎 Vanilla这个单词在深度学习里挺常见的,例如vanilla convolution,vanilla neural network。 Vanilla原义香草,香草味就是老美的原味,所以vanilla这个单词引申含义就有“普通的、原始的”的意思。 近义词:general、raw。
为什么叫vanilla neural network? - 知乎 根据urbandictionary ,Vanilla还有Unexciting, normal, conventional的意思。根据其提供的例句,这种normal可以理解为平平淡淡,的那种标准、普通。如果不知道冰激凌该选什么味,那就香草吧,平平淡淡才是真~ cs231n关于RNN的slides中使用vanilla形容普通的神经网络:
哪里有标准的机器学习术语(翻译)对照表? - 知乎 一种采用小批次样本的梯度下降法。也就是说,小批次 SGD 会根据一小部分训练数据来估算梯度。Vanilla SGD使用的小批次的大小为 1。 动量 (Momentum) 一种先进的梯度下降法,其中学习步长不仅取决于当前步长的导数,还取决于之前一步或多步的步长的导数。