登录
首页 » matlab » RNN_LSTM-master

RNN_LSTM-master

于 2021-04-13 发布 文件大小:75KB
0 245
下载积分: 1 下载次数: 129

代码说明:

  description de code RNN LSTM

文件列表:

RNN_LSTM-master
RNN_LSTM-master\cmex
RNN_LSTM-master\cmex\compile.m
RNN_LSTM-master\cmex\devel_makefile.make
RNN_LSTM-master\cmex\drMemory.txt
RNN_LSTM-master\cmex\epoch_func.m
RNN_LSTM-master\cmex\lstmNet.cpp
RNN_LSTM-master\cmex\lstm_constant.m
RNN_LSTM-master\cmex\lstm_der_check.m
RNN_LSTM-master\cmex\lstm_parameters.m
RNN_LSTM-master\cmex\lstm_predict.m
RNN_LSTM-master\cmex\lstm_train.m
RNN_LSTM-master\cmex\makefile.icc
RNN_LSTM-master\cmex\nnet.h
RNN_LSTM-master\cmex\obsolete
RNN_LSTM-master\cmex\obsolete\lstm_train_obsolete.m
RNN_LSTM-master\cmex\obsolete\oneLayerNet.cpp
RNN_LSTM-master\cmex\obsolete\twoLayerNet.cpp
RNN_LSTM-master\cmex\optim_Adam.m
RNN_LSTM-master\cmex\optim_RmsProp.m
RNN_LSTM-master\cmex\test_simple.m
RNN_LSTM-master\cmex\v2struct.m
RNN_LSTM-master\example
RNN_LSTM-master\example\Asimov.m
RNN_LSTM-master\example\Asimov_gen.m
RNN_LSTM-master\example\gen_word.sh
RNN_LSTM-master\example\inspect_weights.m
RNN_LSTM-master\example\quantangshi.m
RNN_LSTM-master\example\quantangshi_gen.m
RNN_LSTM-master\example\quantangshi_large_gen.m
RNN_LSTM-master\example\submit1.sh
RNN_LSTM-master\example\v1.sh
RNN_LSTM-master\example\v2.sh
RNN_LSTM-master\matlab
RNN_LSTM-master\matlab\backward_prop.m
RNN_LSTM-master\matlab\derivative_check.m
RNN_LSTM-master\matlab\forward_pass.m
RNN_LSTM-master\matlab\lstm_predict.m
RNN_LSTM-master\matlab\lstm_train.m
RNN_LSTM-master\matlab\test_simple.m
RNN_LSTM-master\matlab\v2struct.m
RNN_LSTM-master\matlab_vec
RNN_LSTM-master\matlab_vec\backward_prop.m
RNN_LSTM-master\matlab_vec\derivative_check.m
RNN_LSTM-master\matlab_vec\forward_pass.m
RNN_LSTM-master\matlab_vec\lstm_predict.m
RNN_LSTM-master\matlab_vec\lstm_predict2.m
RNN_LSTM-master\matlab_vec\lstm_train.m
RNN_LSTM-master\matlab_vec\test_simple.m
RNN_LSTM-master\matlab_vec\v2struct.m
RNN_LSTM-master\temp
RNN_LSTM-master\temp\cmex
RNN_LSTM-master\temp\cmex\COMPILE_LINUX.m
RNN_LSTM-master\temp\cmex\backward_prop.m
RNN_LSTM-master\temp\cmex\compile.m
RNN_LSTM-master\temp\cmex\derivative_check.m
RNN_LSTM-master\temp\cmex\forward_pass.m
RNN_LSTM-master\temp\cmex\lstm_mex.cpp
RNN_LSTM-master\temp\cmex\lstm_predict.m
RNN_LSTM-master\temp\cmex\lstm_train.m
RNN_LSTM-master\temp\cmex\lstm_train_obsolete.m
RNN_LSTM-master\temp\cmex\makefile.icc
RNN_LSTM-master\temp\cmex\nnet.h
RNN_LSTM-master\temp\cmex\output_func.m
RNN_LSTM-master\temp\cmex\test_simple.m
RNN_LSTM-master\temp\cmex\v2struct.m

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

