CNN_toolbox

所属分类:matlab编程
开发工具:matlab
文件大小:6234KB
下载次数:399
上传日期:2015-04-16 16:15:37
上 传 者老任
说明:  卷积神经网络(CNN)算法,含有训练程序和测试程序
(CNN method by matlab,including the training data and the testing method)

文件列表:
CNN_toolbox\matclass\matclass\avi2pic.m (2154, 2005-05-10)
CNN_toolbox\matclass\matclass\cons_stat.m (1672, 2004-10-15)
CNN_toolbox\matclass\matclass\contents.m (8283, 2005-06-13)
CNN_toolbox\matclass\matclass\csv2matrix.m (1705, 2004-10-07)
CNN_toolbox\matclass\matclass\data\mars1.jpg (4192650, 2005-05-26)
CNN_toolbox\matclass\matclass\data\mars1_traj.mat (9320, 2005-06-07)
CNN_toolbox\matclass\matclass\demo_terrain_rec.m (12164, 2005-06-10)
CNN_toolbox\matclass\matclass\documents\MatClassRM.chm (50641, 2005-06-14)
CNN_toolbox\matclass\matclass\documents\MatClassUG.pdf (1037950, 2005-06-14)
CNN_toolbox\matclass\matclass\dsp_artc.dll (77824, 2005-02-25)
CNN_toolbox\matclass\matclass\dsp_artc.m (1212, 2005-05-10)
CNN_toolbox\matclass\matclass\dsp_clman.dll (106496, 2005-02-25)
CNN_toolbox\matclass\matclass\dsp_clman.m (986, 2005-05-10)
CNN_toolbox\matclass\matclass\dsp_dtc.dll (69632, 2005-02-25)
CNN_toolbox\matclass\matclass\dsp_dtc.m (615, 2005-05-10)
CNN_toolbox\matclass\matclass\dsp_fisc.dll (90112, 2005-02-25)
CNN_toolbox\matclass\matclass\dsp_fisc.m (935, 2005-05-11)
CNN_toolbox\matclass\matclass\dsp_nnc.dll (81920, 2005-02-25)
CNN_toolbox\matclass\matclass\dsp_nnc.m (1698, 2005-05-10)
CNN_toolbox\matclass\matclass\export_artc.m (1785, 2005-05-10)
CNN_toolbox\matclass\matclass\export_classifier.m (1582, 2005-05-10)
CNN_toolbox\matclass\matclass\export_classnames.m (2534, 2005-05-11)
CNN_toolbox\matclass\matclass\export_dtc.m (1758, 2005-05-10)
CNN_toolbox\matclass\matclass\export_fisc.m (1800, 2005-05-10)
CNN_toolbox\matclass\matclass\export_nnc.m (3182, 2005-05-10)
CNN_toolbox\matclass\matclass\factor_surface.m (2195, 2005-05-17)
CNN_toolbox\matclass\matclass\gen_balanced_data.m (1462, 2005-05-11)
CNN_toolbox\matclass\matclass\gen_classifier_input.m (2569, 2005-05-10)
CNN_toolbox\matclass\matclass\gen_clust.m (1547, 2004-10-07)
CNN_toolbox\matclass\matclass\gen_consistent_data.m (3682, 2004-10-15)
CNN_toolbox\matclass\matclass\gen_distributions.m (3910, 2005-05-10)
CNN_toolbox\matclass\matclass\gen_normalized_data.m (3038, 2005-05-10)
CNN_toolbox\matclass\matclass\gen_pwlin_func.m (1484, 2005-05-10)
CNN_toolbox\matclass\matclass\gen_randomized_data.m (1480, 2005-05-11)
CNN_toolbox\matclass\matclass\gen_resampled_video.m (4216, 2005-05-11)
CNN_toolbox\matclass\matclass\gen_trajectory.m (5403, 2005-05-11)
CNN_toolbox\matclass\matclass\gen_type_consistency.m (2150, 2005-05-10)
CNN_toolbox\matclass\matclass\get_class_efficiency.m (2224, 2005-05-10)
CNN_toolbox\matclass\matclass\get_sign_quality.m (3319, 2005-05-11)
CNN_toolbox\matclass\matclass\get_sign_time.m (4476, 2005-06-07)
... ...

////////////////////////////////////////////////////////////////// MATCNN, Ver. 1.0 - Installation Guide The MATCNN Matlab Toolbox supports single-layer analogic CNN algorithm design with linear and nonlinear templates in MATLAB environment. The MATCNN directory can be created under the \TOOLBOX where all files from the installation diskette should be copied. Then \TOOLBOX\MATCNN should be inserted into the directory list of matlabrc.m to use this new toolbox as all others in MATLAB environment. Using MATCNN in your local environment (e.g. \TEST) a startup M-file should be created (startup.m) specifying the location of the toolbox: e.g. addpath('C:\home\MATCNN') -> Windows or addpath('/home/MATCNN') -> UNIX A help is available with each M- and MEX-file when typing "HELP file_name" according to the MATLAB conventions. /////////////////////////////////////////////////////////////////// The MATCNN toolbox have been tested in Win'95 and SunOS 5.5.1, some important notes are as follows: I. Compiler options for creating MEX DLL-s using "cmex.bat" and Microsoft Visual C++ 1.52 (Matlab 4.2c.1, Windows '95 environment): cl -c -AHw -Zip -FPi87 -G3D -W3 -DDLLMEX %V35_FLAG% %1 (huge memory model, inline coprocessor calls, proc: 386) cmex fname.c Execute the batch file "cwindows.bat" to compile all kernels of the MATCNN in Windows environment. II. Options for creating MEX files in Matlab 5.0 using the script "mex" and the cc compiler in Unix environment (SunOS 5.5.1) (forcing compatibility with ver 4.*): mex -DUNIX -V4 fname.c Execute the script "cunix" to compile all kernels of the MATCNN in UNIX environment. III. To create soft links to the existing M-files (upper case, mixed) in UNIX environment execute the script file "slink". IV. When transfering data between LAM and LLM locations in UNIX environment (Matlab 5.0) a bug was found using the assignment operator (D=S). Use function "D=TRANSFER(S)" instead that ensures a memory allocation for D in all cases. /////////////////////////////////////////////////////////////////// ////

近期下载者

相关文件


收藏者