资源列表
Degree_Distribution
- 给定一个网络计算出这个网络的度分布,度分布是网络的基础-Given a network to calculate the degree distribution of the network, the network is the basis of the distribution
Hopfield
- matlab使用hopfield神经网络实现数字识别,加入噪声后,也可以识别出来!-matlab neural network using the hopfield digital identification, adding noise, can also be identified!
1228
- 粒子群尋優演算法,方便初學者學習,也可以讓初學者了解到許多,不同的演算法-Particle swarm optimization algorithm, convenient for beginners to learn, so beginners can learn many different algorithms
17minute
- 17分钟过桥问题的C++实现,这个曾经是微软的一道面试题,这里用比较精炼的c++代码实现了,有较好的参考价值,在c++ BUilder 环境下调试通过。-17 minutes across the bridge problem C++ implementation, this used to be a Microsoft interview questions, here in a more refined c++ code, and a good reference value in c++
Bayesian-network
- 基于贝叶斯网络对关键字广告进行竞价排名预测-use Bayesian network to predict the rank and click through of adwords。
PID_CostFunc_Fcn
- PID controller design using Genetic algorithm
RBF
- 主要有两个RBF的小程序,给需要的人提供借鉴哈-There are two main RBF small program to those who need to provide reference Ha
bp
- 利用BP神经网络来逼近hermit函数的源程序,适用于初学bp的研究者-applied to new learner of bp ,hermit
SNN
- 这是一个单神经元PID控制的程序,程序我调过了。对象是一个三阶系统。采用的是HEBB学习规则。-This is a single neuron PID control program. Object model is third-order system. the learning rule is used HEBB rule
neural610
- 采用神经网络训练,预测某地区用电负荷源程序-Training in the use of neural networks to forecast electricity load source in an area
BP
- 利用一个三输入两输出的两层BP神经网络训练一个输入为[1 1 1 1 1 1],期望的输出为[1 1]的神经网络系统。-Using a three-input two-output two-BP neural network training input for the [1 1 11 11], the desired output is [11] the neural network system.
perception_
- 是用神经网络中的感知器进行分类的程序,并给出了图形显示的结果-A program to classify with the perceptron in the NN,and the result is given in the form of chart.