资源列表
pso_2D
- 一种新的优化算法-粒子群算法,优化函数,速度较快,希望大家可以借鉴.-a new optimization algorithm-PSO algorithm optimization function, faster hope we can learn from.
qyh33
- 神经网络的拟合算法的源代码。一个使用工具箱函数,一个不使用工具箱函数的原始编码-code for two version
hmmdecode
- 主要用来计算给定观测序列的概率(求解HMM中的第一个问题)-Mainly used to calculate the probability of a given observation sequence (HMM solving the first problem)
Elman
- 通过Elman神经网络的数据预测来实现电力负荷预测模型研究-Through the data to predict Elman neural network to realize power load forecasting model research
SimulatedAnnealingAlgorithm
- 本程序介绍了模拟退火算法的运用,特别是在TSP旅行商问题上的运用,是一个特别好的算法实例,功能齐全,算法优良。-It s about the Simulated Annealing Algorithm base on TSP.It s a useful Algorithm.
GA---JSSP
- 利用遗传算法解决车间调度问题,这里数据集在代码中直接给出-The use of genetic algorithms to solve shop scheduling problem, where the data set is given directly in the code
BP1
- 采用动量梯度下降算法训练 BP 神经网络预测的一个实例分析-Gradient descent algorithm with momentum training BP neural network analysis of an instance of
c3
- 计算柱状粒子对垂直入射的平面波的散射C3.for internal and external coefficients vs size parameter-C3.for internal and external coefficients vs size parameter
Apriori
- Apriori算法C++描述,数据挖掘还未调试-Apriori algorithm for C++ descr iption, data mining has not debugging
1010280956fe8fe2fe0827f49e
- 基于混沌时间序列的神经网络预测,包括一步和多步预测算法-Based on neural network prediction of chaotic time series, including step and multi-step prediction algorithm
bpnn
- 利用小波函数做神经网络的激活函数 这是一个简单的方法在使用BP网络的时候 可以直接调用小波函数
EightCode
- 用类A*算法的全局择优搜索法解决8数码问题,可以选择不同的启发函数