资源列表
[人工智能/神经网络/遗传算法] fish
说明:Fisher线性判别是线性分类算法中最基本的一种算法,其基本思想是将d维空间中的样本投影到一条最易于分类的投影线上,再进行分类。本文将用使用matlab实现Fisher线性判别算法,并给出4种阈值选择的方法。-Fisher Linear Discriminant is a linear classification algorithm as a basic algorithm, its basic idea is to d-dimens<yue yao jia> 在 2025-03-14 上传 | 大小:41kb | 下载:0
[人工智能/神经网络/遗传算法] Apriori
说明:Apriori算法是一种找频繁项目集的基本算法。其基本原理是逐层搜索的迭代,直到不能找到维度更高的频繁项集为止。这种方法依赖连接和剪枝这两步来实现。-Apriori algorithm is a frequent itemsets to find the basic algorithm. The basic principle is that the iterative search step by step, until a high<> 在 2025-03-14 上传 | 大小:19kb | 下载:0
[压缩解压] lzo-2.02
说明:开源的压缩算法 lzo 源码 ,open VPN 就是用这个算法-Open-source compression algorithm lzo-source, open VPN is to use this algorithm<china yaosan> 在 2025-03-14 上传 | 大小:742kb | 下载:0
[数据结构常用算法] danlianbiaocaozuo
说明:数据结构课程设计 单链表的操作,包括建立、插入、删除、排序、逆序、查找等多个操作-Data structure course design operation of single-chain, including the establishment of, insert, delete, sort, reverse, search, and many other operations<冯冬> 在 2025-03-14 上传 | 大小:2kb | 下载:0
[数值算法/人工智能] 0-1knapback
说明:用分支限界法求解背包问题(0/1背包) 1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包,每种物品I的重量为Weight,价值为Value。一个只能全放入或者不放入,求解如何放入物品,可以使背包里的物品的总价值最大。 2.设计思想与分析:对物品的选取与否构成一棵解树,左子树表示装入,右表示不装入,通过检索问题的解树得出最优解,并用结点上界*不符合要求的结点。-Using branch and bound<黄勇> 在 2025-03-14 上传 | 大小:1kb | 下载:0
[压缩解压] CompressionSample
说明:微软提供的关于压缩的sdk示例,有C#和VB两种-Microsoft sdk on the compressed sample, the C# And two VB<王子> 在 2025-03-14 上传 | 大小:64kb | 下载:0