登录
首页 » matlab » convlutional_network_GPU

convlutional_network_GPU

于 2014-08-07 发布 文件大小:2246KB
0 181
下载积分: 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 个回复

  • jiancechengxu
    角点检测的一个MATLAB源代码,希望对初学者有点帮助。(corner detection of a MATLAB source code, and I hope to be useful to beginners.)
    2007-06-01 13:45:26下载
    积分:1
  • 2
    说明:  第二章 MATLAB 图形绘制基础 2.1 二维绘图 2.1.1 基本绘图函数 2.1.2 图形窗口的修饰 2.2 三维绘图 2.2.1 plot3 函数 2.2.2 三维网格图和曲面图(MATLAB chapter 2.1 Rendering the basis of two-dimensional mapping function 2.1.2 graphics 2.1.1 basic graphics window 2.2 modified three-dimensional mapping function 2.2.1 plot3 Figure 2.2.2 Three-dimensional grid and surface map)
    2007-08-07 18:08:28下载
    积分:1
  • 高斯光束轴向光强模拟
    说明:  这是一份高斯光束的轴向光强分布模拟程序,可以模拟高斯光束的光强以及其他光束(This is a simulation program of the axial intensity distribution of Gaussian beams, which can simulate the intensity of Gaussian beams and other beams)
    2020-06-15 18:36:30下载
    积分:1
  • feng
    这是一个Matlab程序。它教你怎么处理风洞试验数据。对初学者很有帮助。(This is a matlab programme about wind load. It s very important for a new learner . It tells you how to deal with wind load.)
    2010-07-24 19:34:45下载
    积分:1
  • Unit1
    have players give the function of song category, there is fast forward, pause, stop
    2013-07-30 19:40:13下载
    积分:1
  • 1122
    其实操作系统在调用 main 函数时是传参数的,main 函数最标准的形式应该是 int main(int argc, char *argv[]),在第 6 节 “指向指针的指针与指针数组” 详细介绍。C 标准也允许 int main(void)这种写法,如果不使用系统传进来的两 个参数也可以写成这种形式。但除了这两种形式之外,定义 main 函数的其它写法都 是错误的或不可移植的。(The 88-bytes (704-bits) in the Configuration zone contain manufacturing identification data, general device, and system configuration, and access restriction control values for the slots within the Data zone. The values of these bytes can always be obtained using the Read command. The bytes of this zone are arranged as shown in Table 2-2)
    2015-01-05 17:13:58下载
    积分:1
  • fir-high
    用汉宁窗函数法设计一个数字FIR高通滤波器,要求通带边界频率为500Hz,阻带边界频率为400Hz,通带最大衰减1dB,阻带最小衰减40dB,抽样频率为2000Hz,用MATLAB画出幅频特性,画出并分析滤波器传输函数的零极点(With han ning window function method to design a digital FIR high-pass filter, request bandpass boundary frequency for 500 Hz, stop-band boundary frequency for 400 Hz, bandpass biggest 1 dB attenuation, stop-band attenuation least 40 dB, sampling frequency for 2000 Hz, MATLAB draw the amplitude frequency characteristics, painted and analysis filter transmission function of zero poles)
    2012-01-05 22:38:39下载
    积分:1
  • read_obs
    用Matlab处理GPS导航卫星观测数据的程序,也就是O文件,Rinex 2.11版本,代码仅200多行,且包含大量注释,于2017.12.2日调试通过,可顺利读取体积达10M+的O文件,读取的数据准确无误。函数调用格式: [APXYZ DeltaHEN signal_type obsdata] = read_obs(‘krgg3340.17o’)(Using Matlab to process GPS navigation satellite observation data program, that is, O file, Rinex 2.11 version, the code is only more than 200 rows, and contains a lot of annotations. It debugged on 2017.12.2 day. It can smoothly read the O file with volume up to 10M+, and the data read is accurate.)
    2020-07-16 16:38:49下载
    积分:1
  • plss
    PLSS基于样条基函数变换的偏最小二乘法(Plss spline based on function transformation PLS)
    2008-03-10 13:50:14下载
    积分:1
  • themethodofcreatPRBS
    说明:  产生伪随机序列的方法,C语言编写,调试通过。(Generate pseudo-random sequence, C languages, debugging through.)
    2008-10-18 13:53:52下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载