登录
首页 » matlab » 卷积神经网络CNN进行图像分类

卷积神经网络CNN进行图像分类

于 2020-11-03 发布
0 246
下载积分: 1 下载次数: 109

代码说明:

说明:  基于卷积神经网络的图像识别,应用于MATLAB(Image Recognition Based on Convolutional Upgrading Network)

文件列表:

卷积神经网络CNN进行图像分类, 0 , 2018-04-28
卷积神经网络CNN进行图像分类\cnn (1), 0 , 2017-10-25
卷积神经网络CNN进行图像分类\cnn (1)\NewMain.m, 499 , 2017-10-24
卷积神经网络CNN进行图像分类\cnn (1)\TrainTest.m, 1885 , 2017-10-13
卷积神经网络CNN进行图像分类\cnn (1)\accuracy.m, 370 , 2017-10-13
卷积神经网络CNN进行图像分类\cnn (1)\cnn_start.m, 902 , 2017-10-13
卷积神经网络CNN进行图像分类\cnn (1)\cnnapplygrads.m, 575 , 2014-05-11
卷积神经网络CNN进行图像分类\cnn (1)\cnnbp.m, 2150 , 2017-07-05
卷积神经网络CNN进行图像分类\cnn (1)\cnnff.m, 1752 , 2017-07-05
卷积神经网络CNN进行图像分类\cnn (1)\cnnnumgradcheck.m, 3430 , 2014-05-11
卷积神经网络CNN进行图像分类\cnn (1)\cnnsetup.m, 1783 , 2017-07-05
卷积神经网络CNN进行图像分类\cnn (1)\cnntest.m, 220 , 2017-10-13
卷积神经网络CNN进行图像分类\cnn (1)\cnntrain.m, 819 , 2017-10-24
卷积神经网络CNN进行图像分类\cnn (1)\datafet.mat, 21909694 , 2017-09-20
卷积神经网络CNN进行图像分类\cnn (1)\datalab.mat, 21909979 , 2017-09-20
卷积神经网络CNN进行图像分类\cnn (1)\expand.m, 2009 , 2017-07-05
卷积神经网络CNN进行图像分类\cnn (1)\extrc_pca.m, 285 , 2017-10-11
卷积神经网络CNN进行图像分类\cnn (1)\flipall.m, 86 , 2017-07-05
卷积神经网络CNN进行图像分类\cnn (1)\printConMat.m, 1555 , 2017-05-12
卷积神经网络CNN进行图像分类\cnn (1)\sigm.m, 54 , 2017-07-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ipmsg342_installer
    ip messanger installer
    2013-12-31 03:08:57下载
    积分:1
  • SystemDll
    SystemDll,抱括截获用户输入,且寄生成系统外壳程序,将其存成文件,发送到指定的EMAIL里...不要用于非法,一切与本人无关(SystemDll, have intercepted, including user input, and parasitic into the system shell to be saved as documents sent to the specified EMAIL ri ... not used in the illicit, and all I had nothing to do with)
    2008-01-04 09:32:00下载
    积分:1
  • AviPlayer
    Avi Player is a Visual C++ application intended to show Video Handling Capabilities of OpenCV : Playing an avi file, capturing from usb cameras,snapshot and use of codecs
    2005-06-16 16:01:41下载
    积分:1
  • Fnn
    Serial port Visual basic Connect continues Function
    2020-06-25 15:40:01下载
    积分:1
  • VMware
    轻松玩转虚拟机,VMware是VMware公司出品的一个多系统安装软件。利用它,你可以在一台电脑上将硬盘和内存的一部分拿出来虚拟出若干台机器,每台机器可以运行单独的操作系统而互不干扰,这些“新”机器各自拥有自己独立的CMOS、硬盘和操作系统,你可以像使用普通机器一样对它们进行分区、格式化、安装系统和应用软件等操作,还可以将这几个操作系统联成一个网络。(Easy Fun virtual machine, VMware is VMware companies produce go more than one system, install the software. Use it, you can a computer hard drive and memory, will spend part of his out of a number of virtual machines, each machine can run a single operating system without disturbing each other, these " new" machines each with its own independent CMOS, hard disk and operating system, you can use regular machines as they like to partition, format, install system and application software operation, this number can also be linked to form a network operating system.)
    2009-12-02 11:01:16下载
    积分:1
  • LDPC
    LDPC性能仿真(LDPC performance simulation)
    2020-11-16 14:29:40下载
    积分:1
  • SETHED
    说明:  此程序用fortran语言编写,可以随pc格式的无卷头segy数据进行道头重置,道头改写等功能。(This procedure used fortran language, you can format with the pc without the first volume data segy first reset Road, Road, the first rewrite functions.)
    2008-11-28 11:26:40下载
    积分:1
  • 利用VB做出得到IE浏览记录的效果!大家学习下.
    利用VB做出得到IE浏览记录的效果!大家学习下.-To make use of VB to be the effect of IE browsing history! Them to learn from the next.
    2022-01-26 08:06:06下载
    积分:1
  • baseCla
    利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
    2007-12-18 16:30:58下载
    积分:1
  • 8
    说明:  8. 单径瑞利信道中的四发四收V-BLAST: (1) 请设计一种具体的导引辅助的信道估计方法,用Simulink进行仿真,测量16QAM调制时的误码率性能。画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线。 (2) 计算所设计方案的频谱效率是多少,单位为bit/Hz/s。(8. Four transmit four receive v-blast in single-path Rayleigh channel: (1) please design a specific navigation-assisted channel estimation method and conduct simulation with Simulink to measure the bit error rate performance of 16QAM modulation.The relation curve between the bit signal-noise ratio and the mean square error of channel estimation is drawn, and the relation curve between the bit signal-noise ratio and the bit error rate is drawn. (2) calculate the spectral efficiency of the designed scheme in bit/Hz/s.)
    2020-12-23 20:29:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载