搜索资源列表
xiashou
- 功能强大,具有很高的效率和准确率;能够很大提高工作效率-powerful functions with very high efficiency and accuracy; Can be greatly improved work efficiency
biyelunwen
- 功能强大,具有很高的效率和准确率;能够很大提高工作效率-powerful functions with very high efficiency and accuracy; Can be greatly improved work efficiency
C4.5
- C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。此外,C4.5只适合于能够驻留于内存的数据集,当训练集大得无法在内存容纳时程序无法运行。
src
- 基于词典的最大分词算法 达到很好的分词准确率
ictclas
- 分词工具,用Java实现,准确率很好,有很强的学习价值。-Segmentation tool, implemented in Java, good accuracy, has a strong learning value.
pdfword
- 将PDF转换为WORD 准确率很高 很不错的一个软件 -Will be converted to WORD PDF high accuracy a very good software
Ginputmethod
- 智能输入:选词和组句准确率高,能聪明地理解您的意图,短句长句,随想随打。 时尚语汇:海量词库整合了互联网上的流行语汇和热门搜索词,提供快速更新机制,新词新句一网打尽。 个性定制:将使用习惯和个人字典同步在 Google 帐号,并可主动下载最符合用户习惯的语言模型。一个跟您走的个性化输入法。 丰富扩展:提供扩展接口允许广大开发者开发和定义更丰富的扩展输入功能,为谷歌拼音输入法带来无限可能。 多彩体验:在重要节假日、纪念日显示 Google 风格的徽标。利用输入仪表盘实时显示准确率,
jsq
- 这是一个计算器,可以帮助你进行数学计算,减少你的计算耗时,而且可以增加计算的准确率。-This is a calculator that can help you to make mathematical calculations to reduce your computing time-consuming, and can increase the calculation accuracy.
fenci
- 可以进行中文分词,准确率可达95 ,可以满足一般的分词需要-Chinese word can be, up to 95 accuracy, to meet the needs of the general word
Knn-java
- java实现的数据挖掘knn算法,一般算法的改进,准确率有所提高-java implementation of data mining knn algorithm, the general algorithm, improved accuracy
WebPageSearch
- JAVA读取txt文档中的内容,据此计算四种搜索引擎返回文档的准确率-JAVA read the the txt document content, calculate the accuracy of the four search engines return documents
ansj_seg-master
- 这是一个ictclas的java实现.基本上重写了所有的数据结构和算法.词典是用的开源版的ictclas所提供的.并且进行了部分的人工优化 内存中中文分词每秒钟大约100万字(速度上已经超越ictclas) 文件读取分词每秒钟大约30万字 准确率能达到96 以上-This is a ictclas of java. Basically rewrite all the data structures and algorithms. Dictionary is prov
FenciEvaluater
- 分词召回率和(R)和准确率(P)的统计,可以根据分词结果和标准结果计算出召回率和准确率值-Segmentation recall rate (R) and accuracy (P) statistics, can be calculated according to the results of the segmentation results and standard recall and accuracy values
Bayes
- 关于数据挖掘中贝叶斯分类器的实现代码。返回准确率。有数据。-About Data Mining Bayesian classifier implementation code. Back accuracy. There is data.
bayes
- 一个朴素贝叶斯的程序,用于文本分类,准确率高达90 -a naive bayes algorithm used to classifying text
source
- 对两个数据集分别建立决策树,并运用自适应算法和随机森林,并验证准确率-Of the two data sets were established decision tree, and the use of adaptive algorithms and random forest, and verify accuracy
Face_checkingDemo_java
- Eyekey免费人脸识别API,速度快,准确率高 人脸检测Demo使用说明: 开发环境:jdk1.7 开发语言:java 使用步骤: 1.将lib下的jar包拷贝到官方下载的Java SDK工程的lib目录下,将CheckingDemo.java拷贝到Test包下 2.将自己创建应用的app_id和key填写到SDK工程的配置文件中 3.将测试图片1.jpg放到D盘下(也可以用自己本地的人脸图片) 4.运行CheckingDemo.java