搜索资源列表
CNNWB_src
- 卷积神经网络的Csharp版本,已经编译成windowsAPI库,根据Mike的源代码改写而成。供研究卷积神经网络CNN的人使用。-Csharp version convolutional neural network has been compiled into windowsAPI library, according to the source code adapted from Mike. CNN convolutional neural networks for research of
2009-09-30-14-33-myCNN-0.07
- Convolutional neural network for digits recognition
rs
- 针对通信中的数据传输系统存在随机干扰和突发干扰而使接收端收到误码的问题,提出了RS+交织器级联码的纠错方案,并利用MATLAB对RS +卷积交织器级联在加性高斯白噪声和瑞利衰弱信道中的纠错性能进行了仿真分析,并通过使用不同的卷积深度的仿真完成其性能分析。结果表明,在低信噪比的情况下, RS +卷积交织器级联可以满足一般通信的要求,是一种高效的纠错码,在工程中具有较高的实用价值。-Aiming at the data transmission in the normal communication
LeNet
- 用于书写体数字识别的卷积神经网络,VC++源码,仅供学习参考-Convolutional Neural Networks in Handwritten Digit Recognition Visual C++ implemented.
SceneTextCNN_demo.tar
- 端至端卷积神经网络的文字识别,代码演示包. 它包含我们的论文中使用的所有主要组成部分: kmeans无监督特征学习 + 卷积神经网络(CNN)-This is a demo package of the code we used for our paper, "End-to-End Text Recognition with Convolutional Neural Networks", T. Wang, D. Wu, A. Coates, A. Ng, in ICPR 2012.
DeepLearnToolbox-master
- 深度学习(Deep learning)matlab工具包-`NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-
CNNhandwrittencharreccssource
- CNN卷积神经网络 手写体识别 c#实现源代码。很好很经典。-Csharp version convolutional neural network . according to the source code adapted from Mike. CNN convolutional neural networks for research of the people.
CNNMnist-cPP
- CNN卷积神经网络C++实现。完全可编译运行。对研究CNN卷积神经网络 很有帮助。-C++ version convolutional neural network。 according to the source code adapted from Mike. CNN convolutional neural networks for research of the people.
on-convolutional-nueral-network
- 基于卷积神经网络的模式分类器,论文中讲述了卷积神经网络的技术,是个好论文。-pattern classfier based on convolutional nerual networks
CNN
- This project provides matlab class for implementation of convolutional neural networks. This networks was developed by Yann LeCun and have sucessfully used in many practical applications, such as handwritten digits recognition, face detection, robot
TorontoDeepLearning-convnet-981771b
- 深度学习模型代码,包括rbm,grbm,卷积rbm,学习深度模型的好材料-Deep learning model code, including RBM, grbm, RBM convolutional depth model, a good learning materials
cnn_linear_max-master
- 一个简单的卷积神经网络与线性神经元。 结构:输入- >卷积- > max池- >卷积- > max池- >完全连接。 编译c++马克斯池功能首先输入“墨西哥人MaxPooling.cpp”。 数据可以在http://ai.stanford.edu/下载~ amaas /数据/ data.zip 可以在http://ufldl.stanford.edu/wiki/index.php/Using_the_MNIST_Dataset下载的数据加载函数
libORF-master
- 针对各种机器学习,深度学习领域的一个matlab工具包-A machine learning library focused on deep learning.Following algorithms and models are provided along with some static utility classes: - Naive Bayes, Linear Regression, Logistic Regression, Softmax Regression, Linear S
cnn
- 卷积神经网络(cnn)的练习程序,包含多个exercise-convolutional nerual network
netural-network
- 常用神经网络算法,以及原理实现。。。包括MLP神经网络、卷积神经网络-Common neural network algorithm, as well as the principle of implementation... Including MLP neural network, convolutional neural network, etc.
DeepLearnToolbox_CNN_lzbV3.0
- CNN - 主程序 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusbergpalm/DeepLearnToolbox 作者:陆振波 电子
deepnet-master
- Nitish Srivastava University of Toronto.利用GPU训练深度学习算法-Implementation of some deep learning algorithms. Nitish Srivastava University of Toronto. GPU-based python implementation of 1. Feed-forward Neural Nets 2. Restricted Boltzmann Machines
fast-rcnn-master
- Fast Region-based Convolutional Networks for object detection. Fast R-CNN** is a fast framework for object detection with deep ConvNets. Fast R-CNN - trains state-of-the-art models, like VGG16, 9x faster than traditional R-CNN and 3x faster than
CNN
- 创建一个深度卷积神经网络,训练,检测网络,-Creating a depth convolutional neural network, trained to detect network,
3D-convolutional-speaker-recognition-master
- 使用3d卷积神经网络对说话人身份进行识别(Using 3D Convolutional Neural Networks for Speaker Verification)
