登录
首页 » matlab » MNIST手势识别数据库进行softmax回归分类

MNIST手势识别数据库进行softmax回归分类

于 2019-05-18 发布 文件大小:10222KB
0 308
下载积分: 1 下载次数: 3

代码说明:

  MNIST手势识别数据库进行softmax回归分类,直接运行softmaxExercise.m文件即可运行。(The MNIST gesture recognition database is classified by soft Max regression and can be run directly by running the softmaxExercise. m file.)

文件列表:

softmax\computeNumericalGradient.m, 1189 , 2019-05-13
softmax\loadMNISTImages.m, 811 , 2011-04-28
softmax\loadMNISTLabels.m, 516 , 2011-04-26
softmax\minFunc\ArmijoBacktrack.m, 3251 , 2011-01-04
softmax\minFunc\autoGrad.m, 807 , 2011-01-04
softmax\minFunc\autoHess.m, 901 , 2011-01-04
softmax\minFunc\autoHv.m, 317 , 2011-01-04
softmax\minFunc\autoTensor.m, 870 , 2011-01-04
softmax\minFunc\callOutput.m, 385 , 2011-01-04
softmax\minFunc\conjGrad.m, 1845 , 2011-01-04
softmax\minFunc\dampedUpdate.m, 995 , 2011-01-04
softmax\minFunc\example_minFunc.m, 2421 , 2011-01-04
softmax\minFunc\example_minFunc_LR.m, 1604 , 2011-01-04
softmax\minFunc\isLegal.m, 107 , 2011-01-04
softmax\minFunc\lbfgs.m, 924 , 2011-01-04
softmax\minFunc\lbfgsC.c, 2408 , 2011-01-04
softmax\minFunc\lbfgsC.mexa64, 7707 , 2011-01-04
softmax\minFunc\lbfgsC.mexglx, 7733 , 2011-01-04
softmax\minFunc\lbfgsC.mexmac, 9500 , 2011-01-04
softmax\minFunc\lbfgsC.mexmaci, 12660 , 2011-01-04
softmax\minFunc\lbfgsC.mexmaci64, 8800 , 2011-01-04
softmax\minFunc\lbfgsC.mexw32, 7168 , 2011-01-04
softmax\minFunc\lbfgsC.mexw64, 9728 , 2011-01-04
softmax\minFunc\lbfgsUpdate.m, 614 , 2011-01-04
softmax\minFunc\logistic\LogisticDiagPrecond.m, 417 , 2011-01-04
softmax\minFunc\logistic\LogisticHv.m, 216 , 2011-01-04
softmax\minFunc\logistic\LogisticLoss.m, 659 , 2011-01-04
softmax\minFunc\logistic\mexutil.c, 1154 , 2011-01-04
softmax\minFunc\logistic\mexutil.h, 317 , 2011-01-04
softmax\minFunc\logistic\mylogsumexp.m, 227 , 2011-01-04
softmax\minFunc\logistic\repmatC.c, 3965 , 2011-01-04
softmax\minFunc\logistic\repmatC.dll, 7680 , 2011-01-04
softmax\minFunc\logistic\repmatC.mexglx, 20682 , 2011-01-04
softmax\minFunc\logistic\repmatC.mexmac, 10000 , 2011-01-04
softmax\minFunc\mchol.m, 1287 , 2011-01-04
softmax\minFunc\mcholC.c, 4190 , 2011-01-04
softmax\minFunc\mcholC.mexmaci64, 13184 , 2011-01-04
softmax\minFunc\mcholC.mexw32, 8192 , 2011-01-04
softmax\minFunc\mcholC.mexw64, 12288 , 2011-01-04
softmax\minFunc\mcholinc.m, 564 , 2011-01-04
softmax\minFunc\minFunc.m, 43634 , 2011-01-04
softmax\minFunc\minFunc_processInputOptions.m, 3704 , 2011-01-04
softmax\minFunc\polyinterp.m, 4217 , 2011-01-04
softmax\minFunc\precondDiag.m, 42 , 2011-01-04
softmax\minFunc\precondTriu.m, 51 , 2011-01-04
softmax\minFunc\precondTriuDiag.m, 60 , 2011-01-04
softmax\minFunc\rosenbrock.m, 1074 , 2011-01-04
softmax\minFunc\taylorModel.m, 677 , 2011-01-04
softmax\minFunc\WolfeLineSearch.m, 11478 , 2011-01-04
softmax\softmaxCost.m, 1428 , 2019-05-18
softmax\softmaxExercise.m, 4752 , 2019-05-18
softmax\softmaxPredict.m, 937 , 2019-05-18
softmax\softmaxTrain.m, 1891 , 2011-05-11
softmax\t10k-images.idx3-ubyte, 7840016 , 1998-01-26
softmax\t10k-labels.idx1-ubyte, 10008 , 1998-01-26
softmax\train-images.idx3-ubyte, 47040016 , 1996-11-18
softmax\train-labels.idx1-ubyte, 60008 , 1996-11-18
softmax\minFunc\logistic, 0 , 2019-05-18
softmax\minFunc, 0 , 2019-05-18
softmax, 0 , 2019-05-18

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

