登录
首页 » matlab » convlutional_network_GPU

convlutional_network_GPU

于 2014-08-07 发布 文件大小:2246KB
0 225
下载积分: 1 下载次数: 119

代码说明:

  卷积神经网络的GPU实现。使用GPU计算来加速神经网络训练。(GPU convolution neural network implementation. Accelerate the training time)

文件列表:

convlutional_network_GPU
........................\demo
........................\....\demoMLCNN.m,1171,2014-01-06
........................\MaxPooling
........................\..........\.cproject,11090,2011-06-24
........................\..........\.project,2573,2011-07-11
........................\..........\MaxPooling.cpp,8899,2011-07-18
........................\..........\MaxPooling.m,404,2011-07-18
........................\..........\MaxPooling.mexmaci64,29888,2011-07-12
........................\..........\MaxPooling.mexw64,13312,2013-08-21
........................\..........\MaxPooling.m~,1,2011-07-11
........................\..........\htm" target=_blank>README,960,2011-07-12
........................\models
........................\......\mlcnn.m,41288,2014-01-06
........................\readme.txt,111,2014-01-06
........................\startLearning.m,289,2013-08-08
........................\testData2.mat,1144586,2013-12-30
........................\testLabels2.mat,18342,2013-12-30
........................\trainData2.mat,1146600,2013-12-30
........................\trainLabels2.mat,18122,2013-12-30
........................\utils
........................\.....\checkMLNNGradients.m,1202,2013-06-17
........................\.....\checkNNGradients.m,6559,2013-06-17
........................\.....\dataProcessing.m,4447,2013-11-19
........................\.....\dataProcessing2.m,4356,2013-11-19
........................\.....\gpuDistribute.m,262,2013-06-17
........................\.....\gpuGather.m,403,2013-06-17
........................\.....\loadData.m,793,2013-08-09
........................\.....\maxPooling.m,889,2014-01-06
........................\.....\medalConstants.m,430,2013-06-17
........................\.....\myScatter.m,920,2013-06-17
........................\.....\notDefined.m,1116,2013-06-17
........................\.....\preProcessData.m,255,2013-11-08
........................\.....\sc.m,146,2012-06-15
........................\.....\sigmoid.m,69,2013-06-17
........................\.....\softMax.m,432,2013-06-17
........................\.....\softRect.m,224,2013-06-17
........................\.....\subplottight.m,897,2013-06-17

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

发表评论

0 个回复

  • RaoBlackwellisedParticleFilteringforDynamicConditi
    The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generic and suitable for any application.(The software implements particle filteri Vi and Rao Blackwellised particle filtering az r conditionally Gaussian Models. The RB algori thm can be interpreted as an efficient stochast ic mixture of Kalman filters. The software also includes efficient state-of-the-art resampl ing routines. These are generic and suitable az r any application.)
    2006-10-26 14:36:56下载
    积分:1
  • isodata
    说明:  自己写的isodata聚类程序,已经在matlab下调试验证通过。(Wrote it myself ISODATA clustering procedure has been adopted to verify matlab debugging.)
    2008-10-28 21:02:03下载
    积分:1
  • ZDHFDJ
    自动化应用--直流电动机和交流发电机控制系统设计,环境为MATLAB(automation applications-- DC motor and alternator control system design environment for MATLAB)
    2007-06-27 11:37:31下载
    积分:1
  • GSC2
    广义旁瓣相消器,阻塞矩阵B2,一个期望信号,一个干扰,高斯白噪声(the simulation of GSC(B2))
    2021-03-28 19:29:11下载
    积分:1
  • emd12
    编写的EMD分解程序,希望能帮助到需要的人(Preparation of EMD decomposition process, hoping to help people in need)
    2013-11-22 17:48:20下载
    积分:1
  • 新建文件夹
    粒子群算法PID,利用粒子群算法优化PID参数,simulink,代码(Particle swarm optimization (PID), using particle swarm optimization (PSO) to optimize PID parameters, Simulink, code)
    2018-01-24 16:20:26下载
    积分:1
  • 三维重建MATLAB语言
    说明:  基于SFM的三维重建MATLAB程序,值得借鉴(SFM - based three - dimensional reconstruction of MATLAB procedures, worthy of reference)
    2020-12-06 21:09:22下载
    积分:1
  • 17days_all
    本资料为杨鹏老师所编,内涵了gre词汇的背诵方法,以及以前版本所没有的易混单词,实为难得的好材料(the book mainly describes an effective way to recite GRE words.)
    2010-03-09 17:18:24下载
    积分:1
  • Fully_Converter_ramp
    This is the matlab simulation of Fully Controlled Rectifier controlling a DC Motor with RAMP input.
    2011-12-16 04:02:41下载
    积分:1
  • LMS
    说明:  最小均方濾波器是一類可通過最小化誤差訊號之均方值而修正濾波器係數,以類比所需理想濾波器的自適應濾波器,其中作為修正依據的誤差訊號為理想參考訊號與實際輸出訊號之差。該種濾波器所用之最小均方法只以當前之訊號誤差值為準進行修正,是一種隨機梯度下降法。最小均方法係由斯坦福大學的Bernard Widrow教授及他的首位博士班學生Marcian Hoff於1960年提出。最小均方濾波器屬於常見的自適應濾波器種類之一。(The minimum mean square filter is an adaptive filter that can correct the filter coefficients by minimizing the mean square value of the error signal to analogize the desired ideal filter. The error signal used as the correction reference is the ideal reference signal and the actual output. The difference between the signals. The minimum averaging method used in this kind of filter is only corrected based on the current signal error value, which is a stochastic gradient descent method. The minimum mean method was proposed in 1960 by Professor Bernard Widrow of Stanford University and his first PhD student, Marcian Hoff. The least mean square filter is one of the common types of adaptive filters.)
    2019-02-21 22:43:06下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载