登录
首页 » matlab » 稀疏自动编码器的matlab代码

稀疏自动编码器的matlab代码

于 2020-07-09 发布
0 230
下载积分: 1 下载次数: 20

代码说明:

说明:  本资源是3层的自编码器加上稀疏正则项约束的matlab代码。隐层激活函数选sigmoid函数,输出层选线性函数,程序中以一个标准数据集sonar为例,使用该方法可以做无监督表征学习,数据压缩,多任务学习等(This resource is a 3-layer self-encoder plus matlab code for sparse regular term constraints. The hidden layer activation function selects the sigmoid function, and the output layer selects the linear function. The program uses a standard data set sonar as an example. This method can be used for unsupervised representation learning, data compression, multi-task learning, etc.)

文件列表:

稀疏自动编码器的matlab代码\AECostFunction.m, 474 , 2018-07-19
稀疏自动编码器的matlab代码\AE_train.m, 305 , 2018-07-19
稀疏自动编码器的matlab代码\df.m, 73 , 2018-07-19
稀疏自动编码器的matlab代码\f.m, 58 , 2018-07-19
稀疏自动编码器的matlab代码\isLegal.m, 107 , 2018-07-19
稀疏自动编码器的matlab代码\lbfgsAdd.m, 691 , 2018-07-19
稀疏自动编码器的matlab代码\main_MLR.m, 238 , 2018-07-19
稀疏自动编码器的matlab代码\minFunc.m, 42745 , 2018-07-19
稀疏自动编码器的matlab代码\minFunc_processInputOptions.m, 4103 , 2018-07-19
稀疏自动编码器的matlab代码\polyinterp.m, 4158 , 2018-07-19
稀疏自动编码器的matlab代码\sonar.txt, 223899 , 2018-07-19
稀疏自动编码器的matlab代码\WolfeLineSearch.m, 10590 , 2018-07-19
稀疏自动编码器的matlab代码, 0 , 2018-07-19

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

发表评论

0 个回复

  • 95302899tent
    自己编的,logistic和tent映射,性能分析对比(Self-edited, logistic and tent mapping, performance analysis comparison)
    2021-04-27 17:28:44下载
    积分:1
  • Used,, MFC, GUI, pass the class a class of small game, the graphics processing,
    用到,,MFC ,GUI,实现一类过关类的小游戏,,对图形进行处理,-Used,, MFC, GUI, pass the class a class of small game, the graphics processing,
    2022-11-17 23:30:04下载
    积分:1
  • PID
    利用VHDL语言实现PID控制,已经过调试验证。(Using VHDL language to implement PID control)
    2018-04-30 16:33:39下载
    积分:1
  • mulDiscNewton
    说明:  采用离散牛顿法,matlab非线性方程组求解算法(Nonlinear Equation System Solution Algorithm)
    2019-01-06 14:28:07下载
    积分:1
  • 是一种主动探测工具pathChirp估计的可用带宽
    pathChirp is an active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion," pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth.
    2022-01-25 22:17:59下载
    积分:1
  • 这个是斗地主的游戏,还没有全部完成,希望多多指教
    这个是斗地主的游戏,还没有全部完成,希望多多指教-this is a game, has completed the hope that the exhibitions
    2022-02-11 20:51:13下载
    积分:1
  • 网络版珠宝大对决。 Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightSer...
    网络版珠宝大对决。 Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer BIN目录为运行程序的目录 执行顺序 先运行bin目录下的服务端CenterServer.exe 此程序是登陆服务器 负责在线服务信息的路由。 bin目录下的服务端GemFightGameServer.exe 此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。 Bin客户端Client.exe 这个就是客户端了也就是游戏大厅 运行后 输入登陆服务器IP即可 账号可以使用 1~5登陆密码和账号相同 登陆后选择珠宝大对决服务器 任意加入2张桌子选择举手,双方都举手后即可开始2人对战。支持多人游戏。 -network version of a showdown between jewelry. Sources directory of the source code, All modules contain public BaseClass | client services DLL GemFight | server Ge mFightServer BIN directory for the program to run the list of first order of operation under the bin directory server CenterServer.exe this procedure is landing server online information service routing . The bin directory server GemFightGameServer.exe this procedure is the game Jewelry server for a showdown between the game of information processing. Bin client Client.exe the client is a games hall is running after importation Teng Lu IP server can a
    2023-04-13 04:40:04下载
    积分:1
  • I2C_C51
    液晶320240程序控制器为8806(Program controller for the LCD 320 240 8806)
    2011-08-11 20:17:30下载
    积分:1
  • 牛顿-拉夫逊法潮流计算 基本步骤:   (1)形成节点导纳矩阵   (2)将各节点电压设初值U,   (3)将节点初值代入相关...
    牛顿-拉夫逊法潮流计算 基本步骤:   (1)形成节点导纳矩阵   (2)将各节点电压设初值U,   (3)将节点初值代入相关求式,求出修正方程式的常数项向量   (4)将节点电压初值代入求式,求出雅可比矩阵元素   (5)求解修正方程,求修正向量   (6)求取节点电压的新值   (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步   (8)计算支路功率分布,PV节点无功功率和平衡节点柱入功率。-Newton-Raphson method flow calculation basic steps : (1) formation of nodal admittance matrix (2) to set up the initial node voltage U, (3) the initial node-generation-related demand. calculated that the constant term formula Vector (4) nodes will be incorporated into the initial voltage-seeking, calculated Jacobian matrix elements (5) solving that equation, seek to amend the vector (6) to strike a new node voltage value (7) to check whether convergence, if not restrained. concentrated in the nodes of the new voltage as the initial value since the first three steps to re-start the narrow iterations. Otherwise, turn into the next (8) Calculation branch power distribution, PV nodes reactive power and balance-node into powe
    2022-06-02 03:02:29下载
    积分:1
  • Cygnal Integrated Development Environment (IDE) is a complete set of independent...
    Cygnal 集成开发环境(IDE)是一套完整独立的软件程序它为设计者提供 了用于开发和测试项目的所有工具 程序的主要特点包括 项目界面 全功能窗口字体可配置的编辑器 调试器具有设置断点观察点单步等功能 工具链接集成支持汇编器编译器和链接器 可定制的工具菜单用于集成其它编译器或开发工具 CYGNAL 配置向导可为指定的目标环境产生配置代码-Cygnal Integrated Development Environment (IDE) is a complete set of independent software programs for designers for the development and testing procedures for all the tools the project
    2022-03-03 05:27:51下载
    积分:1
  • 696516资源总数
  • 106741会员总数
  • 17今日下载