网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Neural Nets
释义

Neural Nets

原声例句
生活大爆炸 第7季

Wow, your work on jellyfish neural nets sounds so interesting. It is.

哇,你对水母神经网络的研究听起来好有趣。的确。

美剧疑犯追踪POI第四季

Are you really as suspicious of artificial neural nets as you pretend?

你真的这么不信任人工神经网络吗?

问答进行中

Now an AI can try and mimic that by abstracting generalizable behaviors using neural nets.

现在,人工智能可以尝试通过使用神经网络抽象出可概括的行为来模仿这一点。

简单心理学

But hydra have neural nets of diffuse brain cells, rather than a dense organ-like we have.

但水螅有弥漫的脑细胞构成的神经网络,而不像我们有一个密集的器官。

TED演讲(视频版)双语精选

So I collected these drawings for the neural net. And we realized something that wasn't previously possible.

所以,我收集画作以训练神经网络,而且我们意识到前所未有的事情发生了。

彭博商业周刊

By 2012, words like neural nets and machine learning were popping up on the front page of the New York Times.

2012 年,“神经网络”和“机器学习”等词汇涌现于纽约时报的头版之中。

问答进行中

The neural net does what the neural net does.

神经网络做神经网络所做的事情。

彭博商业周刊

Hinton decides he's got an idea of how these neural nets might work, and he's going to pursue it no matter what.

辛顿确定他已经知道将如何使神经网络变得可行,便一以贯之 、追求不懈。

TED演讲(视频版) 2019年11月合集

So I collected these drawings for the neural net.

所以我为神经网络收集了这些图纸。

彭博商业周刊

They take their incoming data like we do from our senses, and they actually learn, so the neural net can learn to make decisions over time.

神经元像我们的感官,可以获取传入数据并进行学习,所以神经网络久而久之就能学会做决定。

彭博商业周刊

And then in the mid-80s, we discovered how to make more complicated neural nets so they could solve those problems that the simple ones couldn't solve.

80 年代中期,我们发现了如何创建更复杂的神经网络,来解决简单的神经网络无法解决的问题。

科技 Crash Course

We talked about neural nets last episode, if you need a primer.

我们上一集谈到了神经网络,如果你需要入门的话。

科学杂志:科技

But neural nets require thousands of training examples to reliably form associations.

但是神经网络需要数以千计的训练样本才能可靠地形成关联。

TED演讲(视频版)双语精选

I trained a neural net on these drawings in order to generate recurring patterns in the work that were then fed through custom software back into the machine.

我训练了一个神经网络来优化机器的循环模式,视觉样本由经专门的软件处理导入机器。

TED演讲(视频版) 2022年4月合集

They're designed to work with a biological neural net, our brains, and with vision, our eyes.

它们旨在与生物神经网络(我们的大脑)和视觉(我们的眼睛)一起工作。

科技 Crash Course

Now deep neural nets are driving cars, translating human speech, diagnosing medical conditions and much more.

现在,深度神经网络正在驾驶汽车、翻译人类语言、诊断医疗状况等等。

科学杂志:科技

Another group's " neural physics engine" beat less structured neural nets at predicting ball collisions in containers.

另一组的“神经物理引擎”在预测容器中的球碰撞方面击败了结构化程度较低的神经网络。

科学杂志:科技

This allowed it to solved CAPTCHAs better than other neural nets that were trained with 50,000 times more data.

这使其能够比其他接受 50,000 倍以上数据训练的神经网络更好地解决验证码问题。

Elon Musk系列视频

So that's why our focus is so heavily on having a vision neural net

如果您无法处理可见性,则无法实现。

TED演讲(视频版) 2020年3月合集

And I don't think we need a neural net running pattern-recognition software to see where this is all headed.

而且我认为我们不需要运行模式识别软件的神经网络来了解这一切的发展方向。

中文百科

人工神经网络 Artificial neural network

(重定向自Neural Nets)
Red neuronal artificial pe****trón multicapa con n neuronas de entrada, m neuronas en su capa oculta y una neurona de escape.

人工神经网络(artificial neural network,缩写ANN),简称神经网络(neural network,缩写NN)或类神经网络,是一种模仿生物神经网络(动物的中枢神经系统,特别是大脑)的结构和功能的数学模型或计算模型。神经网络由大量的人工神经元联结进行计算。大多数情况下人工神经网络能在外界信息的基础上改变内部结构,是一种自适应系统。现代神经网络是一种非线性统计性数据建模工具,常用来对输入和输出间复杂的关系进行建模,或用来探索数据的模式。

神经网络是一种运算模型,由大量的节点(或称“神经元”,或“单元”)和之间相互联接构成。每个节点代表一种特定的输出函数,称为激励函数(activation function)。每两个节点间的连接都代表一个对于通过该连接信号的加权值,称之为权重(weight),这相当于人工神经网络的记忆。网络的输出则依网络的连接方式,权重值和激励函数的不同而不同。而网络自身通常都是对自然界某种算法或者函数的逼近,也可能是对一种逻辑策略的表达。

英语百科

Artificial neural network 人工神经网络

(重定向自Neural Nets)
An artificial neural network is an interconnected group of nodes, akin to the vast network of neurons in a brain. Here, each circular node represents an artificial neuron and an arrow represents a connection from the output of one neuron to the input of another.
ANN dependency graph
 Two separate depictions of the recurrent ANN dependency graph

In machine learning and cognitive science, artificial neural networks (ANNs) are a family of models inspired by biological neural networks (the central nervous systems of animals, in particular the brain) which are used to estimate or approximate functions that can depend on a large number of inputs and are generally unknown. Artificial neural networks are generally presented as systems of interconnected "neurons" which exchange messages between each other. The connections have numeric weights that can be tuned based on experience, making neural nets adaptive to inputs and capable of learning.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 18:56:49