搜索资源列表

  1. cnn

    1下载:
  2. canny边缘检测源代码,边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-source code canny edge detection, edge detection for image understanding, target detection, tracking and other issues is very important that the code to do the c
  3. 所属分类:图形图象

    • 发布日期:2024-12-26
    • 文件大小:1kb
    • 提供者:li yan
  1. Image retrieval

    0下载:
  2. 基于内容的图像查询,采用卷积神经网络,CNN代码使用了matconvnet工具包,包括代码和实验报告。(Content based image query, using convolutional neural networks, CNN code, using the matconvnet toolkit, including code and experimental reports.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-12-26
    • 文件大小:296kb
    • 提供者:张小凡
  1. Two-Layer-CNN-on-MNIST-master

    0下载:
  2. CNN 训练手写字,Matlab 代码。(CNN manual character)
  3. 所属分类:人工智能/神经网络/遗传算法

  1. FPGA-CNN-master

    2下载:
  2. fpga硬件实现cnn代码,学习可用。了解基本的深度学习概念和实现方法(FPGA hardware implementation of the code, used for learning)
  3. 所属分类:其他小程序

    • 发布日期:2024-12-26
    • 文件大小:14.15mb
    • 提供者:花生米123
  1. DEEP-CNN

    1下载:
  2. matlab下的CNN代码,有小例子供参考(the CNN code, there are small examples for reference)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-12-26
    • 文件大小:14.06mb
    • 提供者:wjy1996
  1. 代码

    0下载:
  2. 简单在线学习模式下的CNN算法,适合初学者(See the convolution neural network algorithm again find my learning mode, is a beginner to use)
  3. 所属分类:其他小程序

    • 发布日期:2024-12-26
    • 文件大小:54.68mb
    • 提供者:dd_style
  1. CNN

    0下载:
  2. 入门级的CNN学习代码,包含了完整的测试数据及注释(Entry-level CNN learning code, including the complete test data and notes)
  3. 所属分类:其他小程序

    • 发布日期:2024-12-26
    • 文件大小:14.05mb
    • 提供者:LING-LONG
  1. CNN

    0下载:
  2. 卷积神经网络matlab代码,内附详细解释。可用于图像识别,数据分类。(this is an zip of matlab code for CNN used for data classification or figure recognization.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-12-26
    • 文件大小:14kb
    • 提供者:ally525
  1. CNN

    0下载:
  2. 整理的有关卷积神经网络的介绍,算法原理,和一些关键代码(The introduction of convolutional neural network, algorithm principle, and some key code)
  3. 所属分类:人工智能/神经网络/遗传算法

  1. CNN

    0下载:
  2. convolution neural network工具箱中的代码(An example of a convolution neural network)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-12-26
    • 文件大小:3kb
    • 提供者:oioikkl
  1. CNN

    0下载:
  2. 使用cnn提取图像特征,然后用SVM分类,此处没有给出训练集,另外imagenet-caffe-alex部分代码需要注意,需要下载的话把注释掉的代码打开(Using CNN image feature extraction, and then use the SVM classification, there were no given training set, also need to pay attention to imagen
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-12-26
    • 文件大小:1kb
    • 提供者:wmqqiu
  1. cnn

    0下载:
  2. 基于python tensorflow框架构建的卷积神经网络用来识别图像,附带训练数据集的制作代码。(The convolution neural network based on the python tensorflow fr a mework is used to identify images with the production code of the training data set.)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-12-26
    • 文件大小:8kb
    • 提供者:马舒舒
  1. cnn_exercise

    0下载:
  2. 深度学习CNN代码,帮助理解卷积网络,代码是可以运行的,没有问题(Deep learning CNN code to help understand the convolution network, the code is running, no problem.)
  3. 所属分类:Windows编程

    • 发布日期:2024-12-26
    • 文件大小:4kb
    • 提供者:细节节
  1. tensorflow-CNN-CIFAR-10-master

    0下载:
  2. CNN实现图像数据的分类,有数据库下载代码(CNN implements the classification of image data, and there is a database download code)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-12-26
    • 文件大小:20kb
    • 提供者:忘忧若南柯
  1. CNN_matlab代码_可直接编译

    0下载:
  2. CNN的matlab实现,下载了数据库,修改了bug,可以直接编译运行(The implementation of CNN with Matlab,download the data and No bug,can run it immediately)
  3. 所属分类:matlab例程

    • 发布日期:2024-12-26
    • 文件大小:10.76mb
    • 提供者:现代楼
  1. CNN

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

    • 发布日期:2024-12-26
    • 文件大小:1kb
    • 提供者:啊偶
  1. 卷积神经网络CNN代码解析-matlab

    0下载:
  2. 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程(CNN code analysis document of convolution neural network)
  3. 所属分类:其他小程序

    • 发布日期:2024-12-26
    • 文件大小:434kb
    • 提供者:寂静之声boy
  1. matlab-CNN代码理解

    0下载:
  2. 详细分析解释了CNN的代码实现过程,仅供参考(Analysis of MATLAB code in deep learning For reference only)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-12-26
    • 文件大小:1.49mb
    • 提供者:路明非SSS
  1. CNN

    0下载:
  2. 一种有效的特征提取算法,包含几类卷积神经网络算法代码与演示数据(An effective feature extraction algorithm includes several kinds of convolutional neural network algorithm codes and demonstration data.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-12-26
    • 文件大小:3kb
    • 提供者:海浪中央
  1. CNN

    0下载:
  2. 该代码文件全称为卷积神经网络,这是深度学习神经网络里面处理图片比较好的网络。(The code file is called convolutional neural network, which is a better network for processing pictures in deep learning neural network.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-12-26
    • 文件大小:2kb
    • 提供者:怀尔斯
« 12 3 4 5 »

源码中国 www.ymcn.org