资源列表
多目标进化算法
- 多目标遗传进化算法,处理目标优化及处理优化问题,优化效果较好
超限学习机理论讲解及编程实现
- 该方法随机给定神经元权值中的输入权值和阈值,然后通过正则化原则计算输出权值,神经网络依然能逼近任意连续系统。(The method gives the input weights and thresholds of neuron weights randomly, and then calculates the output weights by regularization principle. The neural network can still approximate any cont
jplv7
- 空间计量的实现,完全可以实现空间计量经济学的(Realization of Spatial Measurement)
小波神经网络
- 小波神经网络,神经网络的改进算法,需要调整(neural network classification)
matlab文件蚁群算法
- 蚁群算法,实现点到点的路径规划,由初始点到目标点的路径规划完美避障
deecamp
- 利用LSTM进行股票预测,采用python编程(forecast the stock price with LSTM)
Matlab code for multi-agent control
- 多智能体的编队控制,适合多智能体的编队或一致性研究的初学者学习(Multi-Agent Formation Control, Suitable for Initial Scholars of Multi-Agent Formation or Consistency Research)
基于粒子群优化的多智能体协作进化方法
- 粒子群优化在多智能体系统上的应用和仿真实现(the implementation of PSO in multi-agent systems)
wikipedia_info
- wikipedia跨模态(文本图像)数据集,可用于图像标注、跨媒体检索等领域。共十类,已标注。文本特征是10维LDA特征,图像特征是128维SIFT特征(Wikipedia datasets for cross-media retrieval, image annotation etc.)
precdict
- 基于神经网络对癌症的预测 预测结果 多特征线性回归预测癌症(Prediction of Cancer Based on Neural Network Multi-feature Linear Regression)
CVRP-GA-master
- 遗传算法解决处理路径问题 挺好的一个算法(vrp problem solved by GA)
lasso
- 线性回归里的最小二乘估计,以及应用坐标下降的岭回归和Lasso的回归的python实现(Ridge regression and Lasso regression)