资源列表
[人工智能/神经网络/遗传算法] bp
说明:Visual C++源程序;利用神经网络进行0-9十个数字图像的识别。-Neural network identification numbers 0-9<姚敏> 在 2025-10-01 上传 | 大小:3.5mb | 下载:0
[人工智能/神经网络/遗传算法] 6_feature_extraction_program_in_java
说明:6个特征提取的机器学习方法,可用,经过验证的,是数据挖掘方面的内容-6 feature_extraction program<> 在 2025-10-01 上传 | 大小:33kb | 下载:0
[matlab例程] MeanShift
说明:Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束. 用matlab实现mean shi<maolei> 在 2025-10-01 上传 | 大小:264kb | 下载:0
[数据结构常用算法] hannuota
说明:算法思路: 1.如果只有一个金片,则把该金片从源移动到目标棒,结束。 2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒. 3.单纯对于有N个金片要挪动的步数求出, 可以使用递推方法,满足递推方程f(i) = f(i - 1) * 2 + 1-Algorithm idea: 1. If there is only a gold film, while the gold from the source to the<huaying> 在 2025-10-01 上传 | 大小:356kb | 下载:0
[数据结构常用算法] queen
说明:在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-In an 8 × 8 chess set, there' s eight, each accounting for one' s cell request will not be mutual between Queen' s " attack" phenomenon, that shoul<huaying> 在 2025-10-01 上传 | 大小:330kb | 下载:0
[数据结构常用算法] data_structure
说明:数据结构与程序设计——C++语言描述(影印版)习题的答案 【作 者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba<hu jin> 在 2025-10-01 上传 | 大小:2.43mb | 下载:0
[matlab例程] HurstByRS
说明:将源码保存为.m文件,程序生成logR/S,在matlab中循环调用这个文件,生成多个不同时间尺度的logR/S,然后求出logR/S与logN的直线斜率即是Hurst。-Will be saved as a source. M documents, procedures to generate logR/S, in the cycle of calling matlab in this document, to generate a number of different time scale<马丫> 在 2025-10-01 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] BpByC
说明:主要描写采用bp的神经网络算法源码,结构紧凑,很经典。-The main descr iption of the use of the neural network algorithm bp source, compact structure, very classic.<马丫> 在 2025-10-01 上传 | 大小:3kb | 下载:0