中英
algorithms
/ ˈælɡərɪðəmz /
/ ˈælɡərɪðəmz /
  • 简明
  • 柯林斯
  • n.算法;算法式(algorithm 的复数)
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     算法

    A算法(Algorithms):一组用于人工智能、神经网络或其他机器的规则或指令,以帮助它自己学习;分类、聚类、推荐和回归是四种最常见的类型。

  • 2

     算法式

    ... algorithmicnotation算法表示法 algorithms算法式 algovascular痛性血管活动的 ...

  • 3

     算法概论

    ... Algorithms 算法概论 Algorithm Design 算法设计 SICP 计算机程序的构造和解释 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    Algorithms process the data, adapting and learning based on the data received.
    算法对数据进行处理,并根据接收到的数据进行适应和学习。
  • 2
    It is not enough to say that the algorithms DeepMind develops will benefit patients and save lives.
    仅仅说深度思维公司开发的算法将有益于病人并拯救生命是不够的。
  • 3
    I was hoping to say "journalist", but researchers are already developing algorithms that can gather facts and write a news story.
    我本想说“记者”,但研究人员已经在开发能够收集事实并撰写新闻报道的算法。
查看更多
  • 词典短语
  • 百科
  • Algorithms

    In mathematics and computer science, an algorithm (i/ˈælɡərɪðəm/ AL-gə-ri-dhəm) is a self-contained step-by-step set of operations to be performed. Algorithms exist that perform calculation, data processing, and automated reasoning.An algorithm is an effective method expressed as a finite list of well-defined instructions for calculating a function. Starting from an initial state and initial input (perhaps empty), the instructions describe a computation that, when executed, proceeds through a finite number of well-defined successive states, eventually producing "output" and terminating at a final ending state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as randomized algorithms, incorporate random input.The concept of algorithm has existed for centuries, however a partial formalization of what would become the modern algorithm began with attempts to solve the Entscheidungsproblem (the "decision problem") posed by David Hilbert in 1928. Subsequent formalizations were framed as attempts to define "effective calculability" or "effective method"; those formalizations included the Gödel–Herbrand–Kleene recursive functions of 1930, 1934 and 1935, Alonzo Church's lambda calculus of 1936, Emil Post's "Formulation 1" of 1936, and Alan Turing's Turing machines of 1936–7 and 1939. Giving a formal definition of algorithms, corresponding to the intuitive notion, remains a challenging problem.

查看更多