资源列表
JGibbLDA-v.1.0
- 基于LDA(Latent Dirichlet Allocation)的文本分类处理,开始学习和接触了LDA,因为代码采用的是Java,LDA开源工具是JGibbLDA,这个是LDA的Java版本实现-Based on the LDA (Latent Dirichlet Allocation) of the text classification process, started learning and exposure to LDA, because the code uses Java, L
TF
- TF-IDF是一种统计方法,用以评估一字词对于一个文件集或一个语料库中的其中一份文件的重要程度。字词的重要性随着它在文件中出现的次数成正比增加,但同时会随着它在语料库中出现的频率成反比下降。TF-IDF加权的各种形式常被搜索引擎应用,作为文件与用户查询之间相关程度的度量或评级- TF-IDF is a statistical method to assess the importance of a word for a file set or a corpus of the importan
BloomFilter
- 如需要判断一个元素是不是在一个集合中,我们通常做法是把所有元素保存下来,然后通过比较知道它是不是在集合内,链表、树都是基于这种思路,当集合内元素个数的变大,我们需要的空间和时间都线性变大,检索速度也越来越慢。 Bloom filter 采用的是哈希函数的方法,将一个元素映射到一个 m 长度的阵列上的一个点,当这个点是 1 时,那么这个元素在集合内,反之则不在集合内。这个方法的缺点就是当检测的元素很多的时候可能有冲突,解决方法就是使用 k 个哈希 函数对应 k 个点,如果所有点都是 1 的话,那么
SimilarityAlgorithms
- 用于相似度的检测,去重算法:DigitalSyntacticClustering、I-Match、SpotSig、RandomProjection- 显示以下内容的翻译: 用于相似度的检测,去重算法:Digital Syntactic Clustering、I-Match、SpotSig、RandomProjection 仍然翻译: 用于相似度的检测,去重算法:DigitalSyntacticClustering、I-Match、SpotSig、RandomProjection Fo
BookStore
- 双向数据绑定的简单实例,可以很好的了解angularJS的使用以及双向数据的特点。-Two-way data binding of a simple example, can be a good understanding of the use of angularJS and two-way data characteristics.
Spider
- 简单的爬虫的实现,适合初学者的了解,实现最基础的爬虫。-Simple crawler implementation, suitable for beginners to understand, to achieve the most basic reptiles.
page
- javaEE中用servlet实现分页的几种技术,包含所需数据库表。-JavaEE using servlet to achieve several of the paging technology, including the necessary table.
fileUp
- Java实现文件上传的4种方式:O’reilly的cos组件、Apache的commons-FileUpload、jspSmartUpload等方式。-Java file upload 4 ways: O reilly s cos component, Apache s commons-FileUpload, jspSmartUpload and so on.
Demo0016
- 邮件传输JavaMail编程,利用简单邮件传输协议SMTP以及代表邮局协议POP。-Message Transfer JavaMail programming, using the Simple Mail Transfer Protocol SMTP and the Post Office Protocol POP.
jspTest
- JAVAEE实现的购物车demo,能实现与数据库的连接,具有增加删除修改产品等功能,具有商品页面。-JAVA EE to achieve the shopping cart demo, can achieve the connection with the , with the increase in the deletion of modified products and other functions, with commodity pages.
course
- 应用springMVC以及Hibernate和Spring框架的整合技术完成的一个小的家具管理平台,包括商品管理,角色管理,权限管理等。-Application of springMVC and Hibernate and Spring framework of the integration of technology to complete a small furniture management platform, including commodity management, role
dubbo12
- dubbo最新源码,是很好的分布式解决方案,并且经过实战检验-dubbo source code
