登录
首页 » matlab » 3dCNN

3dCNN

于 2021-01-28 发布 文件大小:14633KB
0 242
下载积分: 1 下载次数: 32

代码说明:

  3D CNN 网络 用于处理3维的图像, 比如3D 人脸识别这类工作 也可以利用这个架构进行多维的数据处理利用CNN的图像处理思想(3D convolutional nernural network)

文件列表:

3dCNN
3dCNN\CNN.m
3dCNN\DBN.m
3dCNN\DeepLearnToolbox-master
3dCNN\DeepLearnToolbox-master\.travis.yml
3dCNN\DeepLearnToolbox-master\CAE
3dCNN\DeepLearnToolbox-master\CAE\caeapplygrads.m
3dCNN\DeepLearnToolbox-master\CAE\caebbp.m
3dCNN\DeepLearnToolbox-master\CAE\caebp.m
3dCNN\DeepLearnToolbox-master\CAE\caedown.m
3dCNN\DeepLearnToolbox-master\CAE\caeexamples.m
3dCNN\DeepLearnToolbox-master\CAE\caenumgradcheck.m
3dCNN\DeepLearnToolbox-master\CAE\caesdlm.m
3dCNN\DeepLearnToolbox-master\CAE\caetrain.m
3dCNN\DeepLearnToolbox-master\CAE\caeup.m
3dCNN\DeepLearnToolbox-master\CAE\max3d.m
3dCNN\DeepLearnToolbox-master\CAE\scaesetup.m
3dCNN\DeepLearnToolbox-master\CAE\scaetrain.m
3dCNN\DeepLearnToolbox-master\CNN
3dCNN\DeepLearnToolbox-master\CNN\cnnapplygrads.m
3dCNN\DeepLearnToolbox-master\CNN\cnnbp.m
3dCNN\DeepLearnToolbox-master\CNN\cnnff.m
3dCNN\DeepLearnToolbox-master\CNN\cnnnumgradcheck.m
3dCNN\DeepLearnToolbox-master\CNN\cnnsetup.m
3dCNN\DeepLearnToolbox-master\CNN\cnntest.m
3dCNN\DeepLearnToolbox-master\CNN\cnntrain.m
3dCNN\DeepLearnToolbox-master\CONTRIBUTING.md
3dCNN\DeepLearnToolbox-master\DBN
3dCNN\DeepLearnToolbox-master\DBN\dbnsetup.m
3dCNN\DeepLearnToolbox-master\DBN\dbntrain.m
3dCNN\DeepLearnToolbox-master\DBN\dbnunfoldtonn.m
3dCNN\DeepLearnToolbox-master\DBN\rbmdown.m
3dCNN\DeepLearnToolbox-master\DBN\rbmtrain.m
3dCNN\DeepLearnToolbox-master\DBN\rbmup.m
3dCNN\DeepLearnToolbox-master\LICENSE
3dCNN\DeepLearnToolbox-master\NN
3dCNN\DeepLearnToolbox-master\NN\nnapplygrads.m
3dCNN\DeepLearnToolbox-master\NN\nnbp.m
3dCNN\DeepLearnToolbox-master\NN\nnchecknumgrad.m
3dCNN\DeepLearnToolbox-master\NN\nneval.m
3dCNN\DeepLearnToolbox-master\NN\nnff.m
3dCNN\DeepLearnToolbox-master\NN\nnpredict.m
3dCNN\DeepLearnToolbox-master\NN\nnsetup.m
3dCNN\DeepLearnToolbox-master\NN\nntest.m
3dCNN\DeepLearnToolbox-master\NN\nntrain.m
3dCNN\DeepLearnToolbox-master\NN\nnupdatefigures.m
3dCNN\DeepLearnToolbox-master\README.md
3dCNN\DeepLearnToolbox-master\README_header.md
3dCNN\DeepLearnToolbox-master\REFS.md
3dCNN\DeepLearnToolbox-master\SAE
3dCNN\DeepLearnToolbox-master\SAE\saesetup.m
3dCNN\DeepLearnToolbox-master\SAE\saetrain.m
3dCNN\DeepLearnToolbox-master\create_readme.sh
3dCNN\DeepLearnToolbox-master\data
3dCNN\DeepLearnToolbox-master\data\mnist_uint8.mat
3dCNN\DeepLearnToolbox-master\tests
3dCNN\DeepLearnToolbox-master\tests\runalltests.m
3dCNN\DeepLearnToolbox-master\tests\test_cnn_gradients_are_numerically_correct.m
3dCNN\DeepLearnToolbox-master\tests\test_example_CNN.m
3dCNN\DeepLearnToolbox-master\tests\test_example_DBN.m
3dCNN\DeepLearnToolbox-master\tests\test_example_NN.m
3dCNN\DeepLearnToolbox-master\tests\test_example_SAE.m
3dCNN\DeepLearnToolbox-master\tests\test_nn_gradients_are_numerically_correct.m
3dCNN\DeepLearnToolbox-master\util
3dCNN\DeepLearnToolbox-master\util\allcomb.m
3dCNN\DeepLearnToolbox-master\util\expand.m
3dCNN\DeepLearnToolbox-master\util\flicker.m
3dCNN\DeepLearnToolbox-master\util\flipall.m
3dCNN\DeepLearnToolbox-master\util\fliplrf.m
3dCNN\DeepLearnToolbox-master\util\flipudf.m
3dCNN\DeepLearnToolbox-master\util\im2patches.m
3dCNN\DeepLearnToolbox-master\util\isOctave.m
3dCNN\DeepLearnToolbox-master\util\makeLMfilters.m
3dCNN\DeepLearnToolbox-master\util\myOctaveVersion.m
3dCNN\DeepLearnToolbox-master\util\normalize.m
3dCNN\DeepLearnToolbox-master\util\patches2im.m
3dCNN\DeepLearnToolbox-master\util\randcorr.m
3dCNN\DeepLearnToolbox-master\util\randp.m
3dCNN\DeepLearnToolbox-master\util\rnd.m
3dCNN\DeepLearnToolbox-master\util\sigm.m
3dCNN\DeepLearnToolbox-master\util\sigmrnd.m
3dCNN\DeepLearnToolbox-master\util\softmax.m
3dCNN\DeepLearnToolbox-master\util\tanh_opt.m
3dCNN\DeepLearnToolbox-master\util\visualize.m
3dCNN\DeepLearnToolbox-master\util\whiten.m
3dCNN\DeepLearnToolbox-master\util\zscore.m
3dCNN\MexConv3D-master
3dCNN\MexConv3D-master\.build
3dCNN\MexConv3D-master\.build\Timer.obj
3dCNN\MexConv3D-master\.build\_conv3d_blas_cpu.obj
3dCNN\MexConv3D-master\.build\_conv3d_blas_gpu.obj
3dCNN\MexConv3D-master\.build\_conv3d_blas_gpu_fc.obj
3dCNN\MexConv3D-master\.build\_maxpool3d_cpu.obj
3dCNN\MexConv3D-master\.build\_maxpool3d_gpu.obj
3dCNN\MexConv3D-master\.build\_staticMem_cpu.obj
3dCNN\MexConv3D-master\.build\_staticMem_gpu.obj
3dCNN\MexConv3D-master\.build\conv3d.obj
3dCNN\MexConv3D-master\.build\maxpool3d.obj
3dCNN\MexConv3D-master\.build\staticMem.obj
3dCNN\MexConv3D-master\.build\wrapperBlas_cpu.obj

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

