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

搜索资源列表

  1. 基于支持向量机的乳腺癌辅助诊断

  2. 采用支持向量机、K一近邻法(K—Nearest Neighbor,K—NN)、概率神经网络(Probabilistie Neural Network,PNN),结合乳腺肿瘤的细针穿刺细胞病理学临床数据诊断乳腺癌。结果表明:当使用 SigIIloid核函数时,SVM通过5次交叉验证的最佳平均分类准确率达到了96.24%,优于K—NN (95.37%),PNN(95.09%)等分类器,表明该方法有望成为一种实用的乳腺癌临床辅助诊断工具
  3. 所属分类:机器学习

    • 发布日期:2018-01-08
    • 文件大小:349184
    • 提供者:plasma_z
  1. kgb档案压缩console版+源码

  2. KGB Archiver console version ?005-2006 Tomasz Pawlak, tomekp17@gmail.com, mod by Slawek (poczta-sn@gazeta.pl) based on PAQ6 by Matt Mahoney PAQ6v2 - File archiver and compressor. (C) 2004, Matt Mahoney, mmahoney@cs.fit.edu This program is free softw
  3. 所属分类:C

    • 发布日期:2008-12-21
    • 文件大小:40960
    • 提供者:haozekun
  1. 关于SIFT图像特征检测的1篇经电英文文章

  2. An object recognition system has been developed that uses a new class of local image features. The features are invariant to image scaling, translation, and rotation, and partially invariant to illumination changes and affine or 3D projection. These
  3. 所属分类:其它

    • 发布日期:2009-03-08
    • 文件大小:577536
    • 提供者:qqqqqqaaaa
  1. matlab

  2. global nearest neighbor algorithm 中文
  3. 所属分类:其它

    • 发布日期:2007-07-09
    • 文件大小:229376
    • 提供者:camperlinan
  1. c++ cond

  2. 压缩数据 共享最近邻等
  3. 所属分类:C++

    • 发布日期:2007-07-13
    • 文件大小:11264
    • 提供者:csshy
  1. Machine Learning Essentials: Practical Guide in R Book preview

  2. Discovering knowledge from big multivariate data, recorded every days, requires specialized machine learning techniques. This book presents an easy to use practical guide in R to compute the most popular machine learning methods for exploring data s
  3. 所属分类:其它

    • 发布日期:2018-03-19
    • 文件大小:330752
    • 提供者:johnmy
  1. Data Science from Scratch - First Principles with Python.2015

  2. Joel Grus ■■ Get a crash course in Python ■■ Learn the basics of linear algebra, statistics, and probability— and understand how and when they're used in data science ■■ Collect, explore, clean, munge, and manipulate data ■■ Dive into the fundamenta
  3. 所属分类:Python

    • 发布日期:2018-04-30
    • 文件大小:4194304
    • 提供者:xiaotao_hit
  1. MIT人工智能课程6.034课件

  2. 1 Introduction and scope 2 Reasoning: goal trees and problem solving 3 Reasoning: goal trees and rule-based expert systems 4 Search: depth-first, hill climbing, beam 5 Search: optimal, branch and bound, A* 6 Search: games, minimax, and alpha-beta 7
  3. 所属分类:机器学习

    • 发布日期:2018-05-03
    • 文件大小:31457280
    • 提供者:bedrock_stable
  1. org.apache.mahout 最新版

  2. k-Nearest Neighbors algorithm (k-NN) implemented on Apache Spark. This uses a hybrid spill tree approach to achieve high accuracy and search efficiency. The simplicity of k-NN and lack of tuning parameters makes k-NN a useful baseline model for many
  3. 所属分类:Hadoop

    • 发布日期:2018-05-27
    • 文件大小:4194304
    • 提供者:weixin_41594085
  1. k近邻分类算法

  2. k近邻算法,k Nearest Neighbor(KNN),它的工作原理如下: 存在一个样本数据集合,也称作训练样本集,并且样本集中每个数据都存在标签,即我们知道样本集中每一数据与所属分类的对应关系。当输入没有标签的新数据后,将新数据的每个特征与样本集中数据对应的特征进行比较,然后算法提取样本集中特征最相似数据(最近邻)的分类标签。一般来说,我们只选择样本数据集中前k个最相似的数据,这就是k近邻算法中k的出处,通常k是不大于20的整数。最后,选择k个最相似数据中出现次数最多的分类,作为新数据的
  3. 所属分类:机器学习

    • 发布日期:2018-05-28
    • 文件大小:793600
    • 提供者:uply233
  1. Hands-On.Machine.Learning.with.Scikit-Learn.and.TensorFlow.2017

  2. This book is organized in two parts. Part I, The Fundamentals of Machine Learning, covers the following topics: What is Machine Learning? What problems does it try to solve? What are the main categories and fundamental concepts of Machine Learning s
  3. 所属分类:机器学习

    • 发布日期:2018-06-08
    • 文件大小:33554432
    • 提供者:acehand
  1. 基于HBase和SimHash的大数据K-近邻算法简

  2. 针对大数据K-近邻(K-nearest neighbors,K-NN)计算复杂度高的问题,提出一种基于HBase和Sim Hash的大数据K-近邻分类算法。利用Sim Hash算法将大数据集从原空间映射到Hamming空间,得到哈希签名值集合;将样例的行键与值的二元对存储到HBase数据库中,行健(rowkey)为样例的哈希签名值,值(value)为样例的类别;对于测试样例,以其哈希签名值作为健rowkey,从HBase数据库中获取所有样例的value,通过对这些values进行多数投票,即可
  3. 所属分类:Hbase

    • 发布日期:2018-07-04
    • 文件大小:343040
    • 提供者:qq_28339273
  1. Fast k Nearest Neighbor Search using GPU

  2. KNN算法的基础是对给定的query点集,对应查找在参考空间中距离最近的K个紧邻点。虽然针对于KNN算法有各种各样的优化方式,但是这里讨论的重点是CUDA对KNN问题的优化,因此采用最基础(也是最暴力的)Brute Force算法——穷举法。当空间的维度不断提高时,其他算法的计算耗时也在不断提高,但是BF-cuda的耗时没有变化(在前面的乘法计算中也采用了并行处理的方式,因此尽管空间维度增加但是依然不会影响它的计算)。当采用38400个点,96个维度的空间进行测试时,BF-Matlab用了57
  3. 所属分类:机器学习

    • 发布日期:2018-07-04
    • 文件大小:228352
    • 提供者:udadau
  1. 计算机视觉

  2. CONTENTS I IMAGEFORMATION 1 1 RADIOMETRY — MEASURING LIGHT 3 1.1 Light in Space 3 1.1.1 Foreshortening 3 1.1.2 Solid Angle 4 1.1.3 Radiance 6 1.2 Light at Surfaces 8 1.2.1 Simplifying Assumptions 9 1.2.2 The Bidirectional Reflectance Distribution Fu
  3. 所属分类:其它

    • 发布日期:2018-07-20
    • 文件大小:52428800
    • 提供者:weixin_37835458
  1. Machine Learning in Action.pdf

  2. Machine Learning in Action is unique book that blends the foundational theories of machine learning with the practical realities of building tools for everyday data analysis. You'll use the flexible Python programming language to build programs that
  3. 所属分类:机器学习

    • 发布日期:2018-07-30
    • 文件大小:9437184
    • 提供者:wang1062807258
  1. Data Science from Scratch : First Principles with Python

  2. Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. In this book, you’ll learn how many of the most fundamen
  3. 所属分类:Python

    • 发布日期:2018-08-15
    • 文件大小:5242880
    • 提供者:stitch_77
  1. Query-Aware Locality-Sensitive Hashing for Approximate Nearest Neighbor Search

  2. 本文介绍的是已知位置信息与语义信息的临近点近似查询方法。
  3. 所属分类:算法与数据结构

    • 发布日期:2018-01-21
    • 文件大小:1048576
    • 提供者:bccvictory
  1. tensorflow_nearest_neighbor_demo.py例子

  2. 官方例子,深度学习专用,机器学习专用,代码简单,一看就会(tensorflow nearest neighbor demo)
  3. 所属分类:深度学习

    • 发布日期:2018-01-28
    • 文件大小:2048
    • 提供者:wulala789
  1. 统计学习方法-课程讲义

  2. 清华大学课程《统计学习方法》讲义PPT,课程包含k-nearest,Naive Bayes,CART,SVM,Boost方法,EM算法,HMM,CRF等
  3. 所属分类:讲义

    • 发布日期:2018-02-07
    • 文件大小:13631488
    • 提供者:index20001
  1. A_network_location-allocation_model

  2. The flow capturing and the p-median location-allocation models deal quite differently with demand for service in a network. The p-median model assumes that demand is expressed at nodes and locates facilities to minimize the total distance between su
  3. 所属分类:讲义

    • 发布日期:2018-02-10
    • 文件大小:856064
    • 提供者:weixin_39537168
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »