-
数字图形图形处理中的一个很有用的算法,好不容易搞到的
数字图形图形处理中的一个很有用的算法,好不容易搞到的-Digital graphics graphics processing in a useful algorithm, finally got the
- 2022-05-07 09:24:29下载
- 积分:1
-
一个比较好用的中文分词模块,是车东等人开发的,比较有名,java语言实现...
一个比较好用的中文分词模块,是车东等人开发的,比较有名,java语言实现-a better quality of the Chinese word module, East cars were developed, more famous, java language!
- 2022-03-10 03:53:00下载
- 积分:1
-
此为疾病诊断专家系统,用这种结构建立的知识库可以很方便地实现上面所提到的各种功能。这种结
构的最独特之处就是依靠相同的关键(疾病名或其代码)来实现一种疾病与...
此为疾病诊断专家系统,用这种结构建立的知识库可以很方便地实现上面所提到的各种功能。这种结
构的最独特之处就是依靠相同的关键(疾病名或其代码)来实现一种疾病与其症候之
间的相互联系。疾病名与症候分别用二叉树进行排序。排序后可由疾病名而查到与该
疾病名有关的所有详细情况,也可由一种症候而查到哪些疾病有这种症候,以及该症
候可能引起各种疾病的概率。-This is the disease diagnosis expert system, using this structure to establish the knowledge base can easily realize the above mentioned features. The structure of the most unique is that relying on the same key (the disease or its code) to achieve a disease and its symptoms between. Name and symptoms of disease were treated with binary tree sort. Sort by the disease after the name of the disease were found with all the details of which can also be a symptom of the diseases that have found such a symptom, as well as the symptoms may lead to the probability of various diseases.
- 2023-05-21 00:15:03下载
- 积分:1
-
十个经典的模式识别算法的详细实现过程…
模式识别中的十大经典算法,有详细的实现过程,花了很大工夫,现挥泪上传-Ten classic pattern recognition algorithms in detail the realization of the process and spent a lot of work, it is挥泪From
- 2022-05-30 07:34:49下载
- 积分:1
-
Using ant colony algorithm to solve traveling salesman problem, IDL language, dy...
采用蚁群算法解决旅行商问题,IDL语言编写,动态现实中间过程。-Using ant colony algorithm to solve traveling salesman problem, IDL language, dynamic realities of the middle of the process.
- 2023-05-05 21:35:04下载
- 积分:1
-
自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在N...
自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Kohonen network model. For Kohonen neural network, competition is this : For the "winner" of neurons c, in its switching around the region neurons in varying degrees, to be excited, and the switching outside the neurons were inhibited. Network learning is a process in the network connecting the right under the training samples for adaptive, self-organizing process, after a certain number of training, network topology can sense similar to the mapping of the input samples similar to the output nodes. Network can be achieved from input to output of nonlinear reduced-dimensional mapping structure : it is subject to retinal cortex of the biological function inspired by. ~ ~ ..
- 2022-11-15 05:40:03下载
- 积分:1
-
A* algorithm, has detailed description of the process, in which the mystery of t...
一个*算法,有详细的描述过程,其中的奥秘自己看。
- 2022-12-17 08:55:03下载
- 积分:1
-
bp neural network simulation, which is based on a three
bp神经网络模拟,是根据以立体的模拟程序-bp neural network simulation, which is based on a three-dimensional simulation program
- 2022-04-20 23:05:53下载
- 积分:1
-
地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。...
地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。
在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有机体根据它的汇编程序代码中的指令开始复制对它的生存是基本的代码。随着有机体的数目的增加,RAM中的空间减少了,因此有机体为了自己的生存空间开始竞争。-Earth Simulator, the most classic of artificial life model, the study of artificial intelligence Watchable. Generally speaking, life is metabolism, reproduction and the ability of evolution. In nature, biomass is limited by the supply of food and limited living space constraints. In Tierra, "biological" to a series of self-replicating machine code or procedure, in which computers were copied by the computer storage space and CPU time constraints. Effective occupy memory space and CPU time using the organisms, will have a higher degree of adaptability, conveying to the next generation the greater the chances. In Tierra, computer RAM (random access memory) is
- 2022-02-03 22:23:49下载
- 积分:1
-
讲述关联规则在零售业中的作用,相应的算法和实例实现
讲述关联规则在零售业中的作用,相应的算法和实例实现-on association rules in the retail sector"s role, the corresponding algorithm to achieve and examples, etc.
- 2023-09-06 19:45:02下载
- 积分:1