登录
首页 » matlab » RNN_LSTM-master

RNN_LSTM-master

于 2021-04-13 发布 文件大小:75KB
0 240
下载积分: 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 个回复

  • Circular array algorithm source code. This is a ring array of templates. The use...
    循环数组的算法源代码。 这是一个环型数组模版。一般可用做缓冲区的使用-Circular array algorithm source code. This is a ring array of templates. The use of buffers can be used in general
    2023-05-05 01:30:03下载
    积分:1
  • 1062的程序,简单,设有硬件隔离层,适用于很多单片机
    1062的程序,简单,设有硬件隔离层,适用于很多单片机-1602 program for any processor
    2022-03-21 11:43:11下载
    积分:1
  • 图文切换代码-类似于JS图片展示
    一款由jquery制作实现的图文切换代码-类似于JS图片展示,切换的内容包括了图片和文字,左右两侧各显示出控制按钮,通过这两个按钮可控制图文区域左右切换,滑动风格的切换,例子中向你介绍了本效果的多种用法,请下载特效包参阅。
    2022-11-25 01:45:03下载
    积分:1
  • UnscentedKalmanfilteringforrelativeattitudeandposi
    Unscented kalman filter 不敏(无损传输)卡尔曼滤波的博士论文,希望对大家有用(Unscented kalman filter不敏(lossless transfer) Kalman filter doctoral thesis, in the hope that useful to everybody)
    2008-05-29 10:15:21下载
    积分:1
  • Sarsa
    说明:  基于强化学习算法Sarsa实现的小案例。(A small case based on the enhanced learning algorithm Sarsa.)
    2020-11-30 10:59:29下载
    积分:1
  • array
    c和c++动态数组的实现.visual studio 2008下编译通过(c and c++ realize dynamic array. visual studio 2008 under the compiler through)
    2008-07-21 14:37:57下载
    积分:1
  • 局部搜索图着色
    说明:  图着色局部搜索,图着色问题(Graph Coloring Problem, GCP) 又称着色问题,是最著名的NP-完全问题之一。道路着色问题(Road Coloring Problem)是图论中最著名的猜想之一。 数学定义:给定一个无向图G=(V, E),其中V为顶点集合,E为边集合,图着色问题即为将V分为K个颜色组,每个组形成一个独立集,即其中没有相邻的顶点。其优化版本是希望获得最小的K值。(Graph Coloring Problem (Graph Coloring Problem, GCP), also known as coloring problem, is one of the most famous NP-complete problems. The Road Coloring Problem is one of the most famous conjectures in graph theory. Mathematical definition: Given an undirected graph G=(V, E), where V is the set of vertices and E is the set of edges, the graph coloring problem is to divide V into K color groups, and each group forms an independent set. That is, there are no adjacent vertices. The optimized version is to get the smallest K value.)
    2021-04-01 16:49:10下载
    积分:1
  • 3D图
    说明:  3D旋转效果,利用HTML和CSS3编写很好好好好好好(good fkjfgfjfhfdsnkjdsbcdbckdsbvbrgruybxshgfkdb)
    2019-05-23 21:05:00下载
    积分:1
  • 智慧港口方案-1217
    智慧港口建设方案,包括智能硬件和慧慧调度平台等的建设方案(Intelligent Port Construction Scheme, including Intelligent Hardware and Intelligent Dispatching Platform)
    2020-08-24 09:08:15下载
    积分:1
  • 一个VC++串口通讯类调用实例
    一个VC++串口通讯类调用实例,我的电脑不知何故为打开串口失败,如果成功的话,会有提示,并将文本框中的一段落发送到串口,进行数据通信,可能是我的电脑有问题,里面的串口操作类可用在其它的VC++应用程序中。
    2022-03-04 22:47:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载