-
C++实现神经网路的bp算法,初学者可以参考下
BP algorithm of neural network s achievement based on...
C++实现神经网路的bp算法,初学者可以参考下
BP algorithm of neural network s achievement based on c++, maybe it is useful to a new learner-C++ Realization of bp neural network algorithm, beginners can refer to under the BP algorithm of neural network s achievement based on c++, Maybe it is useful to a new learner
- 2022-10-13 09:50:03下载
- 积分:1
-
实现了fisher线性分类器的功能,源码使用matlab编程,通俗易懂
实现了fisher线性分类器的功能,源码使用matlab编程,通俗易懂-Realize the fisher linear classifier functions, source code using matlab programming, user-friendly
- 2022-08-09 03:57:22下载
- 积分:1
-
The code on this diskette has been organized by chapter. Each subdirectory
cont...
The code on this diskette has been organized by chapter. Each subdirectory
containing listing has a readme.txt describing program usage and any relevent
file formats. The readme will also describe how to compile the target
programs under IBM OS/2 (TM) using the using C Set++ compiler (TM). All programs on
this diskette have been compiled and tested in this environment. The majority
of programs on this diskette should port to other environments with only minor
adjustments. The exception to this are those programs which utilize
presentation manager for graphical display of program data. In particular,
the grid1 programs in chapt4ackprop and chapt3 fall into this latter category.
- 2022-08-09 11:53:45下载
- 积分:1
-
通过遗传算法对高校排课问题的解决,在高校的十佳环境中运行效果良好...
通过遗传算法对高校排课问题的解决,在高校的十佳环境中运行效果良好-Through the College Course Scheduling of genetic algorithms to solve the problem, in the top ten colleges and universities run the effect of environmental good
- 2022-06-14 06:19:27下载
- 积分:1
-
一个改进的聚类算法FCMA,可以实现数据的自适应有效聚类,对2维数据测试效果较好...
一个改进的聚类算法FCMA,可以实现数据的自适应有效聚类,对2维数据测试效果较好- An improvement gathers kind of algorithm FCMA, may auto-adapted
realize the data effectively to gather the kind, is better to 2
dimensions according to the test effect
- 2022-08-26 07:14:48下载
- 积分:1
-
FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)...
FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)-FAST apriori.cpp array-based computing and for the apriori algorithm, adopted as the operator to test the existence of a subset to test the existence of a subset of the complexity from O (n ^ 2) reduced to O (n)
- 2022-08-16 14:04:17下载
- 积分:1
-
人工神经网络
人工神经网络- Artificial nerve network
- 2022-07-27 22:52:39下载
- 积分:1
-
遗传算法的文章
遗传算法的文章- Heredity algorithm article
- 2022-06-28 05:43:03下载
- 积分:1
-
用BP神经网络程序模拟销售预测,能对销售数据进行时间序列预测,采用VC实现...
用BP神经网络程序模拟销售预测,能对销售数据进行时间序列预测,采用VC实现-BP neural network simulation sales forecasts, sales data can be right for time series prediction, using VC
- 2022-01-26 05:28:06下载
- 积分:1
-
遗传算法遗传算法(遗传算法),在专家系统中…
遗传算法
遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
- 2022-01-26 03:20:14下载
- 积分:1