资源列表
RBF
- 人工神经网络 模式识别 对信号进行分类识别 0 1 识别-Artificial neural network pattern recognition to classify the signal recognition 01
1000s--Factorial
- 输入不超过1000的正整数,输出n!=1X2X3....Xn的精确结果 1000!大约等于4*10^2567,因此可以用一个3000个元素的数组f保存,为了方便我们从低位起保存位数据,再倒序输出,即f[0]保存个位,其他类推 每次只需要模拟手算即可完成n!,输出时要忽略前导0-Enter a positive integer less than 1000, Output n! = 1X2X3 .... Xn accurate results 1000! Approximately equ
ec11c710d2eb
- TSP问题的遗传算法解决代码,输入是城市的坐标,输出为最优路径-the solving way to TSP use GA,this can give tou a clear view of the best way of the trivalling
BPbijin
- 自己写的BP网络逼近非线性函数的matlab的m文件,没有调用matlab现成的函数-Write your own BP neural network nonlinear function approximation matlab m-file, there is no ready-made call matlab function
recepton
- 采用单神经元结构感知器对两类样本进行分类-A single neuron structure Perceptron classify two types of samples
Matlab,bp神经网路
- 详细的BP神经网络工具包调用,Matlab实现,注释详细,运行无误。
Classification_SVM_SteveGunn.r
- SVM的分类算法。使用时需按照要处理数据特点选定参数。,SVM classification algorithm. Want to use when processing data in accordance with the characteristics of the selected parameters.
EXPERT
- 一个专家系统,用c++写的,用来判断是什么动物-a expert system,writen by c++,in order to identify the animals
LMS
- 使用LMS算法实现的自适应滤波器范例,对一个加白噪声的正弦信号滤波。并且比较不同步长的滤波器的迭代次数。-LMS algorithm using adaptive filter example, a sinusoidal signal plus white noise filter. And less synchronized long filter iterations.
matlab
- 基于神经网络的PID控制在matlab中的实例-PID control based on neural networks in the instance in matlab
sinxsiny
- 利用模糊控制理论和神经网络理论编写的跟踪sinxsiny/xy的程序,可以有效地对跟效果进行分析和修改-Fuzzy control theory and neural network theory written track sinxsiny/xy program that can effectively be analyzed and modified with effect
guanjiejiaodu
- 获取nao机器人全身各个部位的关节角度值,并且以矩阵的形式输出-Get nao robot joint angle values for each part of the body, and output in the form of a matrix