-
BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值...
BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值-BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
- 2022-07-22 10:42:25下载
- 积分:1
-
Statistical pattern recognition algorithm package, including a linear classifica...
统计模式识别算法包,包括线性分类算法,SVM,PCA,LDA,EM,k-means分类等多种常用的模式识别算法。-Statistical pattern recognition algorithm package, including a linear classification algorithm, SVM, PCA, LDA, EM, k-means classification and many other commonly used pattern recognition algorithms.
- 2023-02-09 20:45:04下载
- 积分:1
-
OPENCV系列的,TOOLBOX工具,应该挺有用的,大家自己看看吧!
OPENCV系列的,TOOLBOX工具,应该挺有用的,大家自己看看吧!-OPENCV series, TOOLBOX tool, it should be quite useless, we all see!
- 2022-01-22 08:49:20下载
- 积分:1
-
该软件通过BP神经网络学习机制,能够对屏幕上的数字进行识别。...
该软件通过BP神经网络学习机制,能够对屏幕上的数字进行识别。-the software through BP neural network learning mechanism, to right on the screen digital identification.
- 2022-06-17 18:05:35下载
- 积分:1
-
一个简单的fisher分类器代码,并含有实验用的两个数据集合.
一个简单的fisher分类器代码,并含有实验用的两个数据集合.-a simple fisher classifier code, and contains the two experimental data sets.
- 2023-05-04 03:45:03下载
- 积分:1
-
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
- 2022-01-28 00:58:44下载
- 积分:1
-
数据挖掘经典Apriori算法C源码实现
数据挖掘经典Apriori算法C源码实现-Classic Apriori data mining algorithm C source code to achieve
- 2022-01-25 19:44:43下载
- 积分:1
-
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6]...
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven that it is efficient, convergent, and robust in the solution process. [5,6] In many optimize questions, its performance surpasses the adaptive simulated annealing algorithm, the POS algorithm, and the GA algorithm. DE gets each generation of population using the real value parameter vector, and the crucial idea of DE is a scheme for generating trial parameter vectors.
- 2022-04-30 12:55:51下载
- 积分:1
-
一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。
sag_sag.c...
一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。
sag_sag.c-a basic function of genetic algorithms for maximum procedures, the Vc running good results, a detailed source notes, can be used as a template. Sag_sag.c
- 2022-02-06 17:34:35下载
- 积分:1
-
基于梯度训练方法的rbf神经网络实现,采用随机训练及测试数据
基于梯度训练方法的rbf神经网络实现,采用随机训练及测试数据-Gradient-based training methods of rbf neural network, using a random training and test data
- 2022-11-07 09:45:03下载
- 积分:1