CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 机器学习

搜索资源列表

  1. MachineLearningChapter4Face-recognizationSample.ra

    0下载:
  2. Tom M.Mitchell(CMU) 机器学习 第四章人脸识别例子源代码!有需要的可以下来研究一下! 经典的东西总是很耐人寻味的!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:22492147
    • 提供者:陈远
  1. fast

    0下载:
  2. 这是Armstrong的机器学习FAST算法matlab源代码,是从作者个人主页上下的,可以运行
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:122998
    • 提供者:王寒涛
  1. Spider_Matlab

    0下载:
  2. matlab中面向对象的机器学习toolbox,安装方便,包含基本上所有经典的机器学习方法和使用说明
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:29525984
    • 提供者:xz
  1. picrecognizesystem

    1下载:
  2. 使用C#编写的采用卡尔曼滤波和bregeler算法的图象识别程序,在.net2005下运行,识别率高,自动特征库,有机器学习功能
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:216766
    • 提供者:乔松
  1. SVM.rar

    2下载:
  2. OpenCV机器学习SVM支持向量机的分类程序举例,OpenCV Machine Learning SVM example.
  3. 所属分类:2D Graphic

    • 发布日期:2015-01-08
    • 文件大小:1912
    • 提供者:Beckya
  1. meanshift

    0下载:
  2. 均值漂移测试程序,使用meanshift算法对随机产生的二维正态分布的随机数以及3D空间的数据进行聚类并绘图分步显示聚类过程,也可以从外部导入需要分类的数据,程序中有详尽的注释和说明,并且配有测试结果,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:254654
    • 提供者:xiaobo
  1. gentleBoost.rar

    1下载:
  2. 当前流行的机器学习算法之一:boosting的变体——Gentleboost,The current popular one of machine learning algorithms: boosting variants- Gentleboost
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3540
    • 提供者:guomin
  1. LDA

    1下载:
  2. 线性判别分析(LDA)用于特征选择,可以对数据集或者图像提取有用特征,用于分类或者聚类等机器学习应用中-Linear Discriminant Analysis (LDA) for feature selection, application in dataset or image feature extraction, for classification or clustering applications in machine learning
  3. 所属分类:Special Effects

    • 发布日期:2016-12-28
    • 文件大小:56306
    • 提供者:苗晨
  1. TracKIT

    2下载:
  2. TrackIT是一款开放式的机器视觉开发平台,目前集成了从相机输入、色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、Blob检测、相机标定、Kalman滤波器、光流跟踪器、最近邻域跟踪、数学形态学方法、机器学习算法等近100个组件,并在不断添加更新中,采用开源OpenCV、WxWidgets、CMU139等标准工具,使用XML动态解析界面,所有参数在界面上直接调整,同时可立即看到调整效果,并可动态加载组件,可用于一般科学研究和机器视觉系统开发。运行时需要.net框架支持。
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28174450
    • 提供者:黄设
  1. libadaboost-0.1.beta

    0下载:
  2. 机器学习的自适应提升(adaboost)算法包,提供了学习boosting算法的通用框架,包括:学习、验证、测试、性能分析等 -Machine learning to enhance the adaptive (adaboost) algorithm package, boosting learning algorithm provides a generic framework, including: learning, validation, testing, performance ana
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:710377
    • 提供者:zhangji
  1. PatternRecognitionAndMachineLearning

    0下载:
  2. 这是一本系统介绍模式识别和机器学习的书,书中详细的介绍了模式识别的基本理论和各种模型方法,并有应用举例-This is a systematic introduction of pattern recognition and machine learning book, the book describes in detail the basic theory of pattern recognition methods and a variety of models, and applicat
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-23
    • 文件大小:7641290
    • 提供者:安平
  1. meanshiftsegmentation

    3下载:
  2. 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2015-12-25
    • 文件大小:360448
    • 提供者:xiaobo
  1. machine learning 的线性回归算法

    1下载:
  2. andrew ng 教授在machine learning 上的线性回归算法matlab代码,对于学习机器学习的新手是一个很好的入门课程
  3. 所属分类:图形图象

  1. machine-learning-ex8

    1下载:
  2. Andrew Ng Cousera 机器学习 异常检测勇于服务器故障分析以及用于电影推荐的推荐系统的源代码和说明文档。(Andrew Ng Cousera's machine learning implement the anomaly detection algorithm and apply it to detect failing servers on a network. In the second part, you will use collaborative filtering t
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:1676288
    • 提供者:mark198033
  1. face

    0下载:
  2. 人脸识别程序和算法,应用adboost机器学习算法训练模型(Face recognition procedures and algorithms)
  3. 所属分类:图形图象

    • 发布日期:2017-12-20
    • 文件大小:61689856
    • 提供者:南国之恋
  1. OpenCV官方教程中文版(For Python)

    0下载:
  2. 图形识别,机器学习,数字识别,python学习(Graph recognition, machine learning, digit recognition, python learning)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-01
    • 文件大小:5928960
    • 提供者:卢大师
  1. 视觉机器学习20讲

    0下载:
  2. 《视觉机器学习20讲》,随书附带的所有matlab源代码(20 lectures of machine learning , source code)
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:47607808
    • 提供者:ijun
  1. numpy

    0下载:
  2. 图像处理,理论研究,深度学习,机器学习,python(Image processing, theoretical research, depth learning, machine learning, Python)
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:28672
    • 提供者:落叶叶
  1. 半监督学习

    1下载:
  2. 半监督学习(Semi-Supervised Learning,SSL)是模式识别和机器学习领域研究的重点问题,是监督学习与无监督学习相结合的一种学习方法。半监督学习使用大量的未标记数据,以及同时使用标记数据,来进行模式识别工作。当使用半监督学习时,将会要求尽量少的人员来从事工作,同时,又能够带来比较高的准确性
  3. 所属分类:图形图像处理(光照,映射..)

  1. slambook

    1下载:
  2. 《视觉SLAM十四讲》高翔,完整版,前10章。对视觉定位,机器学习,深度学习有很大帮助(Gao Xiang, the complete version of vision slam 14 lectures, is very helpful for vision positioning, machine learning and deep learning)
  3. 所属分类:图形图像处理

    • 发布日期:2020-04-26
    • 文件大小:12766208
    • 提供者:weixin_2020
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com