algorithm - 是否存在任何可用的种子 AI

标签 algorithm recursion code-generation artificial-intelligence

<分区>

是否有人知道任何可能属于 Seed AI 类别的已实现算法/程序?我的意思是“递归 self 改进”。

wikipedia article他们谈论编译器,但是否存在其他示例?

最佳答案

如果我正确阅读了您链接的 Wiki 文章,那么目前这是一个假设的概念:

Seed AI is a hypothesized type of strong artificial intelligence...

此外,正如他们所说,编译器示例在解释概念方面非常有限,因为它只是单步,根据定义,Seed AI 算法应该无限递归。

A limited example is that program language compilers are often used to compile themselves. As compilers become more optimized, they can re-compile themselves and so be faster at compiling.

However, they cannot then produce faster code and so this can only provide a very limited one step self-improvement.

如果您想了解更多信息,我建议您查看在该领域进行积极研究的组织。

  1. Singularity Institute
  2. AGIRI.org
  3. Texai
  4. Halliburton

更新

Consolidated Robotics 从事 AI(以 Consolidated 的名义),但他们在 2005 年被 Halliburton 收购。

In 2005, the privately held Consolidated was acquired by energy conglomerate Halliburton for an estimated price of $25 billion US. The company continues to operate under the name Consolidated, though as a wholly owned and operated division of Halliburton.

关于algorithm - 是否存在任何可用的种子 AI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5934594/

相关文章:

c++ - 异常 : Deletion of node in Binary Search Tree

java - 计算随机数的出现次数

algorithm - SICP 示例 : Counting change, 无法理解

algorithm - 这个递归函数是迭代的吗?

uml - Xpand中UML PrimitiveType的Property的Type字段未填写

java - 在 Java 中生成 getters/setters(再次)

python - 在 Python 中对具有不同运算符的列表求和

arrays - 找到缺失的元素

c++ - 为什么函数的递归版本比 C 中的迭代版本更快?

c# - 如何从单独的 ssdl + csdl + msl 文件而不是 edmx 创建 ObjectContext?