搜索资源列表
粒子群优化算法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
nnc
- c语言写的神经网络源程序, 实现了一些简单的控制
C++BP
- bp算法(神经网络) 简单实现 可帮助初学者理解算法的基本思路
一个简单的感知器网络
- 完整的c++代码,可以实现单层感知器网络。是神经网络入门者的一个参照
专家系统lll.rar
- 一个可以识别金钱豹、老虎、长颈鹿、斑马、鸵鸟、企鹅、信天翁等七种动物的简单专家系统,it is a simple expert system that can identify seven kinds of animals such as leopard,tiger,giraffe,zebra,ostrich, penguin and albatross
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
ANN-CPP
- C++开发的神经网络代码,简单易用,有编译版本-C + + development of the neural network code, easy to use, there are C compiler version artificial neural network software
intelligent-detection
- c++神经网络函数拟合程序。一个简单的C++编写的神经网络程序,用于函数拟合-C++ neural network function fitting program. A simple C++, prepared by the neural network program for the fitting function
BP(C-write)
- 非常简单实用的神经网络代码,用C编写,实用语言基础一般的同志,特此推荐-Very simple neural network code, written in C, the comrades of the basis of pragmatic language, and hereby recommend
BP-neural-network-of-the-C-language
- 写好的C语言的BP神经网络,简单易用,适合入门选手-BP neural network of the C language, simple and easy to use
bp
- BP神经网络-C语言实现 C语言来实现一个简单的单隐藏层的BP神经网络,,因此对于其他C类语言(C#、JAVA等)只需对本文中的代码稍作修改即可移植。-BP neural network-C language C language to implement a simple single hidden layer BP neural network, so for the other C-like language (C#, Java, etc.) only need to make som
BP-net-sourceCode-C-language
- 原始的BP神经网络,c语言实现,代码简单,而且能够在训练完后,直接进行使用测试-The original BP neural network, c language, the code is simple, and can be finished in training, direct use test
Radial-basis-function
- 径向基函数是一个取值仅仅依赖于离原点距离的实值函数,也就是Φ(x)=Φ(‖x‖),或者还可以是到任意一点c的距离,c点称为中心点,也就是 Φ(x,c)=Φ(‖x-c‖)。任意一个满足Φ(x)=Φ(‖x‖)特性的函数Φ都叫做径向量函数,标准的一般使用欧氏距离,尽管其他距离函数也是可以的。一些径向函数代表性的用到近似给定的函数,这种近似可以被解释成一个简单的神经网络,径向基函数在支持向量机中也被用做核函数。-Radial basis function depends only on the valu
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)
神经网络BP算法源代码(C )
- 神经网络BP算法源代码,c编写,有需要的可以简单学习一下(The source code of the neural network BP algorithm, C)
multi-layer-convnet-master
- 深度学习中的卷积神经网络程c/c++代码简单实现(deep learning convnet network)
神经网络编程_源代码
- 采用C#实现简单的神经网络转至在这里感谢作者(苍梧)分享(A simple neural network is realized. Here I thank the author Cangwu for sharing)