Q: How could I use MATLAB interface for parameter selection? One can do this by a simple loop. See the following example: bestcv = 0; for log2c = -1:3, for log2g = -4:1, cmd = ['-v 5 -c ', num2str(2^log2c), ' -g ', num2str(2^log2g)]; cv = svmtrain(he…
1.脚本 This directory includes some useful codes: 1. subset selection tools. (子集抽取工具) subset.py 2. parameter selection tools. (参数选优工具) grid.py 3. LIBSVM format checking tools(格式检查工具)checkdata.py Part I: Subset selection tools子集抽取 Introduction =========…
已有条件: ubuntu14.04+cuda7.5+anaconda2(即python2.7)+matlabR2014a 上述已经装好了,开始搭建caffe环境. 1. 装cudnn5.1.3,参照:2015.08.17 Ubuntu 14.04+cuda 7.5+caffe安装配置 详情:先下载好cudnn-7.5-linux-x64-v5.1-rc.tgz安装包(貌似需要官网申请) 解压: tar -zxvf cudnn-7.5-linux-x64-v5.1-rc.tgz cd cuda s…
来源: http://blog.csdn.net/daaikuaichuan/article/details/61414219 配置Makefile.config(参考:http://blog.csdn.net/autocyz/article/details/51783857   )    折腾到这一步,离成功就不远了,接下来就是配置之前搁置的Makefile.config,进入caffe根目录,使用vim编辑器打开Makefile.config.    在打开的Makefile.config修…
1.平面操作工具箱 http://cathy.ijs.si/~leon/planman.html 2.SimMechanics 工具箱 (这个好像不是免费的) http://www.mathworks.com/access/helpdesk/help/toolbox/physmod/mech/mech.shtml 3.gaot工具箱(遗传算法工具箱) http://www.dytrol.com/viewFile.asp?Boardid=11&ID=263 4.Optimization Toolb…
  Technical Q&A QA1914 Viewing the interface of your Swift code Q:  How do I view the interface of my Swift code in Xcode? 问: 怎么在Xcode中查看swift文件的头文件? A: Xcode generates an interface file that includes all your source code's internal and public declar…
MATLAB Toolboxes top (Top) Audio - Astronomy - BiomedicalInformatics - Chemometrics  - Chaos - Chemistry - Coding - Control - Communications - Engineering - Data Mining - Excel - FEM - Fuzzy - Finance - GAs - Graph - Graphics - Images - ICA - Kernel …
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 辛苦原创所得,转载请注明出处 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 在配置前可以在matlab里输入 mex -setup 来看下环境,检测vs结果有网友说跟是否正版有关,本人也不是很清楚. 这里要说明的是安装很新版本matlab的时候,当破解文件拷贝完后仍然出现出现error -8错误无法启动,那是因为windows系统的问题,可以用windows 易升来对系统…
在ubuntu16.04下编译安装了py-faster-rcnn. 主要步骤包括:安装cuda/cudnn,换apt源,装开源显卡驱动,装caffe依赖的apt包和python包,下载py-faster-rcnn代码,编译代码.注意一点:不要用cuda安装包自带的显卡驱动,装好cuda后用apt-get装源里的最新驱动,否则很可能黑屏. py-faster-rcnn代码默认使用cudnn3,本文安装的是cudnn5,是通过修改微量py-faster-rcnn所依赖的caffe代码做到的. 本文提…
Caffe + Ubuntu 14.04 + CUDA 8 + cudnn 8.0+Ananconda3+opencv3.0.0 //由于本人使用的是英文版ubuntu,没装汉语输入法,暂时就用蹩脚的英语(--)来记录我的caffe安装过程了, //有的少数我认为很重要的地方会用 在线拼音转汉语 来用汉语标注 1 CUDA downloads  and install instructions https://developer.nvidia.com/cuda-downloads sudo ap…