CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dataset

搜索资源列表

  1. mlclass-ex3

    0下载:
  2. 多分类学习及神经网络,机器学习相关,基于matlab计算-ex3.m- Octave scr ipt that will help step you through part 1 ex3 nn.m- Octave scr ipt that will help step you through part 2 ex3data1.mat- Training set of hand-written digits ex3weights.mat- Initial weights for the
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:7608065
    • 提供者:张伟强
  1. mlclass-ex4

    0下载:
  2. 神经网络学习,基于matlab仿真,机器学习相关知识-ex4.m- Octave scr ipt that will help step you through the exercise ex4data1.mat- Training set of hand-written digits ex4weights.mat- Neural network parameters for exercise 4 submit.m- Submission scr ipt that sends you
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:7609831
    • 提供者:张伟强
  1. mlclass-ex6

    1下载:
  2. 支持向量机,实现2或多分类,基于matlab仿真,内有说明-ex6.m- Octave scr ipt for the rst half of the exercise ex6data1.mat- Example Dataset 1 ex6data2.mat- Example Dataset 2 ex6data3.mat- Example Dataset 3 svmTrain.m- SVM rraining function svmPredict.m- SVM p
  3. 所属分类:其他小程序

    • 发布日期:2017-05-29
    • 文件大小:584135
    • 提供者:张伟强
  1. ridge

    0下载:
  2. 这段代码可以实现机器学习中的岭回归。自行添加高斯噪声后对每个数据集的七阶多项式用不同的值λ进行岭回归-Perform ridge regression on each dataset with 7th order polynomial with different value λ.Add Gaussian noise.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1172
    • 提供者:yuanxin
  1. get_parameter

    0下载:
  2. 地球物理勘探中,从地震数据,井资料中提取数据单位信息-units of a parameter a dataset (seismic, log, etc.)
  3. 所属分类:Energy industry

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:Jang Ray
  1. VBEMGMM

    2下载:
  2. 变分贝叶斯高斯过程混合模型源码,主要基于pattern recognition and machine learning 这本书。-22 Oct 2008 gmmVBEM.m is the main file for VBEM Main file needs MyEllipse.m for plotting Netlab gmmem for initialization Following example file illustrates the usa
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:7740392
    • 提供者:
  1. Multi-Target-Tracking

    0下载:
  2. Most of my current work focuses on tracking pedestrians mobile platforms. The idea is to equip robots or cars with vision systems that can oversee the traffic situation around the car and that can give an early warning for dangerous situations. The s
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5445353
    • 提供者:Taher
  1. dataset

    0下载:
  2. zhang—data,有源数据和opencv的程序,可以跑的-zhang-data, active data and opencv program that can run
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:24438
    • 提供者:龚宇
  1. statMain

    0下载:
  2. 计算数据集中的变量的基本情况,离散值统计各数据值的分布,连续值统计均值和标准差-Basic information calculated dataset variables, discrete values of statistical distribution of the data values, continuous statistics mean and standard deviation values
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1246
    • 提供者:葛娟凤
  1. BP_for_classify

    0下载:
  2. 一个BP神经网络解决分类问题,数据集是Iris数据集-Here is a bp ANN for classify,the dataset used is the Iris dataset
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:7731
    • 提供者:张磊
  1. mithib_cap_read

    0下载:
  2. MIT-HIB 数据库中的CAP数据集读取,也可以用在其它数据集,里面调用的基本函数是开源的,请自行下载。-CAP dataset analysis in MIT-HIB by manual
  3. 所属分类:matlab例程

    • 发布日期:2017-04-13
    • 文件大小:2006
    • 提供者:赵聿晴
  1. PDFPrint

    0下载:
  2. C#实现PDF文件的打印,多种方法实现,以及Json转DataSet的实现-C# achieve print PDF files, a variety of methods, as well as the realization of Json turn DataSet
  3. 所属分类:CSharp

    • 发布日期:2017-06-15
    • 文件大小:23325182
    • 提供者:沈远飞
  1. weka-new

    0下载:
  2. Weka的全名是怀卡托智能分析环境(Waikato Environment for Knowledge Analysis),是一款免费的,非商业化(与之对应的是SPSS公司商业数据挖掘产品--Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called your own
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:5813201
    • 提供者:ma
  1. GA-tsp

    0下载:
  2. 利用遗传算法解决旅行商问题,文件里面包含数据集为各城市的坐标-Genetic algorithm to solve the traveling salesman problem, the file which contains the coordinates of each dataset city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:7797
    • 提供者:
  1. SVMPKNN

    0下载:
  2. 自己编写的一个分类小程序,实现了SVM和KNN算法,附件带有UCI数据集中的一些测试数据。-I have written a small program classification, to achieve the SVM and KNN algorithm, the attachment with some test data UCI dataset.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2424283
    • 提供者:金俊波
  1. NewCARSrealdata.m

    0下载:
  2. This source is the implementation of a context-aware recommendation system. you need to insert your dataset only.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3588
    • 提供者:Reza
  1. SqlTest

    0下载:
  2. 简单以dataset访问数据库实例,访问SQL Server数据库简单操作,供需要开发人员参考-Simple dataset access to the instance, access to the Server SQL is a simple operation, for the need to develop personnel
  3. 所属分类:SQL Server

    • 发布日期:2017-05-04
    • 文件大小:102968
    • 提供者:彭飞
  1. livehed-trai

    0下载:
  2. liver contrast-enhanced CT images that uses shape-intensity prior level set combining probabilistic atlas and probability map constrains. We first weight all of the atlases in the selected training datasets by calculating the similarities bet
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2123489
    • 提供者:yangs
  1. input_data

    0下载:
  2. 机器学习领域中常用的数据集MNIST的下载代码-Commonly used in the field of machine learning dataset MNIST download code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2495
    • 提供者:tom
  1. ghsc267161120510101

    0下载:
  2. jiminy: Library for inferring which type of data visualization can be rendered a JSON dataset, and with which data field(s) -jiminy: Library for inferring which type of data visualization can be rendered a JSON dataset, and with which data field(s)
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:46516
    • 提供者:Fang
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 42 »
搜珍网 www.dssz.com