登录
首页 » matlab » Softmax回归模型(matlab代码)

Softmax回归模型(matlab代码)

于 2020-07-04 发布
0 123
下载积分: 1 下载次数: 2

代码说明:

说明:  softmax回归模型是一种常用的分类器,也是与深度结构模型相结合最多的分类方法.(Softmax regression model is a common classifier, and it is also the most combined with deep structure model)

文件列表:

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

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

发表评论

0 个回复

  • 071603236_黄辉煌_上机练习9
    说明:  设计一个学生注册界面。输入的信息包括学号(6位数字),姓名(不超过6个汉字),密码(不少于6个字符,不多于8个字符,且需要输入2次,2次输入的密码必须完全相同),专业(从“数学”、“计算机”和“外语”中选择,也可以自行输入),年级(从“一年级”、“二年级”、“三年级”和“四年级”中选择一项,且只能选择一项)。点击“注册”按钮后,程序检查输入是否正确,若错误则显示相应的提示信息,否则弹出一个消息窗口,显示所有输入的注册信息。程序文件命名为Exe9_1.java(Design a student registration interface. Input information includes student number (6 digits), name (no more than 6 Chinese characters), password (no less than 6 characters, no more than 8 characters, and need to be input twice, the password must be exactly the same for two times), major (selected from "mathematics", "computer" and "foreign language" or self-input), grade (from "first grade", "second grade", "third grade). Choose one of the grades and the fourth grade, and only one of them. After clicking the "Registration" button, the program checks whether the input is correct, and displays the corresponding prompt information if the error occurs. Otherwise, a message window pops up to display all the input registration information. The program file is named Exe9_1. Java)
    2020-12-30 20:38:59下载
    积分:1
  • CFG
    CFG-_INI配置文件读写测试程序-CFG- _INI configuration file read and write test procedures
    2022-04-22 06:57:47下载
    积分:1
  • PHEV
    插电式混合动力汽车用动力蓄电池探析,插电式混合动力是现在新能源汽车发展的重点,本文对相关领域的人有一定的参考价值(Plug-in hybrid electric vehicle battery power Analysis, plug-in hybrid is now the focus of the development of new energy vehicles, this paper related fields who have a certain reference value for)
    2010-01-05 09:54:04下载
    积分:1
  • Java如何在多个EJB之间相互调用的例子
    Java如何在多个EJB之间相互调用的例子,也就是各种EJB之间的调用例子,向初学者演示如何实现调用的具体代码及步骤,涉及以下相关方法:用远程接口的引用访问EJB、函数将被FirstEJB调用,同时它将调用secondEJB。。
    2022-08-10 18:52:00下载
    积分:1
  • 苹果v10自适应高仿时光影院
    苹果CMSV10自适应仿时光影视(Apple CMSV10 Adaptive Time Imitating Film and Television)
    2020-06-22 03:40:02下载
    积分:1
  • MultiSourcesShortestPaths-master
    利用python中Dijkstra的包,进行最短路径的算法实现过程(Using Dijkstra package in Python to implement the shortest path algorithm)
    2020-06-25 09:00:01下载
    积分:1
  • Elan typical sub program
    Elan typical sub program
    2022-01-26 05:55:17下载
    积分:1
  • white_black_game
    经典的黑白棋游戏,采用VC编写,界面不是很好!(classic games, using VC prepared interface is not very good!)
    2006-06-11 18:20:24下载
    积分:1
  • 一个开发dos程序源代码的平台源代码
    一个开发dos程序源代码的平台源代码-a development dos source code platform source code
    2022-08-19 18:18:54下载
    积分:1
  • Python基础教程(第3版)(#)
    说明:  python入门,python初学者教程,菜鸟教程(Getting started with Python, beginner course of python, rookie course)
    2020-10-19 20:47:26下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 32今日下载