搜索资源列表
粒子群优化算法C
- 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function op
c_HOPFIELD
- 一个简单的HOPFIELD神经网络C语言源代码,其中RELESDE为可执行文件-a simple Hopfield neural network C language source code, which RELESDE executable
brainnet_src
- 一套用C#写的神经网络的操作库,可以完成一些简单的操作!-a set of C# to write the neural network operation, you can complete some simple way!
nnc
- c语言写的神经网络源程序, 实现了一些简单的控制
C++BP
- bp算法(神经网络) 简单实现 可帮助初学者理解算法的基本思路
一个简单的感知器网络
- 完整的c++代码,可以实现单层感知器网络。是神经网络入门者的一个参照
BPalgorithm
- bp神经网络算法,是用c语言实现的,比较简单,供初学者练手-bp neural network algorithm
BP_XOR
- 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
requierbt
- 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过,require.h是thingking in c++中的一个很有用的头文件,asser的升级版-Artificial intelligence, this is a simple neural networks algorithm for sin (x) of the fitting, vc compiled by, require.h is thingking in c++ in a very useful he
BP(C-write)
- 非常简单实用的神经网络代码,用C编写,实用语言基础一般的同志,特此推荐-Very simple neural network code, written in C, the comrades of the basis of pragmatic language, and hereby recommend
BP
- 用C写的简单的神经网络算法,利用训练集学习并建立模型,并对测试集进行分类-Simple neural network algorithm, written in C using the training set of learning and to establish the model, and test set classification
Radial-basis-function
- 径向基函数是一个取值仅仅依赖于离原点距离的实值函数,也就是Φ(x)=Φ(‖x‖),或者还可以是到任意一点c的距离,c点称为中心点,也就是 Φ(x,c)=Φ(‖x-c‖)。任意一个满足Φ(x)=Φ(‖x‖)特性的函数Φ都叫做径向量函数,标准的一般使用欧氏距离,尽管其他距离函数也是可以的。一些径向函数代表性的用到近似给定的函数,这种近似可以被解释成一个简单的神经网络,径向基函数在支持向量机中也被用做核函数。-Radial basis function depends only on the valu
BP神经网络故障诊断
- 基于BP神经网络的故障诊断与识别,用于简单的模式识别。
c++ BP 神经网络
- 简单的BP代码,初学者可以从中学习写简单的神经网络代码。(Include subscribe ,initial,login in function.espeacailly has a methord of commnucation between base class and UI class)
neutral
- 简单的神经网络,识别C,I,T,改进sigmoid函数(Simple neural network, identify C, I, T, improve the sigmoid function)
net aps
- 自己编写的神经网络算法例子,简单易懂,绝对可用(Neural network algorithm example, easy to understand, absolutely available)
神经网络BP算法源代码(C )
- 神经网络BP算法源代码,c编写,有需要的可以简单学习一下(The source code of the neural network BP algorithm, C)
multi-layer-convnet-master
- 深度学习中的卷积神经网络程c/c++代码简单实现(deep learning convnet network)
BPNETSerial
- 神经网络预测,训练输入数据是1620组9维数据,输出是1620组8维数据;测试输入数据为180组9维数据,输出是180组8维数据;训练后总误差为3.4%(The training input data are 1620 sets of 9 dimensional data, and the output is 1620 groups of 8 dimensional data; the test input data is 180 sets of 9 dimensional data and t
神经网络编程_源代码
- 采用C#实现简单的神经网络转至在这里感谢作者(苍梧)分享(A simple neural network is realized. Here I thank the author Cangwu for sharing)