发表评论

0 个回复

  • MATLAB7.0
    MATLAB7.0入门教程 大学教程,入门参考(MATLAB7.0 Tutorial university tutorials, reference entry)
    2013-12-03 23:02:31下载
    积分:1
  • 复杂网络matlab经典算法
    说明:  随机网络,小世界网络,无标度网络等经典网络的生成源代码,下载打开后直接运行即可。(Random network, small world network, scale-free network and other classic network source code, download and open directly run.)
    2020-11-04 10:42:39下载
    积分:1
  • monodevelopment_src
    Building applications with Mono
    2007-09-30 09:02:21下载
    积分:1
  • ImageComputing
    matlab中关于图像处理的一些基本运算。也涉及了matlab中关于矩阵操作的一些基本方法,是matlab学习的基础,更是数字图像处理的基础。(matlab image processing on some of the basic operations. Also involves a matlab matrix operations on some of the basic method is matlab foundation of learning, but also the basis for digital image processing.)
    2009-11-24 11:31:15下载
    积分:1
  • Matlab-Programming-skills-
    这是我多年MATLAB编程的技巧汇总,希望对大家有用。里面包含命名规则,怎样优化程序等等。(This is my years of MATLAB programming skills summary, I hope useful for everyone. Which contains the naming rules, how to optimize procedures.)
    2013-07-31 09:58:43下载
    积分:1
  • Adamswai
    Adams外插法程序,用于画16阶以内的稳定域。(Adams extrapolation procedure, used to draw the16 order within the stable region.)
    2012-04-16 17:18:10下载
    积分:1
  • pisa
    电力系统状态估计MATLAB算法,最小二乘法应用(Power system state estimation MATLAB algorithm, the method of least squares applications)
    2013-03-23 11:27:42下载
    积分:1
  • zhixiang
    几个指向性的程序,包括线阵,面阵和带加权的阵型()
    2008-05-15 16:05:48下载
    积分:1
  • feixianxingdongtai
    用matlab实现的非线性动态范围调整算法,采用对数函数对图像进行增强,对低照度图像有一定效果(Nonlinear dynamic range adjustment algorithm matlab implementation, using a logarithmic function of image enhancement, image has a certain effect on the illumination)
    2014-01-22 18:16:08下载
    积分:1
  • hanshubijin
    说明:  此文件为MATLAB中常用的函数逼近的算法集。所有算法由本人亲自调试通过,且算法风格简介明了,代码格式美观。(This document is commonly used for the MATLAB function approximation algorithm for the set. I personally by all the algorithms, through debugging and algorithm profile style and clear, attractive format code.)
    2009-07-28 22:09:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载