Artificial neural networks already run our internet search engines, digital assistants, self-driving cars, Wall Street trading algorithms, and smart phones.
人工神经网络已经在我们的互联网搜索引擎、数字助理、自动驾驶汽车、华尔街交易算法和智能手机中运行。
单词 | Artificial Neural Networks |
释义 |
Artificial Neural Networks
原声例句
双语版 TED-Ed 演讲精选 Artificial neural networks already run our internet search engines, digital assistants, self-driving cars, Wall Street trading algorithms, and smart phones. 人工神经网络已经在我们的互联网搜索引擎、数字助理、自动驾驶汽车、华尔街交易算法和智能手机中运行。 科学60秒-科学美国人 2020年3月合集 The team presented the results at the European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning. 研究团队在欧洲人工神经网络、计算智能和机器学习研讨会上展示了他们的研究结果。 中级英语短文 Combined with on-policy and off-policy deep reinforcement learning algorithms, NeuEvo achieves comparable performance with artificial neural networks, as shown in the study. 结合政策内外深度强化学习算法,NeuEvo 实现了与人工神经网络相当的性能,如研究所示。 科技 Crash Course Most notable are artificial neural networks, which were inspired by neurons in our brains! 最著名的是人工神经网络,它的灵感来自我们大脑中的神经元! 科学杂志:科技 Researchers at Purdue University are using artificial neural networks, to decode real neural networks. 普渡大学的研究人员正在使用人工神经网络来解码真实的神经网络。 经济学人 Science and technology To understand how they work, imagine an artificial neural network trained to spot birds in images. 为了了解它们的工作原理,想象一下一个经过训练可以识别图像中鸟类的人工神经网络。 经济学人 Science and technology Dr Hinton popularised a clever mathematical algorithm known as backpropagation to solve this problem in artificial neural networks. 辛顿博士推广了一种称为反向传播的巧妙的数学算法来解决人工神经网络中的这个问题。 TED-Ed(视频版) These artificial neural networks can use millions of connections to tackle difficult tasks like image recognition, speech recognition, and even language translation. 这些人工神经网络可以使用数百万个连接来处理图像识别、语音识别甚至语言翻译等困难任务。 经济学人 Science and technology Even with huge amounts of training, artificial neural networks trained in this way fall well short of human levels of performance. 即使经过大量的训练,以这种方式训练的人工神经网络仍然远远达不到人类的表现水平。 经济学人 Science and technology This is changing and neuroscience having moved on it is now known that artificial neural networks are fundamentally different from their biological counterparts, Dr. 这种情况正在发生变化,神经科学已经向前迈进,现在人们已经知道人工神经网络与它们的生物学对应物有着根本的不同,Dr. 经济学人 Science and technology Nicholas Sexton and Bradley Love, a pair of neuroscientists of University College London, started out rather sceptical about the supposed resemblance between natural and artificial neural networks. 伦敦大学学院的一对神经科学家尼古拉斯·塞克斯顿 (Nicholas Sexton) 和布拉德利·洛夫 (Bradley Love) 一开始对自然神经网络和人工神经网络之间假定的相似性持怀疑态度。 经济学人 Science and technology Another indication that the analogy between artificial neural networks and natural ones is useful is that the study of the former can make testable predictions about the latter. 人工神经网络与自然神经网络之间的类比有用的另一个迹象是,对前者的研究可以对后者做出可检验的预测。 经济学人 Science and technology His hope was that by developing artificial neural networks that could learn to solve complex problems, light might be shed on how the brain's neural networks do the same. 他希望通过开发能够学习解决复杂问题的人工神经网络,揭示大脑神经网络如何做到同样的事情。 经济学人 Science and technology When the authors tested out prospective configuration in artificial neural networks they found that they learned in a much more human-like way—more robustly and with less training—than models trained with backprop. 当作者测试人工神经网络中的前瞻性配置时,他们发现与使用反向传播训练的模型相比,它们的学习方式更像人类,而且更加稳健,所需训练更少。 经济学人 Science and technology This approach has driven rapid progress in computer vision, language translation and, most recently, the human-like conversational skills of chatbots such as GPT-4. The learning is done by software models called " artificial neural networks" (ANNs). 这种方法推动了计算机视觉、语言翻译以及最近聊天机器人(如 GPT-4)的类人对话技能的快速发展。学习是通过称为“人工神经网络”(ANN)的软件模型完成的。 经济学人 Science and technology If artificial neural networks can be given biologically realistic features, such as specialised neurons that can integrate activity and error signals in different parts of the cell, then backprop can occur with a single set of neurons. 如果人工神经网络能够具备生物学上的真实特征,比如能够整合细胞不同部分的活动和错误信号的专门神经元,那么反向传播就可以用一组神经元进行。
中文百科
人工神经网络 Artificial neural network(重定向自Artificial Neural Networks)
![]() ![]() ![]() ![]() 人工神经网络(artificial neural network,缩写ANN),简称神经网络(neural network,缩写NN)或类神经网络,是一种模仿生物神经网络(动物的中枢神经系统,特别是大脑)的结构和功能的数学模型或计算模型。神经网络由大量的人工神经元联结进行计算。大多数情况下人工神经网络能在外界信息的基础上改变内部结构,是一种自适应系统。现代神经网络是一种非线性统计性数据建模工具,常用来对输入和输出间复杂的关系进行建模,或用来探索数据的模式。 神经网络是一种运算模型,由大量的节点(或称“神经元”,或“单元”)和之间相互联接构成。每个节点代表一种特定的输出函数,称为激励函数(activation function)。每两个节点间的连接都代表一个对于通过该连接信号的加权值,称之为权重(weight),这相当于人工神经网络的记忆。网络的输出则依网络的连接方式,权重值和激励函数的不同而不同。而网络自身通常都是对自然界某种算法或者函数的逼近,也可能是对一种逻辑策略的表达。
英语百科
Artificial neural network 人工神经网络(重定向自Artificial Neural Networks)
![]() ![]() ![]() ![]() 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条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。