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

Softmax regression classification based on MNIST gesture recognition database

softmax 手势分类 mnist分类 softmax识别minst 手势识别

关注次数: 264

下载次数: 2

文件大小: 10222KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

MNIST手势识别数据库进行softmax回归分类,直接运行softmaxExercise.m文件即可运行。


English Description:

MNIST gesture recognition database for softmax regression classification, directly run softmax exercise. M file can run.


代码预览

softmax\computeNumericalGradient.m

softmax\loadMNISTImages.m

softmax\loadMNISTLabels.m

softmax\minFunc\ArmijoBacktrack.m

softmax\minFunc\autoGrad.m

softmax\minFunc\autoHess.m

softmax\minFunc\autoHv.m

softmax\minFunc\autoTensor.m

softmax\minFunc\callOutput.m

softmax\minFunc\conjGrad.m

softmax\minFunc\dampedUpdate.m

softmax\minFunc\example_minFunc.m

softmax\minFunc\example_minFunc_LR.m

softmax\minFunc\isLegal.m

softmax\minFunc\lbfgs.m

softmax\minFunc\lbfgsC.c

softmax\minFunc\lbfgsC.mexa64

softmax\minFunc\lbfgsC.mexglx

softmax\minFunc\lbfgsC.mexmac

softmax\minFunc\lbfgsC.mexmaci

softmax\minFunc\lbfgsC.mexmaci64

softmax\minFunc\lbfgsC.mexw32

softmax\minFunc\lbfgsC.mexw64

softmax\minFunc\lbfgsUpdate.m

softmax\minFunc\logistic\LogisticDiagPrecond.m

softmax\minFunc\logistic\LogisticHv.m

softmax\minFunc\logistic\LogisticLoss.m

softmax\minFunc\logistic\mexutil.c

softmax\minFunc\logistic\mexutil.h

softmax\minFunc\logistic\mylogsumexp.m

softmax\minFunc\logistic\repmatC.c

softmax\minFunc\logistic\repmatC.dll

softmax\minFunc\logistic\repmatC.mexglx

softmax\minFunc\logistic\repmatC.mexmac

softmax\minFunc\mchol.m

softmax\minFunc\mcholC.c

softmax\minFunc\mcholC.mexmaci64

softmax\minFunc\mcholC.mexw32

softmax\minFunc\mcholC.mexw64

softmax\minFunc\mcholinc.m

softmax\minFunc\minFunc.m

softmax\minFunc\minFunc_processInputOptions.m

softmax\minFunc\polyinterp.m

softmax\minFunc\precondDiag.m

softmax\minFunc\precondTriu.m

softmax\minFunc\precondTriuDiag.m

softmax\minFunc\rosenbrock.m

softmax\minFunc\taylorModel.m

softmax\minFunc\WolfeLineSearch.m

softmax\softmaxCost.m

softmax\softmaxExercise.m

softmax\softmaxPredict.m

softmax\softmaxTrain.m

softmax\t10k-images.idx3-ubyte

softmax\t10k-labels.idx1-ubyte

softmax\train-images.idx3-ubyte

softmax\train-labels.idx1-ubyte

softmax\minFunc\logistic

softmax\minFunc

softmax