搜索资源列表
bb2-0.1
- BugBots是一个游戏,描述它的最好方式是它是一个测试人工智能的框架。 来源: http://sourceforge.net/projects/bugbots/-BugBots is a game, describing it as the best method is that it is a test of artificial intelligence framework. Source : http://sourceforge.net/projects/bugbots/
C++神经网络开发包ANNIE源程序(最新版)
- C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序-C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environ
GEP
- More AI...(GEP) Gene Expression Programming in C# and .NET 由Michael Gold用C#开发的GEP程序.-AI ... (GEP) Gene Expression Programming in C# and. By Michael Gold NET C# development of the GEP procedures.
cw1
- 此程序为训练RBF网权值的量子粒子群优化算法,供各位参考-this program for training RBF net weights Quantum Particle Swarm Optimization Algorithm for reference
AForge.NET_Framework-2.1.3
- 一个C#下面的图像处理算法以及人工智能算法的类库。人工智能的算法包括神经网络算法,遗传算法,机器学习算法等。使用C#写人工智能算法的开发者可以直接调用这个类库,不用自己实现最底层的算法了。我曾经使用过其中的遗传算法类库,功能十分强大,推荐使用。 -English Descr iption: AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Comput
AForge.NET
- C#开发的计算机视觉及人工智能领域的一个功能非常强大的类库,包括图像处理库、计算机视觉库、机器学习库、视频处理库等。-AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence- image processing, computer vision, neural networks
neural
- 人工神经网络 matlab 源程序代码1-nearal net work
matlab-n-net-tl
- 神经网络是单个并行处理元素的集合,我们从生物学神经系统得到启发。在自然界,网 络功能主要由神经节决定,我们可以通过改变连接点的权重来训练神经网络完成特定的功能-A single neural network is a collection of parallel processing elements, we have been inspired by biological nervous system. In nature, the network function of a decisi
NeuralNet_byMatlab
- 关于人工神经网络的一些用Matlab实现的代码,是结合Matlab学习人工网络的一些资料-it is some codes about neural net which is written by Matlab.
BP-net-work--example
- BP神经网络案例,matlab编程,对学习神经网络编程来说很有用-BP net work programming
nnToolKit(nuture-net)
- 国产的神经网络算法程序,实现了matlab所不能免费实现的编译功能,对于需要编译神经网络的工程人员很实用。-this is a program which is used in the nuture net.
bus-net-work-design-ant-colony-
- 公交网络的蚁群算法实现,使用了一群算法,仿真结果很理想-route net design ant colony algorithm
Single-Neural-Net-PID
- 基于二次型性能指标学习算法的单神经元自适应控制PID仿真- Single Neural Net PID Controller based on Second Type Learning Algorithm
XOR-Neural-Net
- 神将网络中异或神经元的算法实现 C++代码编写-C++ code for XOR Neural Net
AForge.NET
- 基于AForge.NET的BP神经网络算法程序源代码。代码注释的很清楚,适合新手学习。高手自动略过。-AForge.NET based on BP neural network algorithm source code. Notes code is very clear, for beginners to learn. Master automatically skipped.
use-elman-net
- use elman net to forecast 股市 ,挺精确的-use elman net to forecast
AForge.NET
- AForge.NET是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,模糊系统,机器人控制等领域。-AForge.NET is a specialized developer and researcher based C# framework designed, he included computer vision and artificial intelligence, image processing, neural netw
FUZZY-NET
- 模糊神经网络的编程方法,简单实用,可以用来进行预测-Fuzzy net
jieba分词.net源码
- 该项目是jieba分词组件的.net版本源码实现,生成的库可以使用,分词也较好
U-Net-master-python
- 论文U-Net: Convolutional Networks for Biomedical Image Segmentation的实现代码,使用Unet卷积神经网络,实现了细胞的轮廓识别。使用Python代码,keras框架。