-
自己编写的人工智能小模型,可实现逻辑推理功能
自己编写的人工智能小模型,可实现逻辑推理功能
- 2023-06-07 20:55:04下载
- 积分:1
-
gasample遗传算法代码
gasample遗传算法代码-gasample genetic algorithm code
- 2022-07-05 10:13:30下载
- 积分:1
-
Speech Emotion Recognition on a paper, which describes aspects of artificial neu...
关于语音情感识别的一篇论文,里面描述了人工神经网络的方面-Speech Emotion Recognition on a paper, which describes aspects of artificial neural network
- 2023-01-01 19:10:03下载
- 积分:1
-
一个机器学习算法软件包,包括神经网络,模糊逻辑,支持向量机,采用MATLAB平台实现,...
一个机器学习算法软件包,包括神经网络,模糊逻辑,支持向量机,采用MATLAB平台实现,-a machine learning algorithm packages, including neural networks, fuzzy logic, support vector machine, MATLAB platform.
- 2022-06-30 13:00:19下载
- 积分:1
-
Proposed based on minimizing the estimated generalization error bound of the non
提出了基于最小化估计的泛化误差界非优化估计方法。目前大多数的核参数选择方法都是通过极小化了来得到最优参数值,但是求解优化问题的计算代价相当的大,并且不能很好地体现数据的分布特征。本文采用非优化技术,通过极小化泛化误差来优化核及相关参数,由于直接计算最小半径和最大间隔,避免了对优化问题的直接求解,因此可以很好地降低计算代价。并且该方法直接从样本出发,可以很好地体现数据的分布特征,不管数据分布是否均匀都可以适用。给出了基于凸包估计的SVM核选择的模型及实现算法。
-Proposed based on minimizing the estimated generalization error bound of the non-optimal estimation method. Most of the nuclear parameter selection methods are to get the best by minimizing the parameter values, but the computational cost for solving optimization problems is quite large, and can not properly reflect the distribution characteristics of the data. In this paper, the non-optimization technology, by minimizing the generalization error to optimize the nuclear and related parameters, due to the direct calculation of the minimum radius and maximum interval, avoiding the direct solution of the optimization problem, it can very well reduce the computation cost. And that the method directly from the sample one can well reflect the distribution chara
- 2022-01-26 04:59:56下载
- 积分:1
-
各种神经网络C源代码。包括: CPN、BPN、ART1、ART2。
各种神经网络C源代码。包括: CPN、BPN、ART1、ART2。-various neural network C source code. Include : CPN, 7.82, ART1, ART2.
- 2022-05-15 16:59:56下载
- 积分: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
-
Standard particle swarm optimization algorithm, visual c++. Net code to prepare...
标准的粒子群优化算法,visual c++.net环境下编写的代码,有助于学习和理解粒子群算法-Standard particle swarm optimization algorithm, visual c++. Net code to prepare an environment to help learning and understanding of particle swarm optimization
- 2022-02-02 03:25:19下载
- 积分:1
-
fortran 语 言 编 写 基 本 遗 传 算 法 源 程 序 fortran Genetic Algorithms written by FORTRAN...
fortran 语 言 编 写 基 本 遗 传 算 法 源 程 序 fortran Genetic Algorithms written by FORTRAN
- 2022-03-14 19:29:37下载
- 积分:1
-
此目录包含执行该目录的代码
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen.
- 2022-12-30 17:05:03下载
- 积分:1