colorless 音标拼音: [k'ʌlɚləs]
a . 无色的
无色的
colorless adj 1 :
lacking in variety and interest ; "
a colorless and unimaginative person "; "
a colorless description of the parade " [
synonym : {
colorless }, {
colourless }] [
ant :
{
colorful }, {
colourful }]
2 :
weak in color ;
not colorful [
synonym : {
colorless }, {
colourless }]
[
ant : {
colorful }, {
colourful }]
Colorless \
Col "
or *
less \,
a .
1 .
Without color ;
not distinguished by any hue ;
transparent ;
as ,
colorless water ;
a colorless gas .
Note : [
Narrower terms : {
ashen ,
bloodless ,
livid ,
lurid ,
pale ,
pallid ,
pasty ,
wan ,
waxen }; {
neutral }; {
white }] [
Also See : {
achromatic }, {
colorless }.]
[
1913 Webster WordNet 1 .
5 ]
2 .
Free from any manifestation of partial or peculiar sentiment or feeling ;
not disclosing likes ,
dislikes ,
prejudice ,
etc .;
as ,
colorless music ;
a colorless style ;
definitions should be colorless .
[
1913 Webster ]
3 .
having lost its normal color .
Note : [
Narrower terms : {
blanched ,
etiolate ,
etiolated ,
whitened }; {
bleached ,
faded ,
washed -
out ,
washy };
{
dimmed ,
dulled ,
grayed }; {
dirty }; {
dull ,
sober ,
somber ,
subfusc }] {
colored }
Syn :
colorless ,
uncolored ,
uncoloured .
[
WordNet 1 .
5 PJC ]
128 Moby Thesaurus words for "
colorless ":
abstract ,
achromatic ,
achromic ,
aloof ,
anemic ,
arid ,
ashen ,
ashy ,
barren ,
blah ,
blanched ,
bland ,
blank ,
bled white ,
bloodless ,
blurry ,
boring ,
cadaverous ,
characterless ,
chloranemic ,
cold ,
dead ,
deadly pale ,
deathly pale ,
detached ,
dim ,
dimmed ,
dingy ,
discolored ,
disinterested ,
dismal ,
dispassionate ,
doughy ,
drab ,
draggy ,
drearisome ,
dreary ,
dry ,
dryasdust ,
dull ,
dusty ,
effete ,
elephantine ,
empty ,
etiolated ,
exsanguinated ,
exsanguine ,
exsanguineous ,
fade ,
faded ,
faint ,
fallow ,
feeble ,
flat ,
ghastly ,
gray ,
haggard ,
hazy ,
heavy ,
ho -
hum ,
hollow ,
hueless ,
hypochromic ,
impersonal ,
inane ,
inexcitable ,
insipid ,
jejune ,
lackluster ,
leaden ,
lifeless ,
livid ,
low -
spirited ,
lurid ,
lusterless ,
mat ,
mealy ,
milk -
and -
water ,
muddy ,
namby -
pamby ,
neutral ,
obscure ,
pale ,
pale as death ,
pale -
faced ,
pallid ,
pasty ,
pedestrian ,
plodding ,
pointless ,
poker -
faced ,
poky ,
ponderous ,
prosaic ,
prosy ,
remote ,
sallow ,
sickly ,
slow ,
solemn ,
spiritless ,
sterile ,
stiff ,
stodgy ,
stuffy ,
superficial ,
tallow -
faced ,
tasteless ,
tedious ,
toneless ,
uncolored ,
unimaginative ,
uninspired ,
uninteresting ,
unlively ,
vacuous ,
vague ,
vapid ,
wan ,
washed out ,
washed -
out ,
waxen ,
weak ,
whey -
faced ,
white ,
wishy -
washy ,
withdrawn ,
wooden
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
《Inception》为什么翻译成盗梦空间?原词 inception 有什么隐含的意思吗? - 知乎 Inception有“开始”的含义,但不是简单的开始,这个词更接近汉语的“开启”。 《牛津》对此的解释是: (formal)the start of an institution, an organization, etc (机构、组织等的)开端,创始 我们在看看英语中这个词的相关用法: The club has grown rapidly since its inception in 1990
Inception家族进化史「GoogleNet、Inception、Xception」 Inception基于假设:卷积时将通道和空间卷积分离会更好。 其1x1的卷积作用于通道,3x3的卷积同时作用于通道和空间,没有做到完全分离。 Xception (Extream Inception)则让3x3卷积只作用于一个通道的特征图,从而实现了完全分离。 InceptionV3到Xception的演化
如何解析深度学习 Inception 从 v1 到 v4 的演化? - 知乎 Inception v1的这两个特点被后续的Inception版本一直沿续,可以看作是Inception系列的标志。 BN-Inception BN-Inception在Inception v1的基础上引入了Batch Normalization(BN)操作,提高训练效率的同时也大幅提升了Inception的性能。 Inception v2 v3 Inception v2和v3是在同一篇文章中提出来的。相比Inception v1,结构上的改变主要
如何理解盗梦空间的英文名inception? - 知乎 可以把inception理解成 “植入”,“奠基” 的含义 下面说一下如何理解 盗梦空间的整个故事是围绕着一个核心问题的——想法 (或者说意图)是否能被植入。 盗梦者们通常做的事是“盗”,也就是通过进入目标的梦境来获取目标潜意识里的秘密信息,是一个 “获取” 的过程。 而本片中Cobb团队进行的
GoogLeNet(Inception-v1)架构? - 知乎 GoogLeNet(Inception-v1)是一个具有高度创新性的深度学习架构,通过引入Inception模块,使得网络能够在较低的计算复杂度下,提取多尺度特征,显著提高了卷积神经网络的性能。
如何评价Inception Lab的扩散大语言模型Mercury coder? - 知乎 尽管在Inception Labs官网和三位创始人的发表论文中找了很久,我也没找到扩散大语言模型的技术细节。 还好,在github上发现了类型的开源项目LLaDA [2],这是由中国人大的李崇轩团队开发并开放了模型权重和论文。
卷积神经网络结构简述(二)Inception系列网络 - 知乎 Inception V2和Inception V3的改进,主要是基于V3论文中提到的四个原则: 避免表示瓶颈,尤其是在网络的前面。 一般来说,特征图从输入到输出应该缓慢减小。 高维度特征在网络局部处理更加容易。 考虑到更多的耦合特征,在卷积网络中增加非线性。
网易游戏有哪些工作室?分别有哪些知名代表作? - 知乎 网易游戏主要由互娱和雷火两大事业群组成,总人数15000+,创造了网易70%+的营收。互娱员工数过万,雷火3000人左右,两个事业群互相独立。 互娱事业群往下是事业部(比如大话,梦幻,天下),再往下是工作室(比如天行健,泰坦,香格里拉),最后是项目组(比如G3,G18,H36)。雷火组织架构
哪位大神解释下inception score? - 知乎 故要使得生成图像的inception score高,就需要 1 最大化H (y);也就是对于输入的样本,通过inception_v3模型后的类别要均衡,衡量模式坍塌。 2 最小化H (y|x);说明对于输入的样本,通过inception_v3模型后预测某类别的置信度要高,衡量图片生成的质量。
卷积神经网络中用1*1 卷积有什么作用或者好处呢? - 知乎 Inception就不用我们来选择,而是将4个选项给神经网络,让网络自己去选择最合适的解决方案。 接下来我们再看右边的这个结构,多了很多蓝色的1x1卷积。 这些1x1卷积的作用是为了让网络根据需要能够更灵活的控制数据的depth的。