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

搜索资源列表

  1. JuLeiSuanfa

    0下载:
  2. 图像的智能算法,包括神经算法、动态K均值、欧士距离、卷积、几何距离等演示。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:226857
    • 提供者:hante
  1. TFBSSpack

    2下载:
  2. TFBSS是一种基于短时傅里叶时频分析的盲源分离算法,算法基于卷积混合。处理非平稳源信号。-TFBSS performs Blind Source Separation of (over)determined multiplicative mixtures of non-stationary real valued sources. TFBSS is based on the joint-diagonalization of whitened and noise-compensated
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-06-19
    • 文件大小:25132
    • 提供者:范文涛
  1. word-recognition-and-nerual-networks

    1下载:
  2. 基于卷积神经网络的字符识别技术,较好的算法!!神经网络、-Convolution-based neural network character recognition technology, better algorithm! ! Neural network,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6541582
    • 提供者:qichengzuo
  1. IVA

    5下载:
  2. 独立向量分析(IVA)是对独立成分分析(ICA)算法的一种扩展,将ICA中的单变量成分扩展为多维变量成分,可有效避免卷积盲源分离过程中的排序模糊性问题。-Independent vector analysis (IVA), a multivariate extension of independent component analysis, tackles the convolutedly mixed blind source separation (BSS) problem in a wa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2696
    • 提供者:杨勇
  1. mangjiejuanji

    1下载:
  2. 信号处理的盲源分离算法,用于信号卷积混合盲分离,供大家参考一下。-Blind Source Separation of signal processing algorithms for signal convolution Blind separation, for your reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:570
    • 提供者:刘晨辉
  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. netural-network

    0下载:
  2. 常用神经网络算法,以及原理实现。。。包括MLP神经网络、卷积神经网络-Common neural network algorithm, as well as the principle of implementation... Including MLP neural network, convolutional neural network, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4140353
    • 提供者:snow
  1. MyCnn

    0下载:
  2. 用VS2012实现手写数字识别的卷积神经网络算法,用mnist库作为输入-Using VS2012 to achieve the handwritten numeral recognition of the convolution neural network algorithm, using the MNIST library as an input
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-08
    • 文件大小:15551700
    • 提供者:Du
  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. cnn

    0下载:
  2. 卷积神经网络是近年来广泛应用于模式识别、图像处理等领域的一种高效识别算法,它具有结构简单、训练参数少和适应性强等特点。-Convolutional Neural Network Library
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:14720705
    • 提供者:郭赛
  1. bpback

    0下载:
  2. 神经网络比较基础的算法,实现梯度下降和反向传播,以及L2规范化、交叉熵代价函数的引入,卷积神经网络 该算法用于mnist数据测试,有详细中文注释-Neural network based on the comparison algorithm, gradient descent and back-propagation, and L2 standardization introduced cross entropy cost function, convolution neural netw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:4186
    • 提供者:li
  1. cnn-text-classification-tf-master

    1下载:
  2. 深度学习实现算法,卷积网络,文本分类,python代码实现-deep learning alg,cnn,text classification,very very useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:502794
    • 提供者:jiangyt
  1. CNN

    1下载:
  2. 这个代码主要是研究手写数字的识别效率,用卷积神经网络算法来实现,用的是官方手写字体数据,能够显现百分之九十以上的识别率。-Used for convolution neural networks to identify handwritten numbers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:5384
    • 提供者:刘辉
  1. CNN Matlab代码

    13下载:
  2. 利用大量图像数据对卷积神经网络算法进行训练,通过卷积、池化、下采样以及全连接层训练后的卷积神经网络在图像识别精度越来越高。(By using a large number of image data to train the convolutional neural network algorithm, the accuracy of the image recognition is higher and higher by convolution, pooling, down sampling
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-03
    • 文件大小:3072
    • 提供者:aperture
  1. cnn

    0下载:
  2. 运用java语言简单实现卷积神经网络算法(Simple implementation of convolutional neural network algorithm using java language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:16384
    • 提供者:武林至尊
  1. 卷积神经网络详述

    2下载:
  2. 从卷积神经网络的发展历史开始,详细阐述了卷积神经网络的网络结构、神经元模型和训练算法。在此基础上以卷积神经网络在人脸检测和形状识别方面的应用为例,简单介绍了卷积神经网络在工程上的应用,并给出了设计思路和网络结构。(Starting from the history of the convolution neural network, the network structure, neuron model and training algorithm of the convolution neur
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:531456
    • 提供者:longbing001
  1. pyDogVsCat

    0下载:
  2. 识别率85%,kaggle上有名的猫狗大战算法,可以很方便的查看分类结果。每一个epch需要22s左右(GTX1050Ti 4G)(The recognition rate is 85%. The famous dog and dog algorithm on kaggle is very convenient for us to see the classification results. Each epch needs about 22s (GTX1050Ti 4G))
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:AIW_thomas
  1. Machine learning

    0下载:
  2. 提供监控场景下多张带有标注信息的行人图像,可定位(头部、上身、下身、脚、帽子、包)的基础上研究行人精细化识别算法,自动识别出行人图像中行人的属性特征。(It provides a number of pedestrian images with tagged information under the monitoring scene, and can study the pedestrian refinement recognition algorithm based on the locat
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:shouxuanzhousi
  1. Caffe-Python-Tutorial-master

    1下载:
  2. 深度学习下的卷积神经网络 剪枝算法 CNN(Deep learning Prune for CNN Deep learning Prune for CNN)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-12-11
    • 文件大小:16384
    • 提供者:m_12
  1. CNN+CTC语音识别算法

    0下载:
  2. 这个程序是用的一个深度卷积神经网络来做的,整个程序分为两部分,声学模型和语言模型,效果还是可以的。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2020-12-31
    • 文件大小:38463524
    • 提供者:979179539@qq.com
« 12 »
搜珍网 www.dssz.com