CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 图像分类

搜索资源列表

  1. 2016_GAN_Matlab-master

    2下载:
  2. GAN的matlab版本,用于图像分类和生成(The matlab version of GAN is used for image classification and generation)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:54810624
    • 提供者:leighby
  1. matconvnet-1.0-beta19.tar

    2下载:
  2. matlab实现CNN卷积神经网络,进行图像分类。(We can realize neural network with matlab, which will complete the classification of the image.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:1128448
    • 提供者:肖大人
  1. kernelBP_chol

    1下载:
  2. 针对图像的基于核置信传播的分类器,具有收敛速度快,精度高的优点。(This is a sample code for Kernel Belief Propagation Classifier for images.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:4096
    • 提供者:dongt
  1. PCA-SVM-master

    0下载:
  2. PCA/SVM算法实现图像分类,分类准确率可到达90%(Image classification by PCA/SVM algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:3183616
    • 提供者:604395564
  1. example_knn(降维)

    0下载:
  2. knn降维算法用于图像分类,将所给样本遥感图像按照要求进行分类(KNN dimensionality reduction algorithm for image classification)
  3. 所属分类:Maple

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:纷纷666
  1. FeatureExtractionUsingAlexNetExample

    2下载:
  2. 本示例展示了怎样从一个预处理的卷积神经网络中提取特征,并用这些特征去训练一个图像分类器。(This example shows how to extract learned features from a pretrained convolutional neural network, and use those features to train an image classifier. Feature extraction is the easiest and fastest way use
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:372736
    • 提供者:RockLiu
  1. FaceTools-master

    0下载:
  2. 本次作业使用的是汤晓鸥团队的DeepID第一代的网络,通过Caffe训练模型参数,经过LFW二分类得到人脸识别准确率。(This job is used by the Tang Xiaoou team's DeepID first generation network. Through the Caffe training model parameters, the accuracy of face recognition is obtained through the LFW two clas
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:11166720
    • 提供者:第四季
  1. PaviaEMPSVM

    0下载:
  2. 利用形态学滤波结合SVM分类算法对高光谱图像进行分类(Using morphological filtering and SVM classification algorithm to classify hyperspectral images)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-11
    • 文件大小:2048
    • 提供者:zlsjsj
  1. imagess

    0下载:
  2. 此代码使用DecisionTreeClassifier实现图像分类,代码注释完整,适合初学者。(This code USES DecisionTreeClassifier to implement image classification, code comments complete, suitable for beginners.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:zm29657900
  1. NNPic

    1下载:
  2. 对图像的亮度分布曲线进行人工智能学习,并分类的多隐含层的BP神经网络(The BP neural network of the multi hidden layer of artificial intelligence learning for the brightness distribution curve of the image and the classification of the multi hidden layer)
  3. 所属分类:光学技术

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:bigeggs
  1. tensorflow-CNN-CIFAR-10-master

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

    • 发布日期:2018-04-29
    • 文件大小:20480
    • 提供者:忘忧若南柯
  1. CNN_matlab

    2下载:
  2. 卷积神经网络(CNN)是一种深度学习方法,它可以对图像进行识别和特征分类等优点。(The convolution neural network (CNN) is a deep learning method which can identify and characterize the image.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-18
    • 文件大小:14707712
    • 提供者:大东东
  1. Fisher字典学习

    2下载:
  2. 基于稀疏表示的高光谱图像分类的Fisher字典学习方法matlab代码(Hypersynthetic image classification based on sparse representation in Fisher dictionary learning matlab code.)
  3. 所属分类:matlab例程

  1. NMF

    3下载:
  2. 使用NMF和KNN分类器实现对高维图像的降维处理(use NMF and KNN for high dimensional image)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:leonmakise
  1. Demo_Broadlearning_MNIST

    1下载:
  2. 宽度学习是最近比较热的分类器,可用于图像分类等应用(image classification Broad learning)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:14730240
    • 提供者:甜甜橙橙
  1. CRF++-0.44.tar

    0下载:
  2. 条件随机场的c++实现,可用于文本标注、图像分类、分割等领域(conditional random field,CRF++ 0.44)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-07
    • 文件大小:762880
    • 提供者:cphh1
  1. 20171211留档

    0下载:
  2. 利用SVM对制备的样本进行三分类,对图像进行三角形匹配,模板匹配(SVM was used to classify the samples in three categories. Triangle matching and template matching were applied to the images.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-07
    • 文件大小:19712000
    • 提供者:peterll
  1. CIFAR10

    1下载:
  2. 在CIFAR-10数据集上使用卷积神经网络进行图像分类(Image classification using convolution neural network on CIFAR-10 dataset)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-02-23
    • 文件大小:24576
    • 提供者:s25125
  1. SVM做图片处理

    1下载:
  2. 使用SVM算法对CIFAR-10图片数据集进行分类,包括模型的训练,测试和参数的调优(Using SVM algorithm to classify CIFAR-10 image data sets, including model training, testing and parameter tuning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-02-23
    • 文件大小:299008
    • 提供者:天地小成成
  1. googlenet运行实例

    0下载:
  2. 利用googlenet实现图像分类,是googlenet的一个应用实例,只要在网上下载googlenet模型,将其放到对应文件夹中即可运行。绝对保证可以运行(Using Google eNet to classify images is an application example of Google enet. Just download the Google eNet model and put it in the corresponding folder to run. Absolutel
  3. 所属分类:matlab例程

    • 发布日期:2021-04-13
    • 文件大小:154624
    • 提供者:Hlf_A
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »
搜珍网 www.dssz.com