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

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

于 2020-11-03 发布 文件大小:42803KB
0 120
下载积分: 1 下载次数: 47

代码说明:

  基于卷积神经网络的图像识别,应用于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 个回复

  • PB_get_CPU_speed_manufacturer_name_and_model
    PB获得CPU的速度、生产商的名字和型号PB get CPU speed, manufacturer name and model(PB get CPU speed, manufacturer name and model)
    2010-08-15 11:19:29下载
    积分:1
  • 图像去雾代码
    暗通道优先去雾代码, 直方图去雾代码, 自适应色阶去雾代码(Dark channel priority fog code, Histogram de fogging code, Adaptive histogram defogging code)
    2017-06-11 14:38:54下载
    积分:1
  • 二维图像熵
    计算图像的二维图像熵,在一维熵的基础上引入能够反映灰度分布空间特征的特征量组成图像的二维熵 包括 计算图像二维图像熵的函数文件 H_img2d.m 调用该函数的代码 H_img2d_test.m 以及测试代码用图像文件 boy.jpg(computing two dimensional image entropy of an image)
    2021-04-24 13:48:47下载
    积分:1
  • MIMO-OFDM Code
    说明:  MIMO-OFDM仿真,包含Jakes模型生成信道、信道编码、ZC序列生成和OFDM四个子文件(Simulation of MIMO-OFDM)
    2020-03-10 00:51:20下载
    积分:1
  • 数据库操作,仅完成简单的数据库提取操作 有文件提取
    数据库操作,仅完成简单的数据库提取操作 有文件提取-database operation, but only a simple database extraction operation, a paper extraction
    2023-04-07 17:15:03下载
    积分:1
  • 网站,整站代码 网站,整站代码 网站,整站代码
    网站,整站代码 网站,整站代码 网站,整站代码-website, the whole point code we bsite, the whole point code we bsite, the whole point code website, the whole point code
    2022-06-18 22:42:00下载
    积分:1
  • STL_DISPLAY_Display
    STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上(a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen. )
    2020-07-03 21:00:02下载
    积分:1
  • RHPack
    铁锈之心多线程铁解包打包自带额外加密,支持对官方格式二次加密!(Rust Heart Multithread Iron Unpackaged Package with Additional Encryption!)
    2019-02-26 16:54:31下载
    积分:1
  • under the Windows network server program development, no doubt, Winsock complete...
    在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded program
    2023-07-22 22:20:02下载
    积分:1
  • 146909
    进程管理加压内存源码,程序结合易语言系统核心支持库,实现了管理进程的使用,降低内存分配的功能(Process Management pressurized source memory , the program combines core system easy language support library that implements the use of management processes , reduce memory allocation functions)
    2015-03-08 21:34:43下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载