资源列表
team3
- k-means algorithm very simple but source code is
The-bp-neural-network
- BP神经网络,详细的C语言BP神经网络源代码-The bp neural network
OPAUC
- One-Pass AUC 优化的matlab代码。参考文献:Wei Gao, Rong Jin, Shenghou Zhu and Zhi-Hua Zhou. One-Pass AUC Optimzation. In: Proceedings of the 30th International conference on Machine Learning (ICML 13), Atlanta, GA, 2013, JMLR: W&CP 28(3), pp.906-914. -This pa
room-temperature-control
- 设计卡尔曼滤波器。通过控制室温过程熟悉KF。-Designing Kalman filtering algorithm for room temperature control.
improved-BP-Network-
- 改进的神经BP网络 改进的神经BP网络 改进的神经BP网络-improved BP Network improved BP Networkimproved BP Network improved BP Network
C++代码实现了BP网络
- 以下C++代码实现了BP网络,通过8个3位二进制样本对应一个期望输出,训练BP网络,最后训练好的网络可以将输入的三位二进制数对应输出一位十进制数。-The following C++ code to achieve the BP network, by eight 3-bit binary sample corresponds to a desired output, BP network training, the last three binary input trained network
Elman-neural
- Elman神经网络的数据预测—电力负荷预测模型研究-Elman neural network forecasting data- Power Load Forecasting Model Study
Astar
- 本代码用图示的方式完整的说明了A*算法的运行方式。 设置完起始,结束以及障碍点后,点击运行即可看到A*算法是怎样走迷宫的
递归神经网络对时间序列的预测
- 递归神经网络对时间序列的预测
mat_dir
- 遗传算法matlab实现,很好的资源!模拟遗传算法的过程-mutation
c4
- 两个乒乓球队进行比赛,各出三人。甲队为a,b,c三人,乙队为x,y,z三人。已抽签决定 比赛名单。有人向队员打听比赛的名单。a说他不和x比,c说他不和x,z比,请编程序找出 三队赛手的名单。 -Two table tennis team to compete, all the three. A team is a, b, c three-, B team for the x, y, z three. List of games have been decided by d
estimation-of-distribution
- 分布估计算法的C代码,一个简单的分布估计算法。作为初学者入门。-estimation of distribution algorithms