搜索资源列表
LSTM_learn-master
- 采用LSTM算法用python语言实现的信号时间序列预测,可预测信号的占用度(The LSTM algorithm is used to predict the signal time series in python language)
RerankNER-master
- 这份代码是基于深度神经网络的英文命名实体识别,主要算法是LSTM+CRF(This code is based on deep neural network English named entity recognition LSTM+CRF)
keras-master (1)
- Keras 示例代码,包括CNN,LSTM,CNN-LSTM等,非常全面。(Keras sample code, including CNN, LSTM, CNN-LSTM, and so on, is very comprehensive.)
nn_code
- 使用Python实现的一些简单神经网络算法,实现的神经网络包括BP,CNN,RNN,LSTM等,主要是理解这些神经网络的算法原理,并附有mnist数字识别例子。(neural network,include BP,CNN,RNN,LSTM.)
lstm-oreilly-master
- 时间序列预测,股票走势预测,自然语言处理等等(Time Series Prediction)
LSTM代码
- 包含对时间序列进行预测的LSTM代码,有注释(The LSTM code that contains the prediction of the time series is annotated)
LSTM-morevalible
- LSTM 多变量预测,天气等影戏因素,可以执行,完全可以执行,思想也很简单(LSTM multivariable prediction)
poetry_generator_Keras-master
- 使用LSTM算法写的唐诗生成,编程语言使用的Python。(Using LSTM algorithm to generate Tang poetry, the Python used in programming languages.)
data
- 数据单一分类,svm和lstm两种,可以简单用于测试(data classification)
deecamp
- 利用LSTM进行股票预测,采用python编程(forecast the stock price with LSTM)
LSTM时间序列预测
- 本代码采用python语言编写的的一个LSTM时间序列来预测销量(This code uses a LSTM time series written in Python language to predict sales)
LSTM程序
- 基于LSTM的时间序列预测-原理-python代码(Prediction of time series based on LSTM - principles -python code)
stock_predict_with_LSTM-master
- 深度学习,LSTM股票预测,python代码(Deep Learning, LSTM Stock Forecasting, Pthon Code)
chatbot
- 聊天机器人 原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。 运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot
股票预测
- python LSTM进行时间序列预测,股票每日的数据(Time series prediction by Python LSTM)
tensorflow-convlstm-cell-master
- Tensorflow实现LSTM,Python代码用命令行安装setup文件(Tensorflow implements LSTM, Python code installs setup file with command line)
GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例
- GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例,代码基于matlab和python