发表评论

0 个回复

  • 电动汽车用OBC-LDC一体化动力装置的拓扑结构及控制方案
    说明:  电动汽车用OBC-LDC一体化动力装置的拓扑结构及控制方案。准备做集成OBC和LVDC的仿真,但它还处于早期,希望能一起讨论。(Topological structure and control scheme of OBC-LDC integrated power device for electric vehicle. Prepare to do integrated OBC and LVDC simulation, but it is still in the early stage, hope to discuss together.)
    2020-06-18 02:20:02下载
    积分:1
  • efewfwefssdafsdaf
    应用背景gdfgdfssgsafxfafaxdf jflksdj F  ; ;hfkjd fdkh fkjldf DSF  ;lldfjsldfulsdkhf  ;fdshgf sdhgfsd  ; ;hdgfdj FGD  ; ; ; ; ; ; ; ; ; ; ;hgdfg dhfg SDHF  ; ; ; ; ; ; ; ; ; ;dgfsdjfg sdkjfgsdlf  ; ; ; ; ; ; ; ; ;及 ; ; ; ;kjdsfgksdjf kksdjf K关键技术sdgfsdgdfshdffshfds;ldgkl;SD G;LSG;;lgjsgj;LS  ; ; ; ; ; ;;fgjldkfhg HJ汞hlgi耶;OL
    2023-06-11 16:45:09下载
    积分:1
  • LOF_KMDAF
    说明:  K_平均距离异常因子算法,可以用于检测模式异常.(K _ average distance anomaly factor algorithm can be used to detect pattern anomalies.)
    2021-04-14 16:28:55下载
    积分:1
  • jisuanjizuchengyuanli
    说明:  唐朔飞的《计算机组成原理》 的课件 很实用(Shuo Tang Fei' s &quot computer organization&quot is very useful courseware)
    2011-04-11 15:06:45下载
    积分:1
  • 反步法程序
    说明:  反步法控制器matlab仿真,提供代码说明,基础学习(Matlab simulation of backstepping controller, providing code description and basic learning)
    2020-03-25 13:07:23下载
    积分:1
  • Clustering
    1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。 2) 使用C-Means算法对所有数据点进行聚类。C=3。 任务2(必做): 使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。 任务3(全做): 1) 参考数据文件第三列的类标签,使用聚类有效性评价的外部方法Normalized Mutual Information指标,分别计算任务1和任务2聚类结果的有效性。 2) 使用聚类有效性评价的内部方法Xie-Beni指标,分别计算任务1和任务2聚类结果的有效性。(The main results are as follows: 1) the condensed hierarchical clustering algorithm (that is, the minimum spanning tree algorithm) is used to cluster all the data points, and finally it is grouped into three categories. Any of the single linkage,complete linkage,average linkage or average group linkage methods can be selected for the definition of dissimilarity. 2) using C-Means algorithm to cluster all data points. C = 3.)
    2019-05-16 21:54:22下载
    积分:1
  • ex
    说明:  使用高斯滤波器对任意图像可进行高斯滤波平滑(Gaussian filtering smoothing of arbitrary images using a Gaussian filter)
    2019-03-18 15:19:54下载
    积分:1
  • 9780387718279-c1
    side channel attack security
    2019-03-26 17:51:28下载
    积分:1
  • pic
    说明:  MODULATION EXPIREMENT FOR TELECOMMUNICATION STUDENTS
    2020-06-24 21:20:01下载
    积分:1
  • SD Simplified_Specification_Ver3.00
    说明:  SD3.0 协议,协议说明书,通信原理,SD 协议simple(PartA2_SD Host_Controller_Simplified_Specification_Ver3.00)
    2020-06-17 09:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载