您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 智能热点项目介绍

  2. 智能热点-项目介绍2.3 相关理论技术 分词:ICTCLAS汉语分词系统 全文检索:Apache lucence 特征表示:VSM空间向量模型 聚类:K-Means算法(划分式)、 Single一Pass算法(增量式) 权重:IF(词频)-IDF(倒排文档频)算法
  3. 所属分类:其它

    • 发布日期:2013-10-31
    • 文件大小:2097152
    • 提供者:u012660303
  1. 文本相似度计算(TF-IDF)C#

  2. namespace ServiceRanking { /// /// Summary descr iption for TF_IDFLib. /// public class TFIDFMeasure { private string[] _docs; private string[][] _ngramDoc; private int _numDocs=0; private int _numTerms=0; private ArrayList _terms; private int[][]
  3. 所属分类:C#

    • 发布日期:2014-04-04
    • 文件大小:29696
    • 提供者:whm1275
  1. TF-IDF C#版

  2. namespace Test.TFIDF { class IF_IDF { /// /// 获取拆分后的词组以及每个词的出现次数 /// /// /// public Dictionary GetWordsFrequnce(string text) { Dictionary dictionary = new Dictionary(); Regex regex = new Regex(@"[\u4e00-\u9fa5]");//分拣出中文字符 MatchCollection result
  3. 所属分类:C#

    • 发布日期:2014-04-04
    • 文件大小:2048
    • 提供者:whm1275
  1. IF-IDF算法(Python实现)

  2. 这是一个使用python实现TF-IDF算法的代码,具体介绍见本人博客
  3. 所属分类:Python

    • 发布日期:2014-11-12
    • 文件大小:6291456
    • 提供者:zhb_bupt
  1. 使用python实现TF-IDF

  2. python编程语言 预处理 统计词频 计算IT-IDF
  3. 所属分类:讲义

    • 发布日期:2016-12-21
    • 文件大小:6144
    • 提供者:baidu_17504843
  1. esp-idf-v3.2.zip

  2. esp32-freertos-sdk 工具包 See the Getting Started guide links above for a detailed setup guide. This is a quick reference for common commands when working with ESP-IDF projects: Setup Build Environment (See Getting Started guide for a full list of requ
  3. 所属分类:其它

    • 发布日期:2019-09-09
    • 文件大小:62914560
    • 提供者:weixin_41291967
  1. xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.zip

  2. 乐鑫官方工具链 The easiest way to install ESP-IDF’s prerequisites is to download the ESP-IDF Tools installer from this URL: https://dl.espressif.com/dl/esp-idf-tools-setup-2.2.exe The installer includes the cross-compilers, OpenOCD, cmake and Ninja bu
  3. 所属分类:C/C++

    • 发布日期:2019-12-30
    • 文件大小:38797312
    • 提供者:weixin_43440746
  1. 1z0-071(2019-9-9(1).pdf

  2. 交大慧谷培训中心提供的071考试题库,共146题,亲测可过The nls teRritory parameter is set to AMERICA in the session and therefore Sunday is the first day of the week. Which query can be used? ASELECT EMP_ ID, NEXT-DAY (ADD_MONTHS(HIRE-DATE, 6), MONDAY)FROM EMPLOYEE B SELECT E
  3. 所属分类:Oracle

    • 发布日期:2019-10-14
    • 文件大小:2097152
    • 提供者:tangyuanyuan81
  1. esp-idf 中查询 Wi-Fi 连接失败的原因

  2. 在 Wi-Fi 连接失败的部分添加以下代码: ESP_LOGI(TAG,reason: fail %d\n, event->event_info.disconnected.reason); 例如: case SYSTEM_EVENT_STA_DISCONNECTED: { if (s_retry_num event_info.disconnected.reason); break; } 然后编译,烧
  3. 所属分类:其它

    • 发布日期:2021-01-06
    • 文件大小:39936
    • 提供者:weixin_38702047
  1. 2017-CCF-BDCI-AI评委:2017-CCF-BDCI-让AI当法官(初赛):7th415(Top 1.68%)-源码

  2. 2017-CCF-BDCI-AI评审 这是我近期参加的一个数据挖掘比赛,CCF大数据与计算智能大赛(BDCI)中的一题:法官。但是由于时间冲突与一些个人原因,我只参与并完成了初赛任务(罚金)在初赛成绩中,取得A榜第5 , B榜第7 (最高1.68% )的成绩(这个成绩实际上只用了if-idf特征和Word2Vec特征,该项目在初赛结束后进行过多尝试和改进,效果应该会更容易初赛)。 该项目是我的第一个有关文本分类的项目,所以在做这题之前,我没有任何自然语言处理(NLP)的知识积累。因此,通过参与这
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:216064
    • 提供者:weixin_42171208