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

搜索资源列表

  1. 3matlab_3objs

    1下载:
  2. 从网上学习的一种对三个运动目标跟踪的多目标跟踪算法,采用卡尔曼滤波方法进行预测。效果还不错。-From an e-learning to track moving targets on the three multi-target tracking algorithm using Kalman filtering method to predict. Results were pretty good.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.86kb
    • 提供者:阿黄
  1. 6ghtg

    0下载:
  2. MATLAB实用教程-电子教案,很好的学习工具,因该随你们有用-MATLAB Practical Guide- E-teaching, good learning tools, because of the useful as you
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1.13mb
    • 提供者:king kongwang
  1. ProgrammingMatlabandC++

    0下载:
  2. 关于matlab和c++相结合编程的电子书籍,英文版的学习资料-On matlab and c++ Combining programming e-books, English learning materials
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7.5mb
    • 提供者:hjy
  1. MATLAB

    0下载:
  2. 《MATLAB程序设计教程》电子教案~~~有助于matlab学习-" MATLAB Programming Guide" e-lesson plans ~ ~ ~ help matlab learning
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:185.8kb
    • 提供者:zhengzhaohui
  1. MatLab.7.Programming

    0下载:
  2. MATLAB 7电子教程,英文。不可多得的学习资料,学习自控的必备工具书-MATLAB 7 e-tutorials and English. The rare learning materials, learning self-control essential tool for the book
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2.27mb
    • 提供者:濮雯
  1. Matlabelectroniclessonplans

    0下载:
  2. 关于matlab学习的电子教案,基本的学习资料。-E-learning lesson plans on matlab, basic learning materials.
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.09mb
    • 提供者:王景
  1. texbook

    0下载:
  2. Tex学习电子书籍,英文版,作者:DONALD E. KNUTH-Tex learning e-books, in English, of: DONALD E. KNUTH
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:1.97mb
    • 提供者:haha
  1. matlab

    0下载:
  2. 关于matlab的详细资料,电子书籍,有基础介绍,算法,实例,代码,对于matlab的学习和应用非常有帮助。-For more information on matlab, e-books, a basic introduction, algorithms, examples, code, and for the learning and application of matlab very helpful.
  3. 所属分类:matlab

    • 发布日期:2017-06-20
    • 文件大小:29.47mb
    • 提供者:fanlifan
  1. sanyuan-matlab-book

    0下载:
  2. 三院电子教学中心的matlab教程,学习matlab编程不错的教程-Hospitals matlab tutorial e-learning center, learning good programming tutorial matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2.44mb
    • 提供者:xtss
  1. KISVM

    0下载:
  2. KISVM是一种定位关键实例(例如,在图像检索)的多类学习算法。有两种版本,即Bag KISVM和Instance KISVM。-KISVM is a package for locating the key instances (e.g., ROIs in image retrieval) in multi-instance learning. There are two versions, i.e., Bag KISVM and Instance KISVM.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:56.47kb
    • 提供者:clatter
  1. HebbNN

    2下载:
  2. 简单的神经网络学习规则赫布matlab代码。 这是不知情的初学者学生。它可应用于如简单的任务逻辑“和“,”或“,”不是“简单的图像和分类。 -Simple Matlab Code for Neural Network Hebb Learning Rule. It is good for NN beginners students. It can be applied for simple tasks e.g. Logic "and", "or", "not" and simple
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.05kb
    • 提供者:zzskzcau
  1. [eBook-Pdf]-Matlab-Programming

    0下载:
  2. an e-book for learning MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.92mb
    • 提供者:farzam
  1. An-Introduction-to-Scientific-Computing

    0下载:
  2. An e-book for learning MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:4.88mb
    • 提供者:farzam
  1. Ruby-books

    0下载:
  2. 学习Ruby特全的电子书。大多都是英文的,有一本是中文。-Many e-books for learning Ruby language.
  3. 所属分类:matlab

    • 发布日期:2017-06-20
    • 文件大小:32.61mb
    • 提供者:景万里
  1. matlab

    0下载:
  2. 学校电子版matlab学习课件,非常适合matlab学习人员-School e-learning courseware version of matlab, matlab is very suitable for learning staff
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:41.75kb
    • 提供者:lkz
  1. LMS

    1下载:
  2. 1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:900byte
    • 提供者:周永辉
  1. SparseBayes

    1下载:
  2. 实现有效的学习算法 的稀疏贝叶斯模型,即稀疏贝叶斯matlab工具箱-"SparseBayes" is a package of Matlab functions designed to implement an efficient learning algorithm for "Sparse Bayesian" models. The "Version 2" package is an expanded imple
  3. 所属分类:matlab例程

    • 发布日期:2014-03-23
    • 文件大小:153.3kb
    • 提供者:孙晓川
  1. spam-classification--matlab

    2下载:
  2. 机器学习中的垃圾邮件分类程序,用matlab做的。从以下链接下载垃圾邮件数据(spam data):(数据已下载,放在spambase.zip) http://www-stat.stanford.edu/~tibs/ElemStatLearn/index.html 该数据包含57个邮件信息相关的变量,每条邮件可以被分类为垃圾邮件(Y=1)和非垃圾邮件(Y=0)。输出Y的值在文件中每一列的末尾。练习的目标是要预测电子邮件是否为垃圾邮件。 -Machine Learning spam
  3. 所属分类:matlab

    • 发布日期:2016-04-09
    • 文件大小:133kb
    • 提供者:Anymake
  1. GMM_dynamics_position_orientation

    0下载:
  2. Gribovskaya, E., Khansari Zadeh, S. M. and Billard, A. (2010) Learning Nonlinear Multi-Variate Motion Dynamics for Real-Time Position and Orientation Control of Robotic Manipulators. International Journal of Robotics Research. [Infoscience]
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6.71mb
    • 提供者:student vala
  1. Fast-Tracking

    0下载:
  2. “Fast Tracking via Dense Spatio-Temporal Context Learning,” In ECCV 2014的源代码,效果非常好。-In this paper, we present a simple yet fast and robust algorithm which exploits the spatio-temporal context for visual tracking. Our approach formulates the spatio-te
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:8.54mb
    • 提供者:happy
« 12 »
搜珍网 www.dssz.com