-
BP算法
vc++ 实现的人工神经网络bp网络的源代码-bp Algorithm
- 2022-04-27 08:22:20下载
- 积分:1
-
算法C程序和路由过程就是用最短的…
路由选择过程的c算法程序
与DSR 只是简单地使用最短路径不同,EMRPC 使用了更复杂的路由选择机制以实现多径路由和能量均衡。-process of routing algorithm c procedures and DSR is simply to use the shortest path different. EMRPC use of a more complex routing mechanisms to achieve multi-path routing and energy balance.
- 2022-03-25 05:28:26下载
- 积分:1
-
斯坦福大学人工智能课程讲义(cs121)stanford university artificial intelligence course lecture n...
斯坦福大学人工智能课程讲义(cs121)stanford university artificial intelligence course lecture notes-stanford university artificial intelligence course lecture notes
- 2022-03-02 14:48:48下载
- 积分:1
-
多目标进化算法源代码
多目标进化算法源代码-more evolutionary algorithm source code
- 2022-04-13 08:28:31下载
- 积分:1
-
means算法 自定义数据样本和类中心 已经调试实现 并且有图清晰表示...
k-means算法 自定义数据样本和类中心 已经调试实现 并且有图清晰表示-k-means algorithm for custom data types of samples and testing center has been and realize that has a clear plan
- 2022-07-21 16:52:09下载
- 积分:1
-
Machine Learning lecture, rich in content, clearly explaining in detail, it is t...
机器学习讲义,内容丰富,讲解详细清楚,很全面积。-Machine Learning lecture, rich in content, clearly explaining in detail, it is the whole area.
- 2022-02-13 19:25:36下载
- 积分:1
-
人工神经网络技术在智能分布式检索系统中应用
人工神经网络技术在智能分布式检索系统中应用- The artificial nerve network technology applies in the
intelligent distributional retrieval system
- 2023-08-19 14:55:04下载
- 积分:1
-
目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向...
目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向者探讨一二。-only friends will find bp algorithm octal problem, this process satisfactorily resolved this problem. Now I make fuzzy control, neural networks, genetic algorithms topic, a lot of collection procedures, and hopes to explore the same direction on January 2.
- 2022-10-19 23:45:04下载
- 积分:1
-
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主...
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。
-ant colony algorithm
proposed by Colorni and Dorigo. The method is simulated by ants activity
- 2022-04-09 15:02:02下载
- 积分:1
-
数据挖掘经典Apriori算法C源码实现
数据挖掘经典Apriori算法C源码实现-Classic Apriori data mining algorithm C source code to achieve
- 2022-01-25 19:44:43下载
- 积分:1