搜索资源列表
englishparsing_src
- 英语句子自然语言处理统计分析例子 Statistical parsing of English sentences Shows how to generate parse trees for English language sentences using a C# port of OpenNLP, a statistical natural language parsing library.-English sentence natural language processing
C_AI
- C语言写的神经网络源程序 是学习C语言和人工智能很好得例子-write C language source of neural network learning C language and a good example of artificial intelligence
bp
- 本文件是用C语言实现的3层BP神经网络,结构清晰,模块合理,是学习神经网络的很好的例子
BPNN
- 基于C语言编写的利用BP算法训练人工神经网络的实际例子。
BPN
- 经典的BPN人工神经网络例子源码,C语言编制的,很好用
cTSP
- c++语言实现基于遗传算法的TSP问题,是学习遗传编程的很好的例子-c++ language implementation of the TSP problem based on genetic algorithms, genetic programming to learn a good example of
111
- c语言实现模糊控制源码范例,不错的一个例子。-c language source code examples of fuzzy control, a good example.
1
- CPN人工神经网络例子源码,这个源码是基于C语言环境开发的,希望能对大家有所帮助。-CPN-source example of artificial neural network, the source is based on the C language environment for the development of the hope that it can be helpful to everyone.
nn7C
- 神经网络方面的程序,给出了7种c语言实现的例子,对应用算法很有帮助-Neural network procedures, given the realization of seven kinds of c language example of the use of algorithms useful
MSVMforproteins.tar
- 多分类支持向机C语言源代码.内含祥细使用说明及应用例子与数据.-Multiple classifiers to support the C language source code machine.祥细contains examples of use and application and data.
GAforMaxfunction
- 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
www.dssz.com_enoaweno
- C语言实现eno 及 Weno算法的经曲例子-eno&weno source code examples!
简单人机对抗的VC6源码
- VC6程序源码,可以和你玩石头剪刀布。原来是在网上看到牛人写的强化学习C语言例子,几十行代码就演示出基于强化学习的人机对抗效果!正在学习这方面,就稍微改了改键盘操作方式,让玩起来更顺畅。