英文字典中文字典


英文字典中文字典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       







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

backbone    音标拼音: [b'ækb,on]
n. 脊椎,志气,骨干,支柱 ;
主干,(网络中主要计算机间的连接线路,
在网络主干上有一些连着局域网络的分支)

脊椎,志气,骨干,支柱 ; 主干,(网络中主要计算机间的连接线路, 在网络主干上有一些连着局域网络的分支)

backbone
基杆

backbone
基干

backbone
n 1: a central cohesive source of support and stability; "faith
is his anchor"; "the keystone of campaign reform was the
ban on soft money"; "he is the linchpin of this firm" [synonym:
{anchor}, {mainstay}, {keystone}, {backbone}, {linchpin},
{lynchpin}]
2: fortitude and determination; "he didn't have the guts to try
it" [synonym: {backbone}, {grit}, {guts}, {moxie}, {sand},
{gumption}]
3: the series of vertebrae forming the axis of the skeleton and
protecting the spinal cord; "the fall broke his back" [synonym:
{spinal column}, {vertebral column}, {spine}, {backbone},
{back}, {rachis}]
4: the part of a book's cover that encloses the inner side of
the book's pages and that faces outward when the book is
shelved; "the title and author were printed on the spine of
the book" [synonym: {spine}, {backbone}]
5: the part of a network that connects other networks together;
"the backbone is the part of a communication network that
carries the heaviest traffic"

Backbone \Back"bone"\ (b[a^]k"b[=o]n`), n. [2d back, n. bone.]
[1913 Webster]
1. The column of bones in the back which sustains and gives
firmness to the frame; the spine; the vertebral or spinal
column.
[1913 Webster]

2. Anything like, or serving the purpose of, a backbone.
[1913 Webster]

The lofty mountains on the north side compose the
granitic axis, or backbone of the country. --Darwin.
[1913 Webster]

We have now come to the backbone of our subject.
--Earle.
[1913 Webster]

3. Firmness; moral principle; steadfastness.
[1913 Webster]

Shelley's thought never had any backbone. --Shairp.
[1913 Webster]

{To the backbone}, through and through; thoroughly; entirely.
"Staunch to the backbone." --Lord Lytton.
[1913 Webster]

98 Moby Thesaurus words for "backbone":
advocate, alpenstock, arm, athletic supporter, back, backing,
bandeau, bearer, bottom, bra, brace, bracer, bracket, brassiere,
buttress, cane, carrier, cervix, chutzpah, corset, courage, crook,
crutch, determination, firmness, fortitude, foundation garment,
fulcrum, gameness, girdle, grit, guts, gutsiness, guttiness, guy,
guywire, hardihood, heart, heart of oak, intestinal fortitude,
jock, jockstrap, mainstay, maintainer, mast, mettle,
mettlesomeness, moxie, neck, nerve, pillar, pith, pluck,
pluckiness, prop, purposefulness, rachis, reinforce, reinforcement,
reinforcer, resoluteness, resolution, resolve, rest, resting place,
rigging, sand, shoulder, shroud, spinal column, spine, spirit,
sprit, spunk, spunkiness, stability, staff, stamina,
standing rigging, stave, stay, staying power, stick, stiffener,
stout heart, strength, strengthener, sturdiness, support,
supporter, sustainer, toughness, true grit, upholder, vertebrae,
vertebral column, walking stick, will

The top level in a hierarchical {network}. {Stub
networks} and {transit networks} which connect to the same
backbone are guaranteed to be interconnected.

See also: {Internet backbone}.

(1998-07-02)



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


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

































































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


  • 深度学习网络中backbone是什么意思? - 知乎
    backbone 这个单词原意指的是人的脊梁骨,后来引申为支柱,核心的意思。 在神经网络中,尤其是 CV领域,一般先对图像进行特征提取(常见的有 vggnet, resnet,谷歌的inception),这一部分是整个CV任务的根基,因为后续的下游任务都是基于提取出来的图像特征去做文章(比如分类,生成等等)。 所以
  • 神经网络中,backbone和head指的是什么? - 知乎
    1 Backbone 骨干网络或者说是主干网络,指的是 提取特征的网络。 其作用就是提取图片中的信息,共后面的网络使用。 这些网络经常使用的是resnet VGG等,而不是我们自己设计的网络,因为这些网络已经证明了在分类等问题上的特征提取能力是很强的。
  • 深度学习网络中backbone是什么意思? - 知乎
    深度学习网络中backbone是什么意思? 深度学习的代码中网络都会有backbone,这个是什么意思呢? 关注用的什么backbone意义是什么呢? 比如某篇论文代码backbone用的resne… 显示全部 关注者 239 被浏览
  • baseline,backbone和benchmark的区别是什么? - 知乎
    baseline: a standard measurement or fact against which other measurements or facts are compared, especially in medicine or science benchmark: something that is used as a standard by which other things can be judged or measured 简单的说:baseline是比较算法好坏中作为“参照物”而存在的,在比较中作为基线;benchmark本身是评价算法好坏的一种规则和
  • 为什么认为Backbone是现代前端框架的基石 - 知乎
    视图组件化 视图组件化 是Vue、React、Angular2等现代化前端框架的基本思想,其主要目的是将复杂的DOM结构切割为更小粒度的HTML代码片段。Backbone通过 Backbone View extend() 继承函数来新建一个视图对象(即组件),该视图对象即可以使用 el 属性挂载到现有DOM,也可以通过 template 属性建立全新的视图对象
  • Backbone. js 的最佳应用场景有哪些? - 知乎
    Backbone js 的适用场景非常广,无论是 Web-Page 还是 Web-App 都可以应用,但最合适的还是大型的 Web-App,对于中小型项目来讲 Backbone js 的 MVC 结构还是有点臃肿了,用不好很容易 over design。Backbone js 是非常典型的 MVC 框架,但是相对于传统的 server 端 MVC 来讲还是有一些特殊的地方的。 首先 Backbone 中的几
  • 在一个特定领域里比如cv目标检测,怎么根据物体特征选择backbone呢 [思考]? - 知乎
    我觉得都到2022这个时候了,还需要考虑backbone选啥的年代不应该早过去了吗? 大声说出Transformer不就结束了? 我这里的Transformer包括了指的是宏观的Transformer体系结构的网络,包括但不仅限于(VIT,VIT(mae版本),Swin-T,ConvNext)你们去看看最新的VITDet 啥?
  • 图文多模态大模型,视觉backbone一般用什么? - 知乎
    目前主流的MLLM视觉backbone依然是基于 ViT(Vision Transformer) 架构的,但具体的预训练权重和训练策略已经从早期的OpenAI CLIP逐渐迁移到了SigLIP。 早期(2023年及以前)的MLLM,如 LLaVA-1 5 、 MiniGPT-4 等,几乎清一色地选择了OpenAI的CLIP,使用最多的版本是 ViT-L 14@336px。
  • 在能使用预训练模型的情况下修改backbone? - 知乎
    在能使用预训练模型的情况下修改backbone? 为保证能使用预训练模型,就得保证每一层的通道数不变,那要怎么修改网络进行炼丹呢,目标是想让网络变小 显示全部 关注者 7
  • 请问backbone和pretrained model的区别? - 知乎
    Backbone 是指深度网络的骨干网络,比如Resnet, Inception等已有的靠谱网络 而pretrained model是指已经在其他数据集训练好的该网络或网络参数,可以把pretrained model的网络参数赋给深度网络 (有可能就是backbone,因为有时候你所用的深度网络是backbone与一些方法的结合





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