发表评论

0 个回复

  • vc++下的坦克游戏,代码结构清晰,是游戏开发初学者不可多得的好材料...
    vc++下的坦克游戏,代码结构清晰,是游戏开发初学者不可多得的好材料-vc the tanks games, code structure and is the game developers beginners very good material
    2022-01-24 15:44:17下载
    积分:1
  • : 1, the first "production" box importation of production, "input...
    说明: 1、先在“产生式”框中输入产生式,在“输入的符号串”框中输入待分析的符号串,点击“编译”按钮开始根据产生式分析输入的符号串。 2、在“范例”菜单中可以选择预选的产生式和输入符号串范例,有两个范例,其中书上范例为“范例代码2”。 3、“产生式”框中,“显示消除左递归结果”选中时,执行编译后如果“产生式”框内内容没有变化,则原输入的产生式符合LL(1),否则,“产生式”框内内容将转换为符合LL(1)的文法。-: 1, the first "production" box importation of production, "input string of symbols" input box to the symbol series analysis, Click on the "Build" button to begin production analysis of the input string of symbols. 2, the "paradigm" menu can choose a pre-production series and the importation of symbols example, there are two examples, which book example of "two examples of code." 3, "have a" box, "showed that the elimination of left recursive results" selected, If, after the implementation of compiler "production" box contents have not changed, then the importation of the production line with LL (1), otherwise, "Production" box contents will be converted to meet LL (1) grammar.
    2022-07-23 04:31:15下载
    积分:1
  • STC15W408AS TSSOP28C程序资料
    说明:  STC15系列开发板的原理图及相关测试程序。(Schematic diagram and related test program of stc15 series development board.)
    2020-11-15 17:27:59下载
    积分:1
  • carparking
    automatic car parking system using 8051
    2010-08-06 20:48:12下载
    积分:1
  • re
    说明:  本程序用于滑动轴承的油膜压力计算,二维雷诺方程(Reynolds equation of sliding bearing)
    2017-12-18 22:06:00下载
    积分:1
  • 拉迪兔-无指标做单-3
    说明:  市面不多的 自定义 顺势做单ea源码 没有限制 免费使用(Custom Homeopathic Single EA Source Code)
    2020-07-23 21:58:50下载
    积分:1
  • vc游戏编程,有简单的,有复杂的。可以作为vc初学者的学习资料,也可以作为编程者的参考资料。...
    vc游戏编程,有简单的,有复杂的。可以作为vc初学者的学习资料,也可以作为编程者的参考资料。-vc game programming, has simple, has a complex one. Vc beginners can be used as learning materials, but also can serve as a reference for programmers.
    2022-09-29 22:45:07下载
    积分:1
  • jQueryzsyllqckdstppl
    说明:  JQuery responding adaptive browser window size picture arrangement code is a kind of effect similar to Flick and Google plus picture gallery effect, providing a uniform height for all pictures, pictures scaled according to their own proportion.
    2019-05-03 09:32:53下载
    积分:1
  • shuxuejianmo
    说明:  基于帧差法实现前景分割,时刻监控固定镜头前目标的识别与跟踪(foreground segmentation)
    2019-04-12 11:17:03下载
    积分:1
  • 辐射定标
    该功能把hdf数据中的波段 2、5、17、18、19转换成表观反射率,以便进行大气水汽反演(The function converts the bands 2, 5, 17, 18 and 19 in HDF data into apparent reflectance for atmospheric water vapor retrieval)
    2017-09-26 16:53:16下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载