搜索资源列表
LSTM-MATLAB-master
- lstm网络的建立、训练及应用实例,测试过,可用。(LSTM network establishment, training and application examples, tested, available.)
social-lstm-tf-master
- social lstm tensorflow
LSTM-MATLAB-master
- 简单实现基本的lstm功能,可以运行,如有不足还请指正(Simple implementation of the basic LSTM function, you can run, if there is insufficient, please correct)
LSTM-MATLAB-master
- LSTM作为经典的回归神经网络类型,可以用于实现时序数据的预测。(It is used for prediction of time series data)
LSTM-MATLAB-master
- LSTM的matlab工具箱,亲测好用,内有案例文件,可放心学习(matlab toolbox for LSTM)
LSTM代码
- 包含对时间序列进行预测的LSTM代码,有注释(The LSTM code that contains the prediction of the time series is annotated)
LSTM
- LSTM对价格的预测 利用最新的神经网络 希望大家能够喜欢(29/5000 The LSTM's prediction of prices USES the latest neural networks to please everyone)
LSTM
- 一个LSTM(long_short term memory network)的例子实现,用于参考。(an example of LSTM(long_short term memory network))
lstm
- lstm实例+代码,包含详细注释,能运行,简单的房产价格预测实例(Lstm u5B9E u4F9 u4E09 u4EF3 u643 U6D4B u5B9E u4F8B)
lstm用于时间序列分析和预测
- 用于实现时间序列数据建模与预测的LSTM程序(LSTM matlab code for time series modeling and prediction)
LSTM时间序列预测
- 本代码采用python语言编写的的一个LSTM时间序列来预测销量(This code uses a LSTM time series written in Python language to predict sales)
LSTM-prediction
- 通过改进RNN神经网络经典的LSTM模型预测交通流。(prediction traffic flow)
lesson47-LSTM实战
- 长短期记忆网络(LSTM,Long Short-Term Memory)是一种时间循环神经网络,是为了解决一般的RNN(循环神经网络)存在的长期依赖问题而专门设计出来的,所有的RNN都具有一种重复神经网络模块的链式形式。在标准RNN中,这个重复的结构模块只有一个非常简单的结构,例如一个tanh层。(LSTM (Long Term short-term Memory) is a kind of time circulation neural network, which is specially
神经网络LSTM 时间预测
- lstm学习资料,可以使用,效果较好,希望满意(LSTM learning materials, can be used, the effect is better, hope to be satisfied)
LSTM
- 基于Matlab 编写的 LSTM源程序,仅供学习参考。(Matlab code of LSTM for learning and communication.)
lstm 成功
- 利用LSTM算法进行数据预测和数据分析,实在不知道说啥了(Use this svm algorithm for data prediction or data processing)
LSTM股票预测
- Lstm进行时间序列预测,预测股票数据,按日的数据(Prediction of time series by LSTM)
LSTM预测
- 使用LSTM对销售数据(吉恩销售数据集)进行预测(Use LSTM to forecast sales data)
LSTM-MATLAB-master
- lstm的matlab代码,里面有实际的例子可以参考(LSTM MATLAB code, there are practical examples to look at)
多层LSTM
- 使用的RNN中的LSTM进行对28个英文字母的简单文本预测(Use LSTM in RNN to make simple text prediction for 28 English letters)