CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - depth matlab

搜索资源列表

  1. lujingguihua

    0下载:
  2. 用深度优先算法做的一个路径规划。可以从开始点一直移动到目标点,避开障碍物。-Depth-first algorithm used to do a path planning. From the starting point has been moved to the target point, avoiding obstacles.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5584
    • 提供者:陈建胜
  1. pso_pathplanning

    4下载:
  2. 粒子群(PSO)路径规划。这个是一个局部路径规划,用了深度优先搜索算法,可以走出“陷阱”。-Particle Swarm (PSO) path planning. This is a local path planning, with a depth-first search algorithm, we can get out a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-12
    • 文件大小:9289
    • 提供者:陈建胜
  1. DCT

    0下载:
  2. 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和B
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:422959
    • 提供者:刘文珍
  1. ceshiyong

    0下载:
  2. 此是matlab的另一套测试用的代码,对于深入探测神经网络者非常有用,大家试验之。-This is another set of tests used in the matlab code, very useful for in-depth probe neural network, we test the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:591
    • 提供者:fg
  1. matlabNN

    0下载:
  2. matlab神经网络应用简介,方便初学者对神经网络有一个更深入的认识-Matlab Neural Network Application Profile for beginners to have a more in-depth understanding of the neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:244668
    • 提供者:池力
  1. SAE

    1下载:
  2. 深度学习中稀疏编码的C语言程序,是根据斯坦福深度学习的教程MATLAB的代码改写的-Depth learning sparse coding in C language program is based on the Stanford deep learning tutorial MATLAB code rewrite
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:121856
    • 提供者:BeSky
  1. DeepLearnToolbox-master

    0下载:
  2. matlab 的深度学习tool box,可方便熟悉深度学习的算法-matlab depth learning tool box, can be easily familiar deep learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:14776997
    • 提供者:刘恒
  1. CDBN-master

    5下载:
  2. 实现了卷积受限玻尔兹曼机(深度学习的一个重要算法),包括C++和matlab版本-Restricted Boltzmann realized convolution machine (depth study of an important algorithm), including C++ and matlab version
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-12-14
    • 文件大小:4290560
    • 提供者:张纯化
  1. rbmtrain

    1下载:
  2. 受限玻尔兹曼机的训练程序,开发环境是MATLAB,受限玻尔兹曼机是深度学习理论中非常有用的一个预训练环节-Restricted Boltzmann machine training procedures, development environment is matlab, restricted Boltzmann machine is the depth of learning theory are very useful in a pre training links
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:558
    • 提供者:shaohaidong
  1. PG_DEEP-master

    0下载:
  2. 深度学习之深信度网络的c++实现版本,基于作者论文的matlab 代码。代码风格简单易懂,实现了cd算法,bp算法微调的过程-C++ convinced depth learning of the network implementation version, based on the author' s thesis matlab code. Code is easy to understand style, realized cd algorithm, bp algorithm tri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-10
    • 文件大小:18035979
    • 提供者:derrick rose
  1. bp_test

    0下载:
  2. 采用Matlab工具箱函数建立神经网络,对一些基本的神经网络参数进行了说明,深入了解参考Matlab帮助文档-Matlab toolbox functions using a neural network, the neural network to some of the basic parameters are described in depth understanding of the reference Matlab help documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:265010
    • 提供者:杨刘洋
  1. SparseAutoencoder

    0下载:
  2. 深度学习自动编码机MATLAB实现,包含测试数据文件-Depth learning machine automatic coding MATLAB realization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:11592637
    • 提供者:maizhihong
  1. DeepLearnToolbox

    2下载:
  2. DeepLearnToolbox是Matlab的深度学习工具箱,包含了深度信度网络DBN,卷积网络CNN,SAE(stacked auto-encoders),CAE(Convolutional auto-encoders)和NN深度学习算法的实现。-DeepLearnToolbox is a MATLAB toolbox about depth learning, contains realizations of deep belief network DBN, convolutional n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:17993421
    • 提供者:马丁
  1. PPT

    1下载:
  2. 深度学习,神经网络算法入门,含PPT,matlab教程-Depth learning, neural network algorithm entry containing PPT, matlab tutorials, and more
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3638589
    • 提供者:cs_lin
  1. matlab 给的深度学习入门

    4下载:
  2. matlab官方给的深度学习入门参考资料,PDF格式,浅显易懂,很适合新手入门(Matlab official to the depth of learning introductory reference materials, PDF format, easy to understand, it is suitable for beginners)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-10
    • 文件大小:3640629
    • 提供者:丁歌丁歌
  1. 深度学习matlab源码

    8下载:
  2. 用Matlab实现的深度学习程序,值得下载应用(Using Matlab to achieve the depth of learning procedures)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-11
    • 文件大小:14337
    • 提供者:ymmmm
  1. DeepLearnToolbox-master

    2下载:
  2. Matlab的深度学习工具箱,有CNN DBN NN SAE for matlab。(Matlab's depth learning toolkit has CNN DBN, NN, SAE, for, matlab.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:14746624
    • 提供者:gannabeok
  1. 2017Matlab_DeepLearning

    0下载:
  2. matlab深度学习文档,是最新版的,里面详细记录了各种深度学习模型(Matlab depth learning document)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:2617344
    • 提供者:star_boy
  1. 第 08 章 基于知识库的手写体数字识别

    1下载:
  2. 通过深度学习,利用已有库文件提取手写体图信息。与数据库中的内容进行对比,来识别手写体字母。(Through in-depth learning, handwritten graphic information is extracted from existing library files. Compare with the content in the database to recognize handwritten letters.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-05-05
    • 文件大小:26624
    • 提供者:下一站-
  1. DeepLearnToolbox-master

    1下载:
  2. matlab中深度学习工具箱,具有备注,方便易懂(Matlab in-depth learning toolbox, with notes, easy to understand)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-08-05
    • 文件大小:14734336
    • 提供者:Mr.Nireus
« 12 »
搜珍网 www.dssz.com