登录
首页 » matlab » starter

starter

于 2021-04-30 发布 文件大小:11702KB
0 351
下载积分: 1 下载次数: 137

代码说明:

  基于深度学习的稀疏自编码器,对图像特征进行提取,然后分类(Extraction the encoder based on sparse feature depth study)

文件列表:

cs294a_2011-assignment.pdf,278811,2016-03-20
sparseAutoencoder_2011new.pdf,441206,2016-03-20
starter
.......\checkNumericalGradient.m,1982,2011-01-06
.......\computeNumericalGradient.m,1120,2016-03-20
.......\display_network.m,2647,2011-01-05
.......\IMAGES.mat,20971720,2011-01-04
.......\initializeParameters.m,622,2011-01-05
.......\minFunc
.......\.......\ArmijoBacktrack.m,3251,2011-01-04
.......\.......\autoGrad.m,807,2011-01-04
.......\.......\autoHess.m,901,2011-01-04
.......\.......\autoHv.m,317,2011-01-04
.......\.......\autoTensor.m,870,2011-01-04
.......\.......\callOutput.m,385,2011-01-04
.......\.......\conjGrad.m,1845,2011-01-04
.......\.......\dampedUpdate.m,995,2011-01-04
.......\.......\example_minFunc.m,2421,2011-01-04
.......\.......\example_minFunc_LR.m,1604,2011-01-04
.......\.......\isLegal.m,107,2011-01-04
.......\.......\lbfgs.m,924,2011-01-04
.......\.......\lbfgsC.c,2408,2011-01-04
.......\.......\lbfgsC.mexa64,7707,2011-01-04
.......\.......\lbfgsC.mexglx,7733,2011-01-04
.......\.......\lbfgsC.mexmac,9500,2011-01-04
.......\.......\lbfgsC.mexmaci,12660,2011-01-04
.......\.......\lbfgsC.mexmaci64,8800,2011-01-04
.......\.......\lbfgsC.mexw32,7168,2011-01-04
.......\.......\lbfgsC.mexw64,9728,2011-01-04
.......\.......\lbfgsUpdate.m,614,2011-01-04
.......\.......\logistic
.......\.......\........\LogisticDiagPrecond.m,417,2011-01-04
.......\.......\........\LogisticHv.m,216,2011-01-04
.......\.......\........\LogisticLoss.m,659,2011-01-04
.......\.......\........\mexutil.c,1154,2011-01-04
.......\.......\........\mexutil.h,317,2011-01-04
.......\.......\........\mylogsumexp.m,227,2011-01-04
.......\.......\........\repmatC.c,3965,2011-01-04
.......\.......\........\repmatC.dll,7680,2011-01-04
.......\.......\........\repmatC.mexglx,20682,2011-01-04
.......\.......\........\repmatC.mexmac,10000,2011-01-04
.......\.......\mchol.m,1287,2011-01-04
.......\.......\mcholC.c,4190,2011-01-04
.......\.......\mcholC.mexmaci64,13184,2011-01-04
.......\.......\mcholC.mexw32,8192,2011-01-04
.......\.......\mcholC.mexw64,12288,2011-01-04
.......\.......\mcholinc.m,564,2011-01-04
.......\.......\minFunc.m,43634,2011-01-04
.......\.......\minFunc_processInputOptions.m,3704,2011-01-04
.......\.......\polyinterp.m,4217,2011-01-04
.......\.......\precondDiag.m,42,2011-01-04
.......\.......\precondTriu.m,51,2011-01-04
.......\.......\precondTriuDiag.m,60,2011-01-04
.......\.......\rosenbrock.m,1074,2011-01-04
.......\.......\taylorModel.m,677,2011-01-04
.......\.......\WolfeLineSearch.m,11478,2011-01-04
.......\sampleIMAGES.m,2450,2016-03-20
.......\sigmoidInv.m,465,2016-03-20
.......\sparseAutoencoderCost.m,4436,2016-03-20
.......\train.m,5813,2016-03-20

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

发表评论

0 个回复

  • LogOn(1)
    好用的程序,多去查资料,你会有很大的收获(good)
    2010-01-12 16:10:49下载
    积分:1
  • canoncorr
    说明:  典型相关分析的matlab程序,希望对各位有用(Canonical correlation analysis matlab program you want to be useful)
    2020-11-12 16:49:43下载
    积分:1
  • sim
    该程序是用matlab模拟生成一幅散斑图像的程序(The program is to generate a speckle image with matlab simulation program)
    2021-04-16 22:48:54下载
    积分:1
  • 车牌识别系统MATLAB源代码完整
    说明:  clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
    2017-08-13 02:35:37下载
    积分:1
  • RDA
    用matlab语言写的RDA(Regularized descriminant analysis)算法,用于模式分类(Matlab language used to write the RDA (Regularized descriminant analysis) algorithm for pattern classification)
    2007-12-24 21:38:31下载
    积分:1
  • diff_efficiency_shadow_effect
    Calculation of diffraction efficiency of rectangular phase grating (comparison scalar theory and scalar theory with shadow effect)
    2010-02-11 04:49:39下载
    积分:1
  • Matlab
    说明:  利用共軛梯度法求解線性聯立方程組 從整體來搜索最佳方向(Using conjugate gradient method for solving linear simultaneous equations to search for the best direction for the overall)
    2010-04-14 01:55:04下载
    积分:1
  • book
    这是一本研究目标定位跟踪的学习手册(在雷达,声纳,无线传感器网络领域等),采用的方法有最小二乘/极大似然,卡尔曼滤波,蒙特卡洛,粒子滤波等方法,更是很多读者需要的是里面有大量的仿真实例和程序代码,并配以中文注释,读者可以结合书中的原理和公式,对程序有进一步的理解。也适合很多读者在已有的代码的基础上对算法进行改进。(This is a study targeting the learning manual tracking (radar, sonar, wireless sensor networks, etc.), using the least squares method/maximum likelihood, Kalman filtering, Monte Carlo, particle filtering methods , but many readers need is there are a large number of simulation examples and program code, and with Chinese notes, the book the reader can combine the principles and formulas, a better understanding of the program. Also suitable for many readers on the basis of the existing code to improve the algorithm.)
    2021-04-25 20:28:46下载
    积分:1
  • Image-recovery
    图像复原的Matlab相关代码,还有代码中需要的实验图片,可以直接运行(image recovery)
    2014-12-05 17:50:10下载
    积分:1
  • MPSK--Simulation-System
    基于matlab的MPSK调制方式simulink仿真系统,系统中有录音模块、PCM编码、误码率计算等模块。(MPSK modulation mode based on the matlab simulink simulation system, the system of recording module, PCM coding, bit error rate calculation module, etc.)
    2014-09-17 14:51:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载