搜索资源列表
用C++编写的BP神经网络开发包
- 开发环境:C++ 简要说明:这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。(不好意思,刚才上面那个类别没选好就点上传了) -development environments : C Brief Descr iption : This is a neural network development kit. Ann direc
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
C的APRIORI程序
- 用C实现的APRIORI算法,希望对学习数据结构和算法的朋友有所帮助-C analysis algorithm to achieve the hopes of learning algorithms and data structures help a friend
用C++实现的bp算法程序
- 一个用C++实现的bp网络算法程序,供大家参考-a C realized bp network algorithm, for your reference
75448147apriori(c)
- 用C语言实现的数据挖掘经典算法Apriori,请各位大大批评指正!-C language data mining algorithms classic Apriori, please greatly criticized correct!
GA(C+)
- 遗传算法的机器人路径规划的源代码。用C++来实现的-GA robot path planning source. C to achieve the
SA-c++
- 这个是SA模拟退火求函数极值用c++编译的程序-the simulated annealing SA is seeking function using extreme procedures c compiler
c++BPxor
- 用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
apriori(C++)
- 本算法的基本功能是用C++语言实现了APRIORI算法,用户可以先选择要进行的操作。然后再输入支持度和置信度,就可得到挖掘的结果。 输出的结果主要包括两个部分。 1.输出所有的频繁项集。 2.输出所有的产生的规则。 算法还能够输出初始的事务集合,并且可以输出产生的中间结果。-the algorithm is the basic functions using C + + language of APRIORI algorithm, Users may choose to cond
bayes.c
- 两类正态分布模式贝叶斯分类算法源程序,用c语言实现的-two normal mode Bayesian classification algorithm source files, using the C Language
BP(C)
- BP神经网络程序,用C语言编写,支持外部配置,相同的数据,同一组参数,每次训练的结果都相同!
C-TSP
- 基于改进后的遗传算法 交叉、变异操作后,在windows平台下用C语言实现求解TSP问题
tfidf---c
- 用c#写的tf/idf代码,用来进行文本相似度计算的
id3.c
- 这是用C语言编写的ID3算法,希望对大家有所帮助-This is the C language prepared by the ID3 algorithm, we hope to help
用C编的俄罗斯方块开发代码
- 用C编的俄罗斯方块开发代码,人工智能、图像处理、多媒体、流媒体工程师-C series of the Tetris code, artificial intelligence, image processing, multimedia, streaming media engineers
c 5.5
- 本人用c作的c 5.5,一种决策书的开发工具,感兴趣的可以一起研究-I used for the c c 5.5, a decision on the development tools, together with interest the study
一个简单但很全面的遗传算法例子.rar
- 用c编写的一个基于遗传算法的工程调度的实例。,prepared using a genetic algorithm based on the example of project scheduling.
8puzzle(C)
- A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
datamining
- 数据挖掘中的决策树算法。c4.5,用C语言写的。比较全面。-c4.5
ID3
- 决策树的ID3算法的源码,这个源码用C++编写!-decision tree of Id3 algorithm in c++