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

搜索资源列表

  1. Hopfield&Application

    0下载:
  2. 经典的hopfield神经网络的源程序,With with application in Ap:Autoassociative Memory Associative Recall of Images-classical neural network source, with application in With Ap : Autoassociative Associative Memory Recall of Images
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:
  1. cholesky323232

    0下载:
  2. 平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:self
  1. precision_

    0下载:
  2. 对比分类器的测试数据和输出结果,给出Precsion,Recall和F-Measure-contrast classification of the test data and output the results, given Precsion. Recall and F-Measure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:61.09kb
    • 提供者:赵京雷
  1. svm_perf.tar

    0下载:
  2. New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:85.1kb
    • 提供者:张山
  1. 准确率召回率及f值的计算源码

    1下载:
  2. 准确率召回率及f值的计算源码,本代码主要用于上述三个数值的计算,主要针对自然语言处理领域检索结果。-the values of the F and the values of Recall and the precession 。the program is offen used in the area of NLP .
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:840byte
    • 提供者:ChangLiwei
  1. prec_rec

    1下载:
  2. 画出函数的ROC曲线,precision/recall 曲线-function [prec, tpr, fpr, thresh] = prec_rec(score, target, varargin) PREC_REC- Compute and plot precision/recall and ROC curves.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4.14kb
    • 提供者:zhangrui
  1. first

    1下载:
  2. 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilitie
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:720byte
    • 提供者:solo
  1. DM4

    0下载:
  2. 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:126.6kb
    • 提供者:xsl
  1. CBIR_Relevance

    0下载:
  2. 该代码为基于内容的图像检索系统CBIR中相关反馈的代码,相关反馈可以提高检索的查全查准率-The code is content-based image retrieval system, relevance feedback CBIR in the code, relevance feedback can improve the retrieval recall precision
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:10.7kb
    • 提供者:vivi
  1. bp2

    0下载:
  2. 用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。-Call function method used to achieve bp network, has been printed in the training and test samples for all to share and learn from, there are better rates and quasi-differential recall.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-31
    • 文件大小:14.01kb
    • 提供者:张丽
  1. bpsuanfa

    0下载:
  2. 模式分类,BP算法,给出查全率和差准率,对隐含层书目进行讨论-Pattern classification, BP algorithm, given recall rate and the poor precision of the hidden layer bibliographic discussion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1.46kb
    • 提供者:曹红丽
  1. VOCdevkit_14-Apr-2008.tar

    0下载:
  2. PASCAL Visual Object Classes,视觉识别竞赛的程序,共有20大类视觉目标。用MATLAB代码写成。能生成precision/recall图。-PASCAL Visual Object Classes, Competition visual recognition procedures, a total of 20 major categories of the visual target. With code written in MATLAB. Able to gen
  3. 所属分类:matlab

    • 发布日期:2015-05-26
    • 文件大小:250kb
    • 提供者:yangchengbo
  1. AI_Blood

    0下载:
  2. 本次大作业利用K‐近邻(K‐Nearest Neighbor)算法,为给定的训练数据集构造了分类器, 并在测试数据集上进行分类预测,同时计算了Accuracy、Precision、Recall和F‐measure,利用 10‐fold的实验方法进行交叉验证。-The big job to use K-neighbor (K-Nearest Neighbor) algorithm, for a given set of training data classifier is constru
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:986.84kb
    • 提供者:andy
  1. CONLL-2000

    0下载:
  2. 它是一个可以测试中文命名实体的准确率和召回率和F值的算法-It is a Chinese named entity can test the accuracy and recall rate and F values of the algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:3.2kb
    • 提供者:他不过
  1. recall

    0下载:
  2. 回溯.rar是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。-Back. Rar is a systematic search of the solution method. The basic idea of backtracking algorithm is: from one way forward, can be entered into, can not enter the return to, try another ro
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:601.83kb
    • 提供者:李一凡
  1. precisionrecall

    0下载:
  2. 计算三维模型检索结果的PR曲线(precision recall curve)-compute precision recall curve for 3D model retrieval results
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:960byte
    • 提供者:hu
  1. For-the-first-time-to-adapt

    0下载:
  2. 实用首次适应算法实现主存的分配与回收。操作系统实验源代码,用C语言编写,在VC++6.0上调试通过。-The first practical algorithm to adapt to the distribution of main memory and recall. Experimental operating system source code, using C language, in VC++6.0 on the debugging through.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:2.12kb
    • 提供者:Wilson
  1. facebpn

    0下载:
  2. This program will give better precision and recall rate as this coding uses Back propagation network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:408.56kb
    • 提供者:vijayan
  1. Three

    0下载:
  2. recall.c:回溯法求有向图是否存在回路,将结果输出到文件中。dfs.c:深度优先搜索解决N皇后问题,结果输出到文件。Client.java:一个java编写的即时通讯小程序。-recall. depth-first search. Instant message.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5.04kb
    • 提供者:谭继林
  1. Option-Sensitivity-Measures

    0下载:
  2. 此程序是关于经济学中布莱克斯科尔斯模型 的matlab实现-This procedure creates a three-dimensional plot showing how gamma changes relative to price for a Black-Scholes option. Recall that gamma is the second derivative of the option price relative to the underlying securit
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:680byte
    • 提供者:zhangzhengdong
« 12 »
搜珍网 www.dssz.com