文件名称:Softmax-Regression
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-04-25
- 文件大小:
- 78kb
- 下载次数:
- 0次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
windows下面利用softmax分类器分类的源代码-windows softmax
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Exercise5 Softmax Regression\computeNumericalGradient.m
............................\loadMNISTImages.m
............................\loadMNISTLabels.m
............................\minFunc\ArmijoBacktrack.m
............................\.......\autoGrad.m
............................\.......\autoHess.m
............................\.......\autoHv.m
............................\.......\autoTensor.m
............................\.......\callOutput.m
............................\.......\conjGrad.m
............................\.......\dampedUpdate.m
............................\.......\example_minFunc.m
............................\.......\example_minFunc_LR.m
............................\.......\isLegal.m
............................\.......\lbfgs.m
............................\.......\lbfgsC.c
............................\.......\lbfgsC.mexa64
............................\.......\lbfgsC.mexglx
............................\.......\lbfgsC.mexmac
............................\.......\lbfgsC.mexmaci
............................\.......\lbfgsC.mexmaci64
............................\.......\lbfgsC.mexw32
............................\.......\lbfgsC.mexw64
............................\.......\lbfgsUpdate.m
............................\.......\.ogistic\LogisticDiagPrecond.m
............................\.......\........\LogisticHv.m
............................\.......\........\LogisticLoss.m
............................\.......\........\mexutil.c
............................\.......\........\mexutil.h
............................\.......\........\mylogsumexp.m
............................\.......\........\repmatC.c
............................\.......\........\repmatC.dll
............................\.......\........\repmatC.mexglx
............................\.......\........\repmatC.mexmac
............................\.......\mchol.m
............................\.......\mcholC.c
............................\.......\mcholC.mexmaci64
............................\.......\mcholC.mexw32
............................\.......\mcholC.mexw64
............................\.......\mcholinc.m
............................\.......\minFunc.m
............................\.......\minFunc_processInputOptions.m
............................\.......\polyinterp.m
............................\.......\precondDiag.m
............................\.......\precondTriu.m
............................\.......\precondTriuDiag.m
............................\.......\rosenbrock.m
............................\.......\taylorModel.m
............................\.......\WolfeLineSearch.m
............................\softmaxCost.m
............................\softmaxExercise.m
............................\softmaxPredict.m
............................\softmaxTrain.m
............................\minFunc\logistic
............................\minFunc
Exercise5 Softmax Regression