资源列表

« 1 2 ... .14 .15 .16 .17 .18 10019.20 .21 .22 .23 .24 ... 11386 »

[其它资源lex

说明:源语言是PL0语言,PL0语言是PASCAL语言的子集。通过完成扩展的PL0词法分析程序,掌握词法分析实现机制。-The source language is a the the PL0 language, the PL0 language is a subset of the PASCAL language. By completion of the extended the the PL0 lexical analysis of the program, master lexical ana
<叶素芬> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源Cpp1

说明:词法分析器 编译原理 对新手了解很有帮助 贡献下-Lexical analyzer
<蔡臻> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源cifafenxiqi

说明:这是我的词法分析器,希望能改大家带来点用处-Lexer
<张献龙> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源rec

说明:Java实现将movielens各种规模数据的划分为测试集和训练集-Split movielens dataset to trainset and test set
<章旭> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源DTW

说明:在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-In isolated word speech recognition, the mos
<黑色地位> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源KNN

说明:邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用它最接近的k个邻居来代表。 kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方
<黑色地位> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源PR

说明:基于随机游走的推荐算法,python实现。-Random walk based recommendation
<liu> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源K_CenterPoint_PAM

说明:k中心点算法,也就是PAM算法。是数据挖掘中聚类分析的一种手段,用途广泛。-k center algorithm, i.e. PAM algorithm. Data mining is a means of cluster analysis, and versatile.
<尚云> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源kmeans

说明:k-means算法是文本聚类经典算法,也是数据挖掘十大经典算法之一。k-means算法Java实现。-k-means algorithm is a classical algorithm text clustering, data mining is one of the ten classic algorithms. k-means algorithm is implemented in Java.
<黄紫竹> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源Code-for-classification

说明:R语言分类算法,可以直接用,简洁方便,适合初学者-R language classification algorithm, can use directly, simple and convenient, suitable for beginners
<cc> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源BinningandFeatSelection_GeneData

说明:Code to discretize and gene features. Works with numeric features with classes labeled as positive and negative-Code to discretize and gene features. Works with numeric features with classes labeled as positive and negative
<Ashley> 在 2025-07-14 上传 | 大小:2kb | 下载:0

[其它资源NaiveBayes

说明:贝叶斯分类器,机器学习十大经典算法之一,基本的实现-Naive Bayes
<车万翔> 在 2025-07-14 上传 | 大小:2kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 10019.20 .21 .22 .23 .24 ... 11386 »

源码中国 www.ymcn.org