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

搜索资源列表

  1. DiscriminantFunction

    0下载:
  2. it s discriminant function in matlab code
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1473
    • 提供者:hana
  1. EuclideanDistance

    0下载:
  2. it s matlab code for Euclidian distane in data miningin pattern recognition
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1398
    • 提供者:hana
  1. Lmethod

    0下载:
  2. L-method in R statistical language. Implementation of the L-method algorithm for finding the best number of clusters in hierarchical clustering. Algorithm is described here: Salvador, S. and Chan, P., 2004. Determining the number of clusters/seg
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:841
    • 提供者:Jacek
  1. violinplot

    0下载:
  2. 这是关于机器学习中的代码,通过绘制violinplot图来观察数据的分布变化等-It s about machine learning code, distribution changes by drawing violinplot plans to observational data, etc.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:790
    • 提供者:houshenhua
  1. DeepLearning-master

    1下载:
  2. 深度学习的概念源于人工神经网络的研究。含多隐层的多层感知器就是一种深度学习结构。深度学习通过组合低层特征形成更加抽象的高层表示属性类别或特征,以发现数据的分布式特征表示。[1] 深度学习的概念由Hinton等人于2006年提出。基于深信度网(DBN)提出非监督贪心逐层训练算法,为解决深层结构相关的优化难题带来希望,随后提出多层自动编码器深层结构。此外Lecun等人提出的卷积神经网络是第一个真正多层结构学习算法,它利用空间相对关系减少参数数目以提高训练性能。[1] 深度学习是机器
  3. 所属分类:Data Mining

    • 发布日期:2017-04-27
    • 文件大小:68051
    • 提供者:Francis
  1. Batch-Gradient-Descent

    0下载:
  2. 分别使用了批梯度下降法和牛顿法进行线性回归的测试。-Respectively the batch gradient descent and Newton s method of linear regression tests.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:7871
    • 提供者:刘青枫
  1. FCBF

    1下载:
  2. This a one of the data mining algorithm completly made by me. This is based on feature subset selection. One of the popular algorithm of feature selection named Fast Correlation based feature selection algorithm(FCBF).It s complete code is here with
  3. 所属分类:Data Mining

    • 发布日期:2016-05-20
    • 文件大小:2048
    • 提供者:Arpita
  1. MyBGD

    0下载:
  2. its a paper about cloud computing, it s was very usful for me I hop that for you also, by regard,-its a paper about cloud computing, it s was very usful for me I hop that for you also, by regard,
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:685
    • 提供者:sony
  1. programme

    0下载:
  2. 将彩色图转化成灰度图,在此基础上统计连通区域,根据一定的统计特性,设置一定的准则,检测出人脸。-The color map is converted to grayscale, communicating regional statistics on this basis, according to certain statistical properties, set certain criteria, detects a person' s face.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:689472
    • 提供者:bruce
  1. K-Means-master

    4下载:
  2. 模糊C均值聚类算法的PYTHON实现,在UCI的IRIS数据集上实现-Fuzzy C-means clustering algorithm PYTHON realization, implemented on UCI s IRIS data set
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:14205
    • 提供者:Jingwei Huang
  1. knn

    0下载:
  2. 一个简单的KNN实现,利用距离测试点最近的k个点的所属类别,进行投票表决,票数多的即为测试点所属的类别-the algorithm of k-nearest neiberhood to judge the test data s classification
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:329396
    • 提供者:Wing
  1. ecoli

    0下载:
  2. 聚类是将数据对象分组成多个簇(Cluster),同一个簇内 部的任意两个对象之间具有较高的 ),同一个簇内 部的任意两个对象之间具有较高的 相似度,而属于不同簇 的两个对象间具有较高的 ,而属于不同簇 的两个对象间具有较高的 相异度。相异度可以根据描述对 象的属性值计算,对象间的距离是最常采用的度量指标。-Clustering is a data object into a plurality of clusters (the Cluster), with a clu
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:227732
    • 提供者:明月
  1. Using-Data-from-MOLA-

    0下载:
  2. 使用MOLA的数据 火星轨道仪激光高度计(MOLA),NASA火星上的仪器 1998年和1999年收集了2700万次高程测量。 在这里,我们工作一个中等分辨率的数据集-Using Data MOLA The Mars Orbiter Laser Altimeter (MOLA), an instrument aboard NASA s Mars Global Surveyor, collected 27 million elevation measurements
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:326654
    • 提供者:王燕
  1. c25

    0下载:
  2. 一个探究VC++ 异步通信原理与实例的代码,程序同样是基于C/S结构的,分服务端与客户端,程序运行效果请看截图。-A VC++ asynchronous communication principle and examples of the code, the program is also based on the C/S structure, sub-service and client, the program run the results see screenshots.
  3. 所属分类:Data Mining

    • 发布日期:2017-12-13
    • 文件大小:54965
    • 提供者:
  1. pso

    0下载:
  2. pso粒子群算法 他是一个实现Common,Clerc 1“的PSO工具箱 Trelea类型以及跟踪更改的alpha版本环境。 它可以搜索最小,最大或“距离” 用户开发成本函数。 很容易使用和黑客 相当好的文档(类型帮助任何功能和 它应该告诉你你需要什么),并将利用 矢量化成本函数。 它使用与Matlab类似的语法 优化工具箱。 包括静态和动态的套件测试功能。 它还包括一个专用的基于PSO的神经元网络教练与Mathwork的神经网络工具箱一起使用。-his is a
  3. 所属分类:Data Mining

    • 发布日期:2017-12-13
    • 文件大小:738145
    • 提供者:mr.chen
  1. GetMP4ba

    0下载:
  2. 前两天看到MP4ba竟然加入了各种广告!!!故写了此爬虫来爬取所有的电影磁力链接。 可以爬取所有mp4ba的磁力链接喔(Two days ago, I saw MP4ba join all kinds of ads!!! So I wrote this crawler to climb up all the movie magnetic links. You can climb up all of mp4ba's magnetic links)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-13
    • 文件大小:433205
    • 提供者:puppet
  1. 日常运动数据分析

    0下载:
  2. 用anaconda内部的科学库进行分析运动数据,并能对数据进行分类。(Anaconda's internal science library is used to analyze the motion data and to classify the data.)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-18
    • 文件大小:7168
    • 提供者:无法者
  1. LARS算法

    1下载:
  2. 包括LARS的经典文章和实现代码(MATLAB)(Abstract There are a number of interesting variable selection methods available beside the regular forward selection and stepwise selection methods. Such approaches include lasso (Least Absolute Shrinkage and Selection Operat
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-18
    • 文件大小:757760
    • 提供者:小博v
  1. KNN,SVM,决策树,朴素贝叶斯

    1下载:
  2. 用python的sklearn包分类 简单的对数据进行分类(Sort with Python's sklearn package Simple classification of data)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:hlf819819
  1. 陈恩红课程

    0下载:
  2. 中国科学技术大学陈恩红教授的ppt,很有学习意义。(University of Science & Technology China professor Chen Enhong's PPT, very learning significance.)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-17
    • 文件大小:26840064
    • 提供者:我的1919年
« 12 »
搜珍网 www.dssz.com