资源列表
025b-HajjUmrahandZiyarah-Pocketsize-1
- this is mathematics numerical algorithms okie
chimerge
- 著名属性离散化方法chimerge的论文,在此基础上先后出现了chi2,modified_chi2,rectified_chi2等算法-chimerge discretization algorithm
ChenxingMaterials
- 这是一种用于人类微生物疾病关联预测(Katzhmda)的katz度量的新的计算模型。(This is a novel computational model of KATZ measure for Human MicrobeDisease Association prediction)
lucaskanade81
- 视频跟踪领域经典的卢卡斯-卡那得 光流法
fuhaosanjiaoxing
- 符号三角形问题,非常适合学习算法,简单易懂-Backtracking to solve the issue of symbols triangle
LSTM-morevalible
- LSTM 多变量预测,天气等影戏因素,可以执行,完全可以执行,思想也很简单(LSTM multivariable prediction)
movie-recommendation-python-master
- 利用协同过滤算法对movielens中的数据进行电影推荐(Collaborative filtering algorithm for movie recommendation in movielens)
AI-03SolvingProblembySerching
- 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
0801563
- 用遗传算法解决作业车间调度问题。作业车间调度可描述为集合{J,M,Op,T}(其中:J代表工件,M代表机器,Op代表工序,T代表工件的加工时间),即如何将工件的工序按照合理的顺序分配到机器上,以达到目标函数的要求。-Using Genetic Algorithm for Job Shop Scheduling Problems. Job shop scheduling can be described as a set {J, M, Op, T} (where: J on behalf of t
bayes
- 贝叶斯文本分类器文档贝叶斯文本分类器文档-Bayesian text classifier Bayes Text Classifier Document Document
Bayes
- Bayes 分类算法 c/c++ 训练数据-write a program to achieve bayes classification.
MLVQ
- LVQ算法( Learning Vector Quantization,学习矢量量化网络)是一种基于模型(神经网络)的方法,本实验要实现的是对LVQ改进的聚类方法——MLVQ(闫德勤等人提出)。该方法克服了LVQ算法对初值敏感的问题和广义学习矢量量化(GLVQ)网络算法性能不稳定的缺点。(附文章)-LVQ algorithm (Learning Vector Quantization. learning vector quantization network) is a model-based