资源列表
DISTANCE
- 计算欧几里德距离C语言源代码,次源码经测试可有效运行,源码简单易懂
yichuansuanfa
- 利用遗传算法寻优。待寻优函数为y=xx,参数变化范围为0-31。
jingxiangji
- 用径向基函数法实现模式分类,自动选择最佳隐含层书目,并给出差准率和差全率。-Radial basis function method used to achieve pattern classification, automatically select the best hidden layer bibliography, and to the business associate and full-rate differential.
pso111
- 粒子群算法实例、能够实现归一化和优化,效果不错 -Particle Swarm instance , be able to run , good results
face2
- 基于神经网络的人脸识别的一种算法,可以自行更改图片-Neural network-based face recognition algorithm, can change the pictures on their own
Particle-swarm-algorithm
- 用python语言实现粒子群算法,此处用来求解几道非线性式子-Particle swarm algorithm, python language, here used to solve several nonlinear equations
rbf
- EBF神经网络及PID配合使用的系统自适应控制编程,编程软件matlab-EBF neural network and PID system used in conjunction with adaptive control programming, programming software matlab
bp
- BP神经网络的一个应用,可用作数据分类,应用面很广,有详细注释-An application of the BP neural network can be used as data classification, the application is very wide, detailed notes
T1
- 黑白棋 人工智能 算法 搜索 棋盘 博弈论 黑白棋 多人-Othello board game theory, artificial intelligence algorithms search Reversi Multiplayer
BP_network
- BP神经网络,用于实现简单的二次函数的模拟,其具体的训练算法是误差反传-BP neural network, which is trained by error back-propagation algorithm, this example shows a simple quadratic function model.
puzzle
- 三个野人与三个传教士是过河问题,要求保证传教士人数总大于野人的人数-Savage and missionaries across the river problem
Incomplete-chessboard
- 残缺棋盘(defective chessboard)是一个有2^k×2^k(k>=1)个方格的棋盘,其中恰有1个方格残缺, 其中残缺的方格用阴影(0)表示。 这样的棋盘称作“三格板”(triominoes),残缺棋盘问题就是用这4种三格板覆盖更大的残缺棋盘。在覆盖中要求: 两个三格板不能重叠。 三格板不能覆盖残缺方格,但必须覆盖其他所有的方格。 在这种限制条件下,所需要的三格板总数为(2^k×2^k-1)/3-Incomplete chessboard (defect