资源列表
N_queens
- 求解N皇后问题:把N个皇后放在一个棋盘上,每行和每列只能有一个皇后。另外,一个皇后只能在任一行、列或对角线上。要求皇后数≥100。用了两种方法,回溯法和启发式修补法。-Solve N Queen' s problem: N queens on a chessboard, each row and each column can have only one Queen. Further, only in a queen in any row, column, or diagonal. Que
BP
- BP神经网络代码,用于故障诊断,包括了归一化处理和网络参数选择
model
- C++实现模式识别 C均值法 很容易看的懂的-C++
smo-svm
- 利用vc编写的支持向量机分类问题的smo源代码,参考Vapnik的文章写的,主要用途是分类.-This is the complete SMO code in SVM for pattern recognition.
bp
- 利用matlab进行的基于BP网络的实验-A experiment based on BP by matlab
ZSYFLJS
- 基于自适应学习率独立分量分析的图像盲分离-Blind adaptive learning rate based on independent component analysis separated
code
- 利用MATLAB自带的神将网络预测性别,其中要将excel数据导入-God will use MATLAB comes with network forecasting sex
sqp
- 二次规划sqp求解非线性规划和非线性方程组得程序,供大家学习-Quadratic Programming sqp solving nonlinear programming and nonlinear equations have programs for everyone to learn
knn
- KNN 是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-a machine learning algorithm
11
- 传教士与野人过河的程序代码,程序决定正确-Savage missionaries across the river with the code, the program the right decision! ! ! ! ! ! ! ! !
DE
- 这是基本的差分进化算法,简单高效,非常适合初学者使用。-This is the basic differential evolution algorithm, simple and efficient, very suitable for beginners to use.
bpbybat
- 此代码创建了一个BP神经网络,对二元函数进行拟合,并利用蝙蝠算法对BP神经网络的权值和阈值进行优化-This code creates a BP neural network, which fits the binary function and optimizes the weights and thresholds of the BP neural network using the bat algorithm.