-
BP神经网络的逼近函数源代码 数学建模
BP神经网络的逼近函数源代码 数学建模-BP neural network approximation function of the source code for mathematical modeling
- 2023-01-09 08:40:04下载
- 积分:1
-
BM匹配算法汇编实现
BM匹配算法汇编实现-BM algorithm to achieve compilation
- 2023-04-14 07:15:03下载
- 积分:1
-
通过使用MEM 系数进行线性预测的数值算法
通过使用MEM 系数进行线性预测的数值算法-through the use of MEM coefficient of linear prediction algorithm
- 2022-02-24 17:08:41下载
- 积分:1
-
非 INTILEGENCE 机器人,更多的 U 文字他他学得越多
丹妮
转让的目的是执行 DANI — — 动态人工非智力。丹妮是什么现今称为会话代理,它的灵感来自科幻小说这种 HAL,计算机从星际迷航 》 和银河系漫游指南 》 银河从埃迪的讲话电脑。
丹妮开头没有英语语言的知识。您键入一个句子和丹妮响应与一个句子。如您与丹妮进行交互,它学会了更多和更多的单词,可以跟你聊。有关完整说明请参见 MSX 计算杂志 2 月-3 月 1987年。这是怎么丹妮从我重新执行工作。
丹妮保留它知道带有链接的每个字下面,计数与列表中的每个单词的每个单词的列表。这可以视为字的图形。您输入的每个句子,丹妮分析单词的列表。然后,程序搜索每个字在句中,键入其单词列表和丹妮如果找到匹配项,将链接添加到后面您键入的单词的单词。如果该链接已经存在,然后 DANI 更新该链接的计数。例如以下词语:
"我孤独地漫游作为一片云,浮上高矿石溪谷和群山时所有在一个我看见一群人的金色水仙,主机"
生成以下 word 图形:
I: 荡来荡去 (1) 看见 (1)
徘徊: 孤独 (1)
孤独: 作为 (1)
如: (1)
答: 云 (1) 人群 (1) 主机 (1)
云: 那 (1)
那: 浮游物 (1)
浮游物: (1)
- 2022-01-25 22:32:26下载
- 积分:1
-
多元数组得各类运算
多元数组得各类运算-multiple arrays in various operations
- 2022-07-17 21:53:35下载
- 积分:1
-
遗传算法源代码
资源描述遗传算法的灵感来自于达尔文的进化理论。遗传算法求解问题的解决方法。算法是由一个和一组的解决方案和(所代表的,染色体)称为“人口”。从一个人口的解决方案,并用于形成一个新的人口。这是出于希望,新的人口将比旧的更好。选择新的解决方案(后代)的解决方案是根据他们的健身选择-更合适的是他们有更多的机会,他们必须重现。这是重复的,直到某些条件(例如人口数量或最佳解决方案的改进)是满意的。
- 2022-04-09 08:34:30下载
- 积分:1
-
c++实现的对电话进行计费的系统,涉及到闰年平年的判断及夏时制冬时制的转换问题...
c++实现的对电话进行计费的系统,涉及到闰年平年的判断及夏时制冬时制的转换问题-c achieve the right telephone billing system, which involves non-leap year of a leap year in the judgment and daylight saving time in winter when the system conversion,
- 2022-04-26 10:49:36下载
- 积分:1
-
通过深度优先算法,遍历网络中的每个结点,得到遍历网络节点的时间...
通过深度优先算法,遍历网络中的每个结点,得到遍历网络节点的时间-Through the depth-first algorithm, network traversal each node, the network node traversal time
- 2022-07-16 00:48:35下载
- 积分:1
-
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
f...
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, chosen
to be at an angle of Pi). Find a controller to satisfy all of the design re
quirements given below.
-The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
- 2022-03-17 02:37:20下载
- 积分:1
-
最邻近点迭代
点云配准的经典算法,最邻近点迭代,iterative closest point输入为模型与待配准点云,输出为两块点云之间的旋转、平移以及中误差。
- 2022-07-23 02:56:03下载
- 积分:1