文件名称:Softmax_exercise
介绍说明--下载内容来自于网络,使用问题请自行百度
Softmax用于多分类问题,本例是将MNIST手写数字数据库中的数据0-9十个数字进行分类,其中训练样本有6万个,测试样本有1万个数字是0~9-Softmax for multi classification problems, the present case is the handwritten data MNIST digital 0-9, classification, training samples which have 60,000, there are 10,000 test samples digit 0 to 9
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Softmax_exercise/computeNumericalGradient.m
Softmax_exercise/loadMNISTImages.m
Softmax_exercise/loadMNISTLabels.m
Softmax_exercise/minFunc/ArmijoBacktrack.m
Softmax_exercise/minFunc/autoGrad.m
Softmax_exercise/minFunc/autoHess.m
Softmax_exercise/minFunc/autoHv.m
Softmax_exercise/minFunc/autoTensor.m
Softmax_exercise/minFunc/callOutput.m
Softmax_exercise/minFunc/conjGrad.m
Softmax_exercise/minFunc/dampedUpdate.m
Softmax_exercise/minFunc/example_minFunc.m
Softmax_exercise/minFunc/example_minFunc_LR.m
Softmax_exercise/minFunc/isLegal.m
Softmax_exercise/minFunc/lbfgs.m
Softmax_exercise/minFunc/lbfgsC.c
Softmax_exercise/minFunc/lbfgsC.mexa64
Softmax_exercise/minFunc/lbfgsC.mexglx
Softmax_exercise/minFunc/lbfgsC.mexmac
Softmax_exercise/minFunc/lbfgsC.mexmaci
Softmax_exercise/minFunc/lbfgsC.mexmaci64
Softmax_exercise/minFunc/lbfgsC.mexw32
Softmax_exercise/minFunc/lbfgsC.mexw64
Softmax_exercise/minFunc/lbfgsUpdate.m
Softmax_exercise/minFunc/logistic/LogisticDiagPrecond.m
Softmax_exercise/minFunc/logistic/LogisticHv.m
Softmax_exercise/minFunc/logistic/LogisticLoss.m
Softmax_exercise/minFunc/logistic/mexutil.c
Softmax_exercise/minFunc/logistic/mexutil.h
Softmax_exercise/minFunc/logistic/mylogsumexp.m
Softmax_exercise/minFunc/logistic/repmatC.c
Softmax_exercise/minFunc/logistic/repmatC.dll
Softmax_exercise/minFunc/logistic/repmatC.mexglx
Softmax_exercise/minFunc/logistic/repmatC.mexmac
Softmax_exercise/minFunc/mchol.m
Softmax_exercise/minFunc/mcholC.c
Softmax_exercise/minFunc/mcholC.mexmaci64
Softmax_exercise/minFunc/mcholC.mexw32
Softmax_exercise/minFunc/mcholC.mexw64
Softmax_exercise/minFunc/mcholinc.m
Softmax_exercise/minFunc/minFunc.m
Softmax_exercise/minFunc/minFunc_processInputOptions.m
Softmax_exercise/minFunc/polyinterp.m
Softmax_exercise/minFunc/precondDiag.m
Softmax_exercise/minFunc/precondTriu.m
Softmax_exercise/minFunc/precondTriuDiag.m
Softmax_exercise/minFunc/rosenbrock.m
Softmax_exercise/minFunc/taylorModel.m
Softmax_exercise/minFunc/WolfeLineSearch.m
Softmax_exercise/softmaxCost.m
Softmax_exercise/softmaxExercise.m
Softmax_exercise/softmaxPredict.m
Softmax_exercise/softmaxTrain.m
Softmax_exercise/t10k-images.idx3-ubyte
Softmax_exercise/t10k-labels.idx1-ubyte
Softmax_exercise/train-images.idx3-ubyte
Softmax_exercise/train-labels.idx1-ubyte
Softmax_exercise/minFunc/logistic
Softmax_exercise/minFunc
Softmax_exercise
Softmax_exercise/loadMNISTImages.m
Softmax_exercise/loadMNISTLabels.m
Softmax_exercise/minFunc/ArmijoBacktrack.m
Softmax_exercise/minFunc/autoGrad.m
Softmax_exercise/minFunc/autoHess.m
Softmax_exercise/minFunc/autoHv.m
Softmax_exercise/minFunc/autoTensor.m
Softmax_exercise/minFunc/callOutput.m
Softmax_exercise/minFunc/conjGrad.m
Softmax_exercise/minFunc/dampedUpdate.m
Softmax_exercise/minFunc/example_minFunc.m
Softmax_exercise/minFunc/example_minFunc_LR.m
Softmax_exercise/minFunc/isLegal.m
Softmax_exercise/minFunc/lbfgs.m
Softmax_exercise/minFunc/lbfgsC.c
Softmax_exercise/minFunc/lbfgsC.mexa64
Softmax_exercise/minFunc/lbfgsC.mexglx
Softmax_exercise/minFunc/lbfgsC.mexmac
Softmax_exercise/minFunc/lbfgsC.mexmaci
Softmax_exercise/minFunc/lbfgsC.mexmaci64
Softmax_exercise/minFunc/lbfgsC.mexw32
Softmax_exercise/minFunc/lbfgsC.mexw64
Softmax_exercise/minFunc/lbfgsUpdate.m
Softmax_exercise/minFunc/logistic/LogisticDiagPrecond.m
Softmax_exercise/minFunc/logistic/LogisticHv.m
Softmax_exercise/minFunc/logistic/LogisticLoss.m
Softmax_exercise/minFunc/logistic/mexutil.c
Softmax_exercise/minFunc/logistic/mexutil.h
Softmax_exercise/minFunc/logistic/mylogsumexp.m
Softmax_exercise/minFunc/logistic/repmatC.c
Softmax_exercise/minFunc/logistic/repmatC.dll
Softmax_exercise/minFunc/logistic/repmatC.mexglx
Softmax_exercise/minFunc/logistic/repmatC.mexmac
Softmax_exercise/minFunc/mchol.m
Softmax_exercise/minFunc/mcholC.c
Softmax_exercise/minFunc/mcholC.mexmaci64
Softmax_exercise/minFunc/mcholC.mexw32
Softmax_exercise/minFunc/mcholC.mexw64
Softmax_exercise/minFunc/mcholinc.m
Softmax_exercise/minFunc/minFunc.m
Softmax_exercise/minFunc/minFunc_processInputOptions.m
Softmax_exercise/minFunc/polyinterp.m
Softmax_exercise/minFunc/precondDiag.m
Softmax_exercise/minFunc/precondTriu.m
Softmax_exercise/minFunc/precondTriuDiag.m
Softmax_exercise/minFunc/rosenbrock.m
Softmax_exercise/minFunc/taylorModel.m
Softmax_exercise/minFunc/WolfeLineSearch.m
Softmax_exercise/softmaxCost.m
Softmax_exercise/softmaxExercise.m
Softmax_exercise/softmaxPredict.m
Softmax_exercise/softmaxTrain.m
Softmax_exercise/t10k-images.idx3-ubyte
Softmax_exercise/t10k-labels.idx1-ubyte
Softmax_exercise/train-images.idx3-ubyte
Softmax_exercise/train-labels.idx1-ubyte
Softmax_exercise/minFunc/logistic
Softmax_exercise/minFunc
Softmax_exercise
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.