资源列表
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
GA
- 遗传算法解决经典TSP问题,代码易于修改,容易读懂-Genetic algorithm to solve the classical TSP problem, the code easy to modify, easy to read
SAA
- 模拟退火智能算法解决经典TSP问题,方便修改,注释方便理解-SAA only classical algorithm to solve TSP problem, easy to modify, easy to understand comments
MCP
- 使用启发式搜索算法解决传教士与野人问题。人工智能的经典问题。-Heuristic search algorithm to solve problems missionaries and Savage. AI classic problem.
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.
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
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
convolutional_mlp
- 多层前向卷积神经网络Python代码。Theano的CNN代码-CNN,Convolutional Neural Network,multiple feedback convolution neural cetwork,Python code
cnn
- 卷积神经网络是近年来广泛应用于模式识别、图像处理等领域的一种高效识别算法,它具有结构简单、训练参数少和适应性强等特点。-Convolutional Neural Network Library
IIR-C
- 用c语言实现的IIR滤波器的间接设计代码(C语言)- Indirect design code (C language) IIR filter
KrigingInter
- 克里格插值法在MATLAB上的实现及应用-Kriging Implementation and Application of the MATLAB
demo_ann
- 神经网络基础知识实例程序。已知输入和权值,求神经网络的输出。-demo for understanding ANN
