登录
首页 » matlab » 3dCNN

3dCNN

于 2021-01-28 发布 文件大小:14633KB
0 203
下载积分: 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 个回复

  • MATLAB有限元分析与应用
    说明:  一本很好的有限元分析的书籍,可以帮助土建类专业初学者更好的理解有限元,并学会用matlab编程(A good book of finite element analysis can help beginners of civil engineering to understand finite element better and learn to program with matlab)
    2020-06-20 20:20:02下载
    积分:1
  • formation control
    多智能体一致性编程,采用matlab编程(corporate control use matlab)
    2019-04-20 19:25:13下载
    积分:1
  • Ackman_Model1
    说明:  slip angle estimator
    2020-07-06 15:47:12下载
    积分:1
  • 自己编的俄罗斯方块游戏,使用键盘上的方向键进行游戏:左键左移,右键右移,下键快速下落,上键改变形状。菜单项中帮助有按键说明。菜单中可以选择游戏难度,游戏分为困难...
    自己编的俄罗斯方块游戏,使用键盘上的方向键进行游戏:左键左移,右键右移,下键快速下落,上键改变形状。菜单项中帮助有按键说明。菜单中可以选择游戏难度,游戏分为困难、普通和容易三个默认级别。 -own addendum to the Russian box game, the use of keyboard keys for the game : Left-left, right-shifted to the right. Quick keys whereabouts on the key change shape. Help menu item shows a button. Menu can be difficult to choose the game, the game is difficult, the ordinary and easy three-level default.
    2022-12-10 00:55:03下载
    积分:1
  • caipiao
    用C实现的自己使用的双色球分析源码。自己一直在用,还是有一定的参考价值哦。(C achieved using two color analysis of their source. He has been in use, or have a certain reference value oh.)
    2013-07-26 16:49:53下载
    积分:1
  • DAB_TEST
    说明:  仿真实现了DAB的移相控制效果,可用于DAB控制的开发与运行特性分析。(The simulation realizes the effect of phase-shift control of DAB, which can be used for the development and operation characteristic analysis of DAB control.)
    2020-11-20 00:19:37下载
    积分:1
  • MainToRunPhaseRetrieval
    MATLAB中散射成像预处理后进行相位恢复,程序运行需要修改图片输入路径(MATLAB scattering imaging pretreatment after phase recovery, the program needs to modify the image input path)
    2018-06-05 20:21:08下载
    积分:1
  • 一个VC++的课程设计,主要内容是运动在动态圆上的五角星。
    一个VC++的课程设计,主要内容是运动在动态圆上的五角星。-a curriculum design, and main contents of the circular movement of the dynamic on the five-pointed star.
    2022-01-30 18:55:19下载
    积分:1
  • 几个C++库函数,也是经常用来测试编程实力的函数!
    几个C++库函数,也是经常用来测试编程实力的函数!-several C library functions, but also often used to test the strength of programming function!
    2022-02-01 14:17:36下载
    积分:1
  • control_server
    这个是vb编写的控制服务器的程序,还包括一个于此相关的视频教程(This is the control server vb preparation procedures, this also includes a related video tutorial)
    2008-08-10 08:54:48下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载