登录
首页 » matlab » 用于机器人抓取检测的深学习代码

用于机器人抓取检测的深学习代码

于 2016-02-26 发布 文件大小:18716KB
0 191
下载积分: 1 下载次数: 16

代码说明:

  Code for Deep Learning for Detecting Robotic Grasps.Intended to be a simple codebase which will allow you to load the grasping dataset, process and whiten it, train a network, and perform grasp detection. Currently does not contain more advanced uation code (cross-validation, scoring, etc.), or code for the two-pass system I add dropout to this code.

文件列表:

Dropout1
........\backpropData
........\............\backprogation.mat,2164,2014-10-16
........\............\classify_error.mat,1624,2014-10-16
........\............\classify_weights.mat,3132740,2014-10-16
........\data
........\....\graspModes24.mat,219,2014-09-19
........\....\graspTestData.mat,3177092,2014-09-19
........\....\graspTrainData.mat,6348712,2014-09-19
........\minFunc
........\.......\ArmijoBacktrack.m,3204,2014-09-02
........\.......\autoGrad.m,807,2014-09-02
........\.......\autoHess.m,901,2014-09-02
........\.......\autoHv.m,317,2014-09-02
........\.......\autoTensor.m,870,2014-09-02
........\.......\callOutput.m,378,2014-09-02
........\.......\conjGrad.m,1845,2014-09-02
........\.......\dampedUpdate.m,995,2014-09-02
........\.......\example_minFunc.m,2421,2014-09-02
........\.......\example_minFunc_LR.m,1604,2014-09-02
........\.......\isLegal.m,107,2014-09-02
........\.......\lbfgs.m,924,2014-09-02
........\.......\lbfgsC.c,2408,2014-09-02
........\.......\lbfgsC.mexa64,7707,2014-09-02
........\.......\lbfgsC.mexglx,7733,2014-09-02
........\.......\lbfgsC.mexmac,9500,2014-09-02
........\.......\lbfgsC.mexmaci,12660,2014-09-02
........\.......\lbfgsC.mexmaci64,8800,2014-09-02
........\.......\lbfgsC.mexw32,7168,2014-09-02
........\.......\lbfgsC.mexw64,9728,2014-09-02
........\.......\lbfgsUpdate.m,614,2014-09-02
........\.......\logistic
........\.......\........\LogisticDiagPrecond.m,417,2014-09-02
........\.......\........\LogisticHv.m,216,2014-09-02
........\.......\........\LogisticLoss.m,669,2014-09-02
........\.......\........\mexutil.c,1154,2014-09-02
........\.......\........\mexutil.h,317,2014-09-02
........\.......\........\mylogsumexp.m,144,2014-09-02
........\.......\mchol.m,1287,2014-09-02
........\.......\mcholC.c,4190,2014-09-02
........\.......\mcholC.mexmaci64,13184,2014-09-02
........\.......\mcholC.mexw32,8192,2014-09-02
........\.......\mcholC.mexw64,12288,2014-09-02
........\.......\mcholinc.m,564,2014-09-02
........\.......\minFunc.m,43070,2014-09-02
........\.......\minFunc_processInputOptions.m,3704,2014-09-02
........\.......\polyinterp.m,4217,2014-09-02
........\.......\precondDiag.m,42,2014-09-02
........\.......\precondTriu.m,51,2014-09-02
........\.......\precondTriuDiag.m,60,2014-09-02
........\.......\rosenbrock.m,1074,2014-09-02
........\.......\taylorModel.m,677,2014-09-02
........\.......\WolfeLineSearch.m,11395,2014-09-02
........\recTraining
........\...........\auroc.m,2284,2014-09-02
........\...........\bsxfunwrap.m,1030,2014-09-02
........\...........\dirtyRegCostL0.m,990,2014-09-02
........\...........\histtest.m,961,2014-09-25
........\...........\inverseSigmoid.m,107,2014-09-02
........\...........\l2rowscaled.m,207,2014-09-02
........\...........\logSumExpL0Cost.m,1286,2014-09-02
........\...........\multimodalRegL0.m,914,2014-09-02
........\...........\nogpu
........\...........\.....\gather.m,22,2014-09-02
........\...........\.....\gpuArray.m,24,2014-09-02
........\...........\pNormGrad.m,323,2014-09-02
........\...........\README.txt,1300,2014-09-02
........\...........\roc1.m,548,2014-09-02
........\...........\rocdemo.m,3432,2014-09-27
........\...........\runBackpropMultiReg1.m,10210,2014-09-27
........\...........\runSAEMultiSparse.m,3177,2014-09-27
........\...........\scaleAndBiasWeights.m,1005,2014-09-02
........\...........\scaleMaskByModes2.m,398,2014-09-02
........\...........\smoothedAbs.m,316,2014-09-02
........\...........\smoothedL1Cost.m,409,2014-09-02
........\...........\softmaxBackpropCostMultiReg.m,4367,2014-10-16
........\...........\softmaxInitCost.m,2342,2014-09-02
........\...........\sparseAECostBinaryGenBias.m,1921,2014-09-02
........\...........\sparseAECostMultiRegWeighted.m,1723,2014-09-02
........\...........\trainGraspRecMultiSparse.m,2315,2014-09-17

........\...........\Whist.m,733,2014-09-25
........\util
........\....\caseWiseWhiten.m,971,2014-09-02
........\....\getSurfNorm.m,342,2014-09-02
........\....\graspPCDToRGBDImage.m,523,2014-09-02
........\....\interpMaskedData.m,1070,2014-09-02
........\....\orientedRGBDRectangle.m,1558,2014-09-02
........\....\padImage.m,962,2014-09-02
........\....\padMaskedImage2.m,1058,2014-09-02
........\....\pointsInAARect.m,450,2014-09-02
........\....\readGraspingPcd.m,2401,2014-09-02
........\....\removeOutliers.m,461,2014-09-02
........\....\resizeMaskedImage2.m,526,2014-09-02
........\....\rgb2yuv.m,840,2014-09-02
........\....\rotMat2D.m,189,2014-09-02
........\....\smartInterpMaskedData.m,460,2014-09-02
........\....\unpackRGBFloat.m,401,2014-09-02
........\weights
........\.......\graspWFinal.mat,3132740,2014-10-16

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

发表评论

0 个回复

  • 123
    基于matlab的直流电动机电流及其转速响应的仿真(Matlab-based DC motor current and speed response of the simulation)
    2011-05-22 13:50:26下载
    积分:1
  • adjk
    这是MATLAB的控制工具箱。由薛定宇教师编写。这个工具箱用来实现的PID最优程序!(This is the control MATLAB toolbox. Xue prepared by the teachers. This toolbox used to achieve the optimum PID process!)
    2007-04-24 21:40:30下载
    积分:1
  • dsp
    实现功能 1) 在用户界面设置录音时长并实时录音 2) 调节放音幅度、播放原声并进行时域、频域绘图 3) 对收集的声音进行倒放处理并播放 4) 对收集声音进行回声处理并播放,比对时域波形 5) 对收集声音进行回响处理并播放,比对时域波形 6) 对经过回声处理的声音进行回音消除并比对时域波形 7) 采用自适应滤波器消除采集声音中的环境噪音 8) 设计相应的滤波器组成均衡器对收集的声音进行处理并播放 9) 男女声识别 10) 设计参数可调的滤波器对采集的声音进行处理 (1) in the user interface to set the recording length and real-time recording 2) to adjust sound, played acoustic amplitude and time domain, frequency domain mapping 3) to upend the collection of sound and play 4) to collect sound echo processing and playback, than in the time domain waveform 5) to collect sound echoes, processing and playback, than in the time domain waveform 6) to echo and treated with echo s voice than in the time domain waveform 7) using adaptive filter to eliminate ambient noise in acquisition voice 8) to design the corresponding filter to process the voice of equalizer to collect and display 9) NanNvSheng recognition 10) tunable filter design parameters for voice processing )
    2013-12-10 10:24:16下载
    积分:1
  • GMSK
    在MATLAB上实现GMSK/GFSK调制解调,能输出频率轨迹和相位轨迹图,以及调制解调的频谱图(Achieve GMSK/GFSK modem on MATLAB, the output frequency can track and phase trajectories, and spectrum modulation and demodulation)
    2015-06-11 18:45:26下载
    积分:1
  • sf1
    复杂网络中最经典的BA无标度网络模型matlab源程序并且有求解度的程序代码,非常的实用,是研究复杂网络必备的网络模型。(Complex network in the most classic of BA scale-free network model has to solve matlab source and degree of code, very useful, is to examine the complex network required network model.)
    2007-09-17 14:52:49下载
    积分:1
  • -Pulse-Code-Modulation-(PCM)
    Pulse Code Modulation (PCM)
    2011-09-07 19:44:32下载
    积分:1
  • edid
    Apple Motion Sensor driver (PMU variant).
    2015-03-13 10:51:23下载
    积分:1
  • compressivesensingDoc2010
    说明:  压缩感知compressivesensing2010jan12最新资料,研究其在图像处理模式识别 视觉编码及其硬件实现等,该研究成为2009-2010年国家自然科学基金重要的研究热点,我也刚刚开始涉及该信号处理基础方向(compressive sensing documents search in Feb 2010)
    2010-03-19 09:10:45下载
    积分:1
  • option-pricing
    说明:  期权定价中用到的基础资产价格模拟以及相应的期权定价问题(Used in option pricing based on asset prices and the corresponding simulated option pricing problem)
    2021-04-24 20:58:46下载
    积分:1
  • 3dRecon
    说明:  三维重建,使用matlab编写的,效果还可以。(3D reconstruction, using MATLAB, the effect is OK.)
    2021-02-06 10:35:56下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载