资源列表
IIR-C
- 用c语言实现的IIR滤波器的间接设计代码(C语言)- Indirect design code (C language) IIR filter
cnn
- 卷积神经网络是近年来广泛应用于模式识别、图像处理等领域的一种高效识别算法,它具有结构简单、训练参数少和适应性强等特点。-Convolutional Neural Network Library
convolutional_mlp
- 多层前向卷积神经网络Python代码。Theano的CNN代码-CNN,Convolutional Neural Network,multiple feedback convolution neural cetwork,Python code
TSP
- 这是一个关于著名最短路问题 旅行商问题的C++实现,本代码里面包含了两种实现方法:(1)动态规划求解TSP (2)蚁群算法求解TSP-This code is programed in C++ to solve TSP problem, which include two algorithm:(1)dynamic programming and (2)ant colony optimization
neutral_1
- 本文件里面包括很多神经网络的例子,有基于感知神经元的,有基于BP神经网络的,主要介绍了神经网络算法中一些函数的用法及实例。-This document which includes many examples of neural network, there are based on perceptual neurons with BP neural network, the neural network algorithm introduces some examples of the usa
BPneutral
- 详细介绍了怎么样构件BP神经网络,包括构件二维,三维的神经网络,还包括怎么训练BP神经网络。-Details of how to construct BP neural network, including member-dimensional, three-dimensional neural network, but also how to train BP neural network.
MCP
- 使用启发式搜索算法解决传教士与野人问题。人工智能的经典问题。-Heuristic search algorithm to solve problems missionaries and Savage. AI classic problem.
SAA
- 模拟退火智能算法解决经典TSP问题,方便修改,注释方便理解-SAA only classical algorithm to solve TSP problem, easy to modify, easy to understand comments
GA
- 遗传算法解决经典TSP问题,代码易于修改,容易读懂-Genetic algorithm to solve the classical TSP problem, the code easy to modify, easy to read
Single-competitive-neural-network
- 单层竞争神经网络的数据分类,患者癌症发病预测作为例子,代码方便修改-Data classification single competitive neural network to predict the onset of cancer patients as an example to modify the code to facilitate
SOM_BP
- SOM神经网络的数据分类,案例为柴油机故障诊断,代码思路清晰易于修改-Data classification SOM neural networks, case for the diesel engine fault diagnosis, easy to modify the code clear thinking
PSO
- 神经网络构建,粒子群算法优化BP神经网络迭代寻优-Neural network building , iterative particle swarm algorithm to optimize the BP neural network optimization