登录
首页 » matlab » CNN-Toolbox

CNN-Toolbox

于 2020-12-07 发布 文件大小:14410KB
0 180
下载积分: 1 下载次数: 29

代码说明:

  深度学习的Toolbox,使用mnist_uint8手写字数据库,适合初学者使用。(Deeplearning of the Toolbox, use mnist_uint8 handwritten word , for beginners.)

文件列表:

CNN Toolbox
...........\cnnapplygrads.m,731,2015-11-14
...........\cnnbp.m,3847,2015-11-14
...........\cnnexamples.m,1673,2015-11-17
...........\cnnff.m,3594,2015-11-14
...........\cnnsetup.m,5231,2015-11-14
...........\cnntest.m,432,2015-11-14
...........\cnntrain.m,1846,2015-11-14
...........\data
...........\....\mnist_uint8.mat,14735220,2012-09-24
...........\util
...........\....\allcomb.m,2618,2012-09-24
...........\....\expand.m,1958,2012-09-24
...........\....\flicker.m,208,2012-09-24
...........\....\flipall.m,80,2012-09-24
...........\....\fliplrf.m,543,2012-09-24
...........\....\flipudf.m,576,2012-09-24
...........\....\im2patches.m,198,2012-09-24
...........\....\makeLMfilters.m,1895,2012-09-24
...........\....\patches2im.m,242,2012-09-24
...........\....\randcorr.m,283,2012-09-24
...........\....\randp.m,2083,2012-09-24
...........\....\rnd.m,49,2012-09-24
...........\....\sigm.m,48,2012-09-24
...........\....\sigmrnd.m,126,2012-09-24
...........\....\softmax.m,256,2012-09-24
...........\....\visualize.m,1126,2012-09-24
...........\....\whiten.m,164,2012-09-24
...........\....\xunit
...........\....\.....\%2Bxunit
...........\....\.....\......\%2Butils
...........\....\.....\......\......\arrayToString.m,2972,2012-09-24
...........\....\.....\......\......\compareFloats.m,4376,2012-09-24
...........\....\.....\......\......\comparisonMessage.m,1005,2012-09-24
...........\....\.....\......\......\containsRegexp.m,600,2012-09-24
...........\....\.....\......\......\Contents.m,1048,2012-09-24
...........\....\.....\......\......\generateDoc.m,337,2012-09-24
...........\....\.....\......\......\isAlmostEqual.m,1233,2012-09-24
...........\....\.....\......\......\isSetUpString.m,519,2012-09-24
...........\....\.....\......\......\isTearDownString.m,540,2012-09-24
...........\....\.....\......\......\isTestCaseSubclass.m,894,2012-09-24
...........\....\.....\......\......\isTestString.m,589,2012-09-24
...........\....\.....\......\......\parseFloatAssertInputs.m,1627,2012-09-24
...........\....\.....\......\......\stringToCellArray.m,408,2012-09-24
...........\....\.....\assertElementsAlmostEqual.m,2559,2012-09-24
...........\....\.....\assertEqual.m,1383,2012-09-24
...........\....\.....\assertExceptionThrown.m,1925,2012-09-24
...........\....\.....\assertFalse.m,810,2012-09-24
...........\....\.....\assertFilesEqual.m,2548,2012-09-24
...........\....\.....\assertTrue.m,933,2012-09-24
...........\....\.....\assertVectorsAlmostEqual.m,2463,2012-09-24
...........\....\.....\CommandWindowTestRunDisplay.m,1215,2012-09-24
...........\....\.....\Contents.m,1820,2012-09-24
...........\....\.....\FunctionHandleTestCase.m,6649,2012-09-24
...........\....\.....\info.xml,712,2012-09-24
...........\....\.....\initTestSuite.m,1643,2012-09-24
...........\....\.....\runtests.m,4841,2012-09-24
...........\....\.....\TestCase.m,3525,2012-09-24
...........\....\.....\TestCaseInDir.m,1108,2012-09-24
...........\....\.....\TestCaseWithAddPath.m,1911,2012-09-24
...........\....\.....\TestComponent.m,1810,2012-09-24
...........\....\.....\TestComponentInDir.m,2160,2012-09-24
...........\....\.....\TestRunDisplay.m,9772,2012-09-24
...........\....\.....\TestRunLogger.m,3872,2012-09-24
...........\....\.....\TestRunMonitor.m,1334,2012-09-24
...........\....\.....\TestSuite.m,13145,2012-09-24
...........\....\.....\TestSuiteInDir.m,1850,2012-09-24
...........\....\.....\VerboseTestRunDisplay.m,3610,2012-09-24

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

发表评论

0 个回复

  • matlab_GUI_showing
    本例程通过matlab编写,显示一个GUI。在GUI中将输入到程序中的数据进行绘图。本例程能够实时进行绘图,并且可以将数据进行显示。同时还可以将输入到程序中的数据进行保存。在GUI中设置有控制开关,能够通过点击开关,将数据保存在不同的文本中便于后续处理使用。(This routine is written by matlab and displays a GUI. The data input into the program is drawn in the GUI. This routine can be plotted in real time and data can be displayed. At the same time, the data input into the program can also be saved. A control switch is set in the GUI, and the data can be saved in different texts by clicking the switch to facilitate subsequent processing.)
    2018-06-06 19:31:09下载
    积分:1
  • Assignment3
    说明:  向图像里面加入水印,然后再从图像中将水印提取出来(Adding a watermark to the images inside, and then from the image watermark will be extracted)
    2021-02-21 16:39:42下载
    积分:1
  • 信息熵
    说明:  基于信息熵进行图像质量评价,评价图像质量好坏。流程简单易于操作(Image quality evaluation based on information entropy)
    2020-10-19 21:55:52下载
    积分:1
  • read_txt
    说明:  IDL读取txt,txt第一列是纬度,第二列是经度,第三列是DN值, 坐标转行列号 ,并以图像的形式输出(IDL reads TXT. The first column of TXT is latitude, the second column is longitude, and the third column is DN value. The coordinate turns the line and column number and outputs it in the form of image)
    2019-04-18 10:01:30下载
    积分:1
  • Information_hiding
    用加密代码将文字隐藏在图片中,用解密代码将文字提取。c++(The text is hidden in the picture with encrypted code, and the text is extracted with decryption code.)
    2017-11-27 20:04:12下载
    积分:1
  • RMSE和resize
    利用matlab进行图像数据的剪裁,需要提供需剪裁影像的中心点行列号;RMSE.m是计算均方根误差RMSE的程序。(Using MATLAB to tailor the image data, we need to provide the central point and row number of the image to be tailored. RMSE.m is a program to calculate the root mean square error RMSE.)
    2018-09-25 15:32:14下载
    积分:1
  • nurbs曲线
    说明:  绘制二维nurbs曲线,可以通过改变控制点或者权重从而改变图形的形状。(Draw a two-dimensional nurbs curve that changes the shape of a shape by changing the control point or weight.)
    2020-12-24 16:29:06下载
    积分:1
  • Accessimage
    存取图像字段 数字图像的存取 将图像转化为数字信息(Access image field )
    2009-05-21 14:26:40下载
    积分:1
  • 实现matlab magnify
    本代码能实现matlab图中图,可以在figure中实现局部放大图,从而实现整体趋势和局部展示的目的。(This codes can realize the MATLAB graph, iand the codes can realize the local enlargement map in the figure, so as to achieve the overall trend and the purpose of partial display.)
    2020-06-22 00:20:02下载
    积分:1
  • image_像边缘检测,像分割,检测及圆拟合
    可以实现图像边缘检测,并对圆形区域实现圆的拟合(It can realize image edge detection and circle fitting.)
    2018-06-05 15:33:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载