-
C neural network development kits 8am, the C language can be used to develop a v...
C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序 -C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environment example source
- 2022-03-26 05:06:39下载
- 积分:1
-
这是通过A*算法实现8数码问题,求解可能出现的目标状态。通过回溯的方法实现对A*算法。不同于其它状态图的搜索实现8数码问题。...
这是通过A*算法实现8数码问题,求解可能出现的目标状态。通过回溯的方法实现对A*算法。不同于其它状态图的搜索实现8数码问题。-This is the A* algorithm eight digital issues, the solution may target state. Through the method back to the A* algorithm. Unlike other state diagram of the search to achieve eight digital problem.
- 2022-03-18 08:43:29下载
- 积分:1
-
经典算法应用:神经网络算法的一个实际应用
经典算法应用:神经网络算法的一个实际应用-Application of the classical algorithm: neural network algorithm, a practical application
- 2022-03-22 08:09:56下载
- 积分:1
-
基本遗传算法的源代码,比较各代种群的进化。
基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.
- 2022-01-25 15:32:22下载
- 积分:1
-
利用OpenCV库实现的一个Kalman滤波的例子。
利用OpenCV库实现的一个Kalman滤波的例子。-A Kalman filter example achieved with OpenCV.
- 2023-02-22 03:35:04下载
- 积分:1
-
Genetic algorithm, said implementation of the real, to share with you about. Pra...
遗传算法的实型表示实现,与大家共享一下。实际应用中只需改变evalF.m就可以-Genetic algorithm, said implementation of the real, to share with you about. Practical application can only change evalF.m
- 2023-04-24 02:45:03下载
- 积分:1
-
ant colony algorithm source code and an example of a foreigner
蚁群算法源代码,一个老外的例子-ant colony algorithm source code and an example of a foreigner
- 2022-02-11 14:46:21下载
- 积分:1
-
关于遗传算法编成的一本书,有遗传算法基础的人看。较权威的一本书...
关于遗传算法编成的一本书,有遗传算法基础的人看。较权威的一本书-On the genetic algorithm into a book, a genetic algorithm-based perspective. Than the authority of a book
- 2022-02-01 22:38:27下载
- 积分:1
-
基于bp人工智能的图像识别的技术,配套源代码
基于bp人工智能的图像识别的技术,配套源代码-bp artificial intelligence-based image recognition technology and supporting source code
- 2023-05-16 01:10:02下载
- 积分:1
-
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我...
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X | H) P (H)/P (X).. For multi-attribute data sets, computing P (X | Ci) of the overhead is very large, in order to reduce the computational complexity, we do conditional independence assumption that a given tuple class label, it is assumed that property values conditionally independent of each other, that does not exist in the inter-attribute dependencies. This procedure is only an implementation of algorithm, according to training data classifier training
- 2023-08-27 07:10:03下载
- 积分:1