CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 文本 算法

搜索资源列表

  1. IntServer

    0下载:
  2. 复杂网络聚类算法进行文本分析,能够进行关键字的提取和分类功能。-Complex network clustering algorithm for text analysis, to carry out keyword extraction and classification capabilities.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:8071438
    • 提供者:pear
  1. GA

    0下载:
  2. 经典的遗传算法,用于求解TSP问题,高效,方便,城市坐标已附于文本文件夹中-Classical genetic algorithm for solving TSP problems, efficient and convenient, the city coordinates is attached to a text file folder
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3700
    • 提供者:许阳
  1. LZW

    0下载:
  2. lzw算法实现,可以实现对文本的编码和解码,方便简便-lzw algorithm, can encode and decode the text to facilitate easy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:11089
    • 提供者:mpy
  1. MPCA

    0下载:
  2. 多主成分分析和LDA模型结合算法,用于文本识别。-MPCA: Multilinear Principal Component Analysis of Tensor Objects
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3472
    • 提供者:孙磊
  1. KNN

    0下载:
  2. 本程序是用Matlab编写的用KNN算法解决文本分类问题的程序。-The program is written in Matlab using KNN algorithm to solve the text classification procedures.
  3. 所属分类:matlab例程

    • 发布日期:2013-04-12
    • 文件大小:3986
    • 提供者:pan
  1. Binary-text-digital-image

    0下载:
  2. 提出了一种可抗 几何攻击的二值文本图像水印算法. 该算法基于DCT,它将二值图像的DCT、图像的视觉特征向 量和加密技术有机结合起来,在提取水印时不需要原始图像,是一种实用的盲水印算法-We propose a geometric attacks against Binary Text Watermarking Algorithm. The algorithm is based on DCT, it binary image DCT, the image of the visual fe
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1191008
    • 提供者:切尔西
  1. ba

    0下载:
  2. 读取文本信息获得原始信息,在此基础上进行仿真,实现BA算法。-BA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2636
    • 提供者:吴敏
  1. fengdong

    0下载:
  2. 矿井通风网络节点风压解算法。课程设计要求:要求从TXT文本中读入各个分支的始末节点和风阻值,并在控制台输入各分支的风量初值,通过迭代,得到各分支风量和各节点风压。-Pressure solution of mine ventilation network node algorithm. Course design: requirements TXT text read from the various branches of the circumstances leading to the no
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:达人
  1. chaosPSO

    0下载:
  2. 混沌粒子群算法,C语言编制,在txt文本里-Chaos Particle Swarm Optimization, C language compiled texts in txt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:马云飞
  1. e4k-means-althogrim

    0下载:
  2. 基于K—Means的中文文本聚类算法的研究和实现。中文文本聚类的主要技术,特征选择,共享最近邻的K-Means的改进算法。基于k-Means的实现和实验。-Based on the Chinese version of K-Means clustering algorithm and implementation. The main technology of Chinese Text Clustering, feature selection, shared nearest neighbor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2777853
    • 提供者:火麒麟
  1. KMP

    0下载:
  2. 本文主要实现了 kmp匹配算法在文本匹配中的应用 源代码高效简洁-KMP
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2014
    • 提供者:siyueheliu1
  1. K-means

    1下载:
  2. 这是一个用python实现的kmeans算法,示例数据集是一个300*2的文本文件-This is a python implementation kmeans algorithm, sample data set is a text file 300* 2
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1869
    • 提供者:sunshine
  1. Huffman-algorithm

    0下载:
  2. 哈夫曼算法及其应用 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树。哈夫曼编码是一种根据哈夫曼树对文件进行编码的方式。哈夫曼编码是可变字长编码的一种。本次课程设计是对一个已建文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:145465
    • 提供者:陈庆
  1. Labeled-LDA-model-text-classify

    0下载:
  2. 基于Labeled-LDA模型的文本分类新算法-Labeled-LDA model based on the new algorithm for text categorization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:202201
    • 提供者:李苑平
  1. pLSA_EM

    0下载:
  2. PLSA EM演算法,用於文本與字詞之間的矩陣工具,測量其相似度-PLSA EM algorithm for the matrix between the text and words tool to measure the similarity
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1565
    • 提供者:吳忠澄
  1. CompareText

    0下载:
  2. 比对两文本/字符串的相似度,利用LD矩阵算法-Compare two text/string similarity matrix algorithm using LD ..
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:68552
    • 提供者:123
  1. Find-s

    0下载:
  2. 机器学习,Find-s算法,能从文本中读取数据。-Machine learning, Find-s algorithm, the data read from the text.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3822
    • 提供者:刘红刚
  1. lz77n

    0下载:
  2. LZ77无损压损算法,可以实现文本和音频文件的压缩和解压,已建好工程-LZ77 algorithm for lossless compression loss, can text and audio file compression and decompression, projects have been completed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:7761177
    • 提供者:ct
  1. LZW34

    0下载:
  2. LZW数据压缩算法,文件文本压缩解压工具,使用环境为VC6.0-LZW data compression algorithm, compression decompression tool for text files, use the environment for VC6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:70678
    • 提供者:ct
  1. tf-idf-algorithm

    0下载:
  2. 按tf-idf在剔除一些常用词后给出文本中术语的统计算法和程序,并按降序进行排序,另外,对文档建立inverted file,然后进行检索的算法-Tf-idf removed by a number of commonly used words in the text given after the algorithm in terms of statistics and procedures, according to descending order, in addition, the do
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:41953
    • 提供者:黄华东
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com