-
Apriori算法的JAVA实现A priori算法的JAVA实现
Apriori算法的JAVA实现A priori算法的JAVA实现-Apriori algorithm JAVA realize A priori algorithm realize JAVA
- 2023-05-26 16:25:02下载
- 积分:1
-
开发环境:Matlab 简要说明:自组织特征映射模型(Self
开发环境:Matlab 简要说明:自组织特征映射模型(Self-Organizing feature Map),认为一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。-development environment : Matlab Brief Description : Self-Organizing Map model (Self-Organizing Map feature), a neural network that external input mode, will be divided into different regions, the regional input to the model with different response characteristics and the process is automatic End %. The neurons connect with the right to a certain value of the distribution. Most neighboring neurons stimulate each other, distant neurons were mutual inhibition, the vision has a weaker stimulus. Self-organizing feature mapping method is a non-teachers clustering method.
- 2023-05-09 10:45:02下载
- 积分:1
-
米凯利维奇遗传算法
米凯利维奇遗传算法-Mikerevic Genetic Algorithm
- 2022-05-28 22:42:10下载
- 积分:1
-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同...
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较,
如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的
也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。
程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看
那位大侠能改进一下,产生比这跟好的数。-improved genetic algorithm- Guo Tao done optimization algorithm is very effective, and the algorithm is the first basic idea arbitrary n generated random number and then the number li n m randomly selected number, and this number m of a new synthesis of the new middle with n number fitness function of the worst by comparison, if a good case to replace the worst, um, if it even than the best, then ruled the best have replaced. If worse than the worst, a de novo synthesis of new. Followed by the cycle continues. The magic of procedures is GA_crossover () function, the new really good to see heroes who can be improved upon, it generated more than a few with a good.
- 2023-02-04 23:55:04下载
- 积分:1
-
用遗传算法进行排序
用遗传算法进行排序-genetic sequencing algorithms
- 2022-08-23 04:43:59下载
- 积分:1
-
自己用JAVA编的人工智能的A*算法的八数码程序
自己用JAVA编的人工智能的A*算法的八数码程序-own use JAVA series of the artificial intelligence of the A* algorithm eight digital procedures
- 2023-09-01 10:15:04下载
- 积分:1
-
The algorithm for the control rules based on fuzzy PID control table with Matlab...
该算法为基于控制规则表的模糊PID控制
用MATlab开发,能够管直接运行-The algorithm for the control rules based on fuzzy PID control table with Matlab development, to pipe directly run
- 2022-07-01 17:56:07下载
- 积分:1
-
经典决策树分类和规则学习模式
决策树算法 经典的ID3算法 用于决策树规则学习等等 在规则学习以及分类中有重要的作用-classic decision tree mode for classification and rule learning
- 2022-01-26 00:47:10下载
- 积分:1
-
matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算...
matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
- 2022-03-10 10:48:53下载
- 积分:1
-
本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以...
本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以种上种子试一下。-the cases I wrote is the most genetic algorithm to achieve a simple, and with a documented. C language, in which TurborC debugging, because the random number generator not all sons, so vulnerable convergence are interested can plant seeds try.
- 2022-05-19 06:58:58下载
- 积分:1