搜索资源列表
JuLeiSuanfa
- 图像的智能算法,包括神经算法、动态K均值、欧士距离、卷积、几何距离等演示。
TFBSSpack
- 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
word-recognition-and-nerual-networks
- 基于卷积神经网络的字符识别技术,较好的算法!!神经网络、-Convolution-based neural network character recognition technology, better algorithm! ! Neural network,
IVA
- 独立向量分析(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
mangjiejuanji
- 信号处理的盲源分离算法,用于信号卷积混合盲分离,供大家参考一下。-Blind Source Separation of signal processing algorithms for signal convolution Blind separation, for your reference.
CDBN-master
- 实现了卷积受限玻尔兹曼机(深度学习的一个重要算法),包括C++和matlab版本-Restricted Boltzmann realized convolution machine (depth study of an important algorithm), including C++ and matlab version
netural-network
- 常用神经网络算法,以及原理实现。。。包括MLP神经网络、卷积神经网络-Common neural network algorithm, as well as the principle of implementation... Including MLP neural network, convolutional neural network, etc.
MyCnn
- 用VS2012实现手写数字识别的卷积神经网络算法,用mnist库作为输入-Using VS2012 to achieve the handwritten numeral recognition of the convolution neural network algorithm, using the MNIST library as an input
DeepLearnToolbox
- 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
cnn
- 卷积神经网络是近年来广泛应用于模式识别、图像处理等领域的一种高效识别算法,它具有结构简单、训练参数少和适应性强等特点。-Convolutional Neural Network Library
bpback
- 神经网络比较基础的算法,实现梯度下降和反向传播,以及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
cnn-text-classification-tf-master
- 深度学习实现算法,卷积网络,文本分类,python代码实现-deep learning alg,cnn,text classification,very very useful
CNN
- 这个代码主要是研究手写数字的识别效率,用卷积神经网络算法来实现,用的是官方手写字体数据,能够显现百分之九十以上的识别率。-Used for convolution neural networks to identify handwritten numbers
CNN Matlab代码
- 利用大量图像数据对卷积神经网络算法进行训练,通过卷积、池化、下采样以及全连接层训练后的卷积神经网络在图像识别精度越来越高。(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
cnn
- 运用java语言简单实现卷积神经网络算法(Simple implementation of convolutional neural network algorithm using java language)
卷积神经网络详述
- 从卷积神经网络的发展历史开始,详细阐述了卷积神经网络的网络结构、神经元模型和训练算法。在此基础上以卷积神经网络在人脸检测和形状识别方面的应用为例,简单介绍了卷积神经网络在工程上的应用,并给出了设计思路和网络结构。(Starting from the history of the convolution neural network, the network structure, neuron model and training algorithm of the convolution neur
pyDogVsCat
- 识别率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))
Machine learning
- 提供监控场景下多张带有标注信息的行人图像,可定位(头部、上身、下身、脚、帽子、包)的基础上研究行人精细化识别算法,自动识别出行人图像中行人的属性特征。(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
Caffe-Python-Tutorial-master
- 深度学习下的卷积神经网络 剪枝算法 CNN(Deep learning Prune for CNN Deep learning Prune for CNN)
CNN+CTC语音识别算法
- 这个程序是用的一个深度卷积神经网络来做的,整个程序分为两部分,声学模型和语言模型,效果还是可以的。