登录
首页 » matlab » 3dCNN

3dCNN

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

  • POO-Project4
    基于MFC编写的通信录程序,提供登录身份确认,新增、修改、删除信息,基于用户选择隐藏部分信息,尚未实现存储功能,适合学习MFC组件的朋友使用(MFC-based contractor program, provide the login identification, add, modify, delete information based on user choose to hide some information, not yet implemented storage, suitable for learning to use MFC components)
    2011-07-19 21:35:22下载
    积分:1
  • Print Print myPrint2 control myPrint2 control
    myPrint2 打印控件 myPrint2 打印控件-Print Print myPrint2 control myPrint2 control
    2022-04-23 01:08:27下载
    积分:1
  • sanci
    用于发电机保护时的三次谐波提取,例如三次谐波保护(Three harmonic extraction for generator protection)
    2017-09-18 15:46:12下载
    积分:1
  • 一个加法练习的程序。。针对小学生做的。带家教的时候做的。很方便学习...
    一个加法练习的程序。。针对小学生做的。带家教的时候做的。很方便学习-an additive to practice procedures. . Elementary students do. With tutor when done. Very facilitate learning
    2023-06-14 03:55:03下载
    积分:1
  • 工业系统中的循环闪烁程序,用与全自动化洗衣机
    工业系统中的循环闪烁程序,用与全自动化洗衣机-system of the industrial cycle scintillation procedures, and use of the fully automated washing machine
    2022-06-28 10:53:50下载
    积分:1
  • 在MATLAB中读取edf格式数据,用于脑电信号处理
    在MATLAB中读取edf格式数据,用于脑电信号处理-In MATLAB to read edf format data for EEG signal processing
    2023-03-29 16:45:03下载
    积分:1
  • 波浪形Loading加载动画
    方块通过上下移动以及透明度的改变来模拟出波浪形的动画特效(Diamonds can simulate the wave shaped animation effects by moving up and down and changing the transparency.)
    2018-11-01 16:31:17下载
    积分:1
  • certif-ssd1
    This is answer for the SSD1 certification exam.
    2013-09-19 15:23:24下载
    积分:1
  • Commonnn
    说明:  IE浏览器下是将内容复制到Excel,需用户手动保存Excel文档 非IE浏览器可直接导出Excel文件(In IE browser, the content is copied to excel, and the user needs to save the excel document manually)
    2020-02-24 19:58:01下载
    积分:1
  • This is a small version of the maze to improve the game. Which spent a boolean v...
    这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
    2022-01-25 16:11:09下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载