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

资源列表

« 1 2 ... .56 .57 .58 .59 .60 2761.62 .63 .64 .65 .66 ... 2855 »
  1. SparseAutoencoder-master

    0下载:
  2. 自动编码器是一种数据的压缩算法,其中数据的压缩和解压缩函数是数据相关的、有损的、从样本中自动学习的。在大部分提到自动编码器的场合,压缩和解压缩的函数是通过神经网络实现的。(An autoencoder, autoassociator or Diabolo network is an artificial neural network used for unsupervised learning of efficient codings. The aim of an autoencoder is
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:12240896
    • 提供者:Null姬
  1. 新建文件夹

    0下载:
  2. 基于元胞自动机实现密集人群流动模型,用于大型社会活动风险踩踏评估。(A dense crowd flow model based on cellular automata is applied to risk stampede assessment for large-scale social activities.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:39677952
    • 提供者:hust_zyy
  1. MNIST_data

    0下载:
  2. Mnist完整数据集,已经实验过,可以应用。(Mnist complete dataset has been tested and applied.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:11594752
    • 提供者:慕小鱼
  1. 基于MATLAB的肤色分割和匹配的人脸识别研究

    0下载:
  2. 对人脸识别的基本进程进行综述,介绍了空间转换及识别的方法;采用低通滤波处理策略,在总结和分析这些处理方法的基础上,运用填孔处理和边缘检测的人脸识别方法进行人脸识别工作;将几种边缘检测算法与人脸识别相结合进行检测,其识别率有可观的提升。(The basic process of face recognition is reviewed, and the method of space conversion and recognition is introduced. On the basis of
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:2003968
    • 提供者:伯爰虞
  1. simpleCNN

    0下载:
  2. 在anaconda+opencv+tensorflow平台下,利用简单的CNN卷积神经网络进行手写字符识别(Under the anaconda+opencv+tensorflow platform, we use simple CNN convolution neural network to handwritten character recognition.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:俭任
  1. CNN

    0下载:
  2. 手写体识别的训练,采用卷积神经网络,附带数据集下载代码(The training of handwritten recognition is based on convolution neural network, and the download from the dataset.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:啊偶
  1. naive_bayes-master

    0下载:
  2. 贝叶斯分类 iris 用python语言(linear python bays iris)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:492544
    • 提供者:hengeng
  1. 万门大学强化学习算法代码RW模型+TD模型

    1下载:
  2. 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python implementation, the algorithm f
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lilin123
  1. 万门大学强化学习GridEvalu模型GridPolicy模型

    1下载:
  2. 万门大学,强化学习,Grid_world_evaluation模型算法代码实现, V(S) = V(S) + A * ( R(S) + r*V(new_S) - V(S) ) Grid_world_Policy模型, P(S) = P(S) + A * ( R(S) + r*P(new_S) - P(S) )(In the intensive learning of the University of Wan men, the Grid_world_evaluation algo
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:lilin123
  1. 现代机器学习基于深度学习的图像特征提取

    0下载:
  2. 现代基于深度学习的图像特征提取,比较不错的文档(On the system of an unmanned intelligent vehicle with)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1959936
    • 提供者:ramble
  1. PSO_ELM

    4下载:
  2. 运用粒子群算法对ELM算法进行优化,以达到算法的最优性。(Particle swarm optimization (PSO) is applied to optimize the ELM algorithm to achieve the optimality of the algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:LY14
  1. CS_SVM_exmp

    0下载:
  2. 该程序是cs-svm的程序,用于对svm的算法优化(This program is a program of cs-svm, which is used to optimize the algorithm of SVM.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:LY14
« 1 2 ... .56 .57 .58 .59 .60 2761.62 .63 .64 .65 .66 ... 2855 »
搜珍网 www.dssz